Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
14 years ago |
Diego Elio Pettenò
|
1a88674862
Make ff_add_wav static to ra144.c
|
14 years ago |
Justin Ruggles
|
56f8952b25
Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.
|
14 years ago |
Francesco Lavra
|
d31ba23185
RealAudio 14.4k encoder.
|
14 years ago |
Francesco Lavra
|
756e346798
Split do_output_subblock() into common code and decoder specific parts
|
14 years ago |
Francesco Lavra
|
5ec29beeb4
Cosmetics: indent
|
14 years ago |
Francesco Lavra
|
6ea6c8ebcf
Add ff_ prefix to non-static functions
|
14 years ago |
Francesco Lavra
|
0acaf8b0f2
Split ra144.c in common code (to be shared with the future encoder) and
|
14 years ago |
Vitor Sessak
|
c7e34ddc42
Remove useless comment
|
16 years ago |
Vitor Sessak
|
20242eed99
Normalize triplets in gain_val_tab[][] so gain_exp_tab[] can be just an
|
16 years ago |
Stefano Sabatini
|
987903826b
Globally rename the header inclusion guard names.
|
16 years ago |
Stefan Gehrer
|
cf2baeb338
mark read-only data as const
|
16 years ago |
Vitor Sessak
|
ae70f874ba
Remove unused entries from lpc_refl_cb*
|
16 years ago |
Vitor Sessak
|
7986199fcf
Remove unused entries from energy_tab
|
16 years ago |
Vitor Sessak
|
cbcc2527ea
Remove unused values from gain_{val,exp}_tab
|
16 years ago |
Vitor Sessak
|
274ac3457e
Now these tables fit in 16 bits.
|
16 years ago |
Vitor Sessak
|
738ef8fd08
Merge the >> 4 calculation of cb1_base in the table
|
16 years ago |
Vitor Sessak
|
509f8ea270
Last table renaming
|
16 years ago |
Vitor Sessak
|
b845df113c
Yet more table renaming
|
16 years ago |
Vitor Sessak
|
6e05a76640
10l: fix typo
|
16 years ago |
Vitor Sessak
|
a632f44e81
More table renaming
|
16 years ago |
Vitor Sessak
|
a2d10dd8d8
Rename table
|
16 years ago |
Diego Biurrun
|
b11829a9d9
Add missing #includes to fix 'make checkheaders'.
|
16 years ago |
Vitor Sessak
|
6477a940f6
Yet more cosmetics
|
17 years ago |
Vitor Sessak
|
d7dc90e42d
Use (u)int16_t instead of short for tables
|
17 years ago |
Vitor Sessak
|
0a08273542
Make tables that fit in one byte (u)int8_t
|
17 years ago |
Vitor Sessak
|
d548f09ff6
Make wavtable a table instead of an array
|
17 years ago |
Vitor Sessak
|
65189c6cac
Make etable1 and etable2 tables instead of arrays.
|
17 years ago |
Vitor Sessak
|
432a54ef80
Use ff_sqrt() function instead of using a table
|
17 years ago |
Vitor Sessak
|
b8caf9bf28
Convert ra144.h tables from hex to decimal
|
17 years ago |
Vitor Sessak
|
dbef8b1c84
The first table of decodetable[] is unrelated to the other. Rename it.
|
17 years ago |
Diego Biurrun
|
5b21bdabe4
Add FFMPEG_ prefix to all multiple inclusion guards.
|
17 years ago |
Diego Biurrun
|
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
18 years ago |
Diego Biurrun
|
5509bffa88
Update licensing information: The FSF changed postal address.
|
19 years ago |
Diego Biurrun
|
115329f160
COSMETICS: Remove all trailing whitespace.
|
19 years ago |
Alex Beregszaszi
|
9085af0751
moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big?
|
22 years ago |