]> git.sesse.net Git - ffmpeg/history - libavcodec/ra144.h
Add avcodec_decode_audio4().
[ffmpeg] / libavcodec / ra144.h
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-25 Diego Elio PettenòMake ff_add_wav static to ra144.c
2011-01-21 Justin RugglesMove lpc_compute_autocorr() from DSPContext to a new...
2010-06-11 Francesco LavraRealAudio 14.4k encoder.
2010-06-11 Francesco LavraSplit do_output_subblock() into common code and decoder...
2010-06-11 Francesco LavraCosmetics: indent
2010-06-11 Francesco LavraAdd ff_ prefix to non-static functions
2010-06-11 Francesco LavraSplit ra144.c in common code (to be shared with the...
2008-09-08 Vitor SessakRemove useless comment
2008-09-08 Vitor SessakNormalize triplets in gain_val_tab[][] so gain_exp_tab...
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-06-24 Stefan Gehrermark read-only data as const
2008-06-24 Vitor SessakRemove unused entries from lpc_refl_cb*
2008-06-24 Vitor SessakRemove unused entries from energy_tab
2008-06-23 Vitor SessakRemove unused values from gain_{val,exp}_tab
2008-06-23 Vitor SessakNow these tables fit in 16 bits.
2008-06-23 Vitor SessakMerge the >> 4 calculation of cb1_base in the table
2008-06-19 Vitor SessakLast table renaming
2008-06-19 Vitor SessakYet more table renaming
2008-06-19 Vitor Sessak10l: fix typo
2008-06-19 Vitor SessakMore table renaming
2008-06-19 Vitor SessakRename table
2008-06-16 Diego BiurrunAdd missing #includes to fix 'make checkheaders'.
2008-05-25 Vitor SessakYet more cosmetics
2008-05-25 Vitor SessakUse (u)int16_t instead of short for tables
2008-05-25 Vitor SessakMake tables that fit in one byte (u)int8_t
2008-05-24 Vitor SessakMake wavtable a table instead of an array
2008-05-21 Vitor SessakMake etable1 and etable2 tables instead of arrays.
2008-05-21 Vitor SessakUse ff_sqrt() function instead of using a table
2008-05-17 Vitor SessakConvert ra144.h tables from hex to decimal
2008-05-15 Vitor SessakThe first table of decodetable[] is unrelated to the...
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2003-06-29 Alex Beregszaszimoved the tables into header files (and applied the...