summaryrefslogtreecommitdiff
path: root/libavcodec/ra144.h
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* ra144: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-06
* ra144enc: use AVCodec.encode2()Justin Ruggles2012-03-21
* ra144enc: fix end-of-stream handlingJustin Ruggles2012-03-04
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Make ff_add_wav static to ra144.cDiego Elio Pettenò2011-01-25
* Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-21
* RealAudio 14.4k encoder.Francesco Lavra2010-06-11
* Split do_output_subblock() into common code and decoder specific partsFrancesco Lavra2010-06-11
* Cosmetics: indentFrancesco Lavra2010-06-11
* Add ff_ prefix to non-static functionsFrancesco Lavra2010-06-11
* Split ra144.c in common code (to be shared with the future encoder) andFrancesco Lavra2010-06-11
* Remove useless commentVitor Sessak2008-09-08
* Normalize triplets in gain_val_tab[][] so gain_exp_tab[] can be just anVitor Sessak2008-09-08
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* mark read-only data as constStefan Gehrer2008-06-24
* Remove unused entries from lpc_refl_cb*Vitor Sessak2008-06-24
* Remove unused entries from energy_tabVitor Sessak2008-06-24
* Remove unused values from gain_{val,exp}_tabVitor Sessak2008-06-23
* Now these tables fit in 16 bits.Vitor Sessak2008-06-23
* Merge the >> 4 calculation of cb1_base in the tableVitor Sessak2008-06-23
* Last table renamingVitor Sessak2008-06-19
* Yet more table renamingVitor Sessak2008-06-19
* 10l: fix typoVitor Sessak2008-06-19
* More table renamingVitor Sessak2008-06-19
* Rename tableVitor Sessak2008-06-19
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2008-06-16
* Yet more cosmeticsVitor Sessak2008-05-25
* Use (u)int16_t instead of short for tablesVitor Sessak2008-05-25
* Make tables that fit in one byte (u)int8_tVitor Sessak2008-05-25
* Make wavtable a table instead of an arrayVitor Sessak2008-05-24
* Make etable1 and etable2 tables instead of arrays.Vitor Sessak2008-05-21
* Use ff_sqrt() function instead of using a tableVitor Sessak2008-05-21
* Convert ra144.h tables from hex to decimalVitor Sessak2008-05-17
* The first table of decodetable[] is unrelated to the other. Rename it.Vitor Sessak2008-05-15
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* moved the tables into header files (and applied the 'static' patch). Nick: wh...Alex Beregszaszi2003-06-29