]> git.sesse.net Git - ffmpeg/history - libavcodec/ra144.c
parser: Move Doxygen documentation to the header files
[ffmpeg] / libavcodec / ra144.c
2012-10-11 Diego BiurrunMove avutil tables only used in libavcodec to libavcodec.
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-07-22 Mohamed Naufal BasheerAdd a shift parameter to celp_lp_synthesis_filter()
2011-10-10 Justin Rugglesra144: use macro constants to make the code more unders...
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
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...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-08 Måns RullgårdMove ff_sqrt() to libavutil/intmath.h
2010-02-13 Francesco LavraFix reading beyond buffer end on RA144Context.lpc_tables.
2010-01-05 Francesco LavraUse correct context for av_log(), should prevent a...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-01 Måns RullgårdRA144: work around gcc bug/oddity on ARM
2009-03-01 Vitor SessakReindent after last commit
2009-03-01 Vitor SessakDo not read uninitialized buffer, no matter if it will...
2008-10-24 Kenan GilletSplit off celp_filters.[ch] from acelp_filters.[ch...
2008-09-11 Diego Biurrunmisc spelling/wording/grammar fixes
2008-09-08 Vitor SessakNormalize triplets in gain_val_tab[][] so gain_exp_tab...
2008-09-08 Vitor SessakPass directly variable 'a' to interp instead of evaluat...
2008-09-08 Vitor SessakSimplify if() in copy_and_dup()
2008-09-08 Vitor SessakAdd av_cold attribute to decode_init()
2008-09-08 Vitor SessakCosmetics: Make the two additional units in size more...
2008-09-06 Vitor SessakTest a var for overflow just after it is set
2008-09-06 Vitor SessakRemove useless parentheses.
2008-08-06 Vitor SessakCosmetics: rename loop counters in eval_refl()
2008-08-06 Vitor SessakSimplify eval_refl(): do not store a buffer value in...
2008-08-06 Vitor SessakSimplify eval_refl(): s/b == 0/!b/
2008-08-06 Vitor SessakSimplify range checking in eval_refl(). Before the
2008-08-06 Vitor SessakCosmetics: reindent
2008-08-06 Vitor SessakSimplify do_output_subblock(): Remove a unneeded memcpy
2008-08-06 Vitor SessakSimplify eval_refl(): return directly when needed inste...
2008-08-06 Vitor SessakSimplify rms(): merge a few operations in the same...
2008-08-06 Vitor SessakCosmetical simplification in t_sqrt()
2008-08-06 Vitor SessakCheck available size before writing in decode_frame()
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-07-29 Vitor SessakCosmetics: rename loop counter vars to i,j
2008-06-29 Vitor SessakMake ff_acelp_lp_synthesis_filter() receives a pointer...
2008-06-29 Vitor SessakUpdate copyright
2008-06-29 Vitor SessakUse ff_acelp_lp_synthesis_filter() instead of duplicati...
2008-06-29 Vitor SessakDoxy comment
2008-06-24 Vitor SessakSimplify interp()
2008-06-24 Vitor SessakMore cosmetics
2008-06-24 Vitor SessakCosmetics
2008-06-24 Vitor SessakUse lpc_coef[2] instead of lpc_coef and lpc_coef_old
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 SessakMerge the >> 4 calculation of cb1_base in the table
2008-06-23 Vitor SessakConsistency: make the output buffer the first argument...
2008-06-23 Vitor SessakUse sizeof() intead of hardcoding the values
2008-06-23 Vitor SessakSimplify
2008-06-23 Vitor SessakSimplify
2008-06-23 Vitor SessakIt makes more sense to return 1 here in case of overflow.
2008-06-23 Vitor SessakCosmetics: indent
2008-06-23 Vitor SessakRemove unneeded check
2008-06-23 Vitor Sessakrescale_rms() should use unsigned ints
2008-06-23 Vitor SessakMove factor multiplication out of irms()
2008-06-23 Vitor SessakThis should be signed
2008-06-23 Vitor SessakMore comments removal/fixes
2008-06-23 Vitor SessakRemove useless comment
2008-06-23 Vitor SessakMore comments improvement
2008-06-23 Vitor SessakDocument defines better
2008-06-23 Vitor SessakRemove useless define
2008-06-23 Vitor SessakRename rotate_buffer() to copy_and_dup() and doxy it
2008-06-23 Vitor SessakSimplify t_sqrt()
2008-06-23 Vitor SessakAdd doxy comment
2008-06-23 Vitor SessakRename var
2008-06-23 Vitor SessakMove code unrelated to lpc filtering out of lpc_filter()
2008-06-23 Vitor SessakSimplify rotate_buffer()
2008-06-22 Vitor SessakCosmetics
2008-06-22 Vitor SessakAvoid a memcpy. Code is also simpler now in my opinion.
2008-06-20 Vitor SessakDo not write junk in the end of truncated files. FATE
2008-06-19 Vitor SessakMisc cosmetics
2008-06-19 Vitor SessakRemove useless comment
2008-06-19 Vitor SessakLast table renaming
2008-06-19 Vitor SessakYet more table renaming
2008-06-19 Vitor SessakMore table renaming
2008-06-19 Vitor SessakRename table
2008-06-19 Vitor SessakRename vars: s/decsp/out/
2008-06-19 Vitor SessakRename function
2008-06-19 Vitor SessakRename var
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-06-05 Vitor SessakRemove *lpc_refl from the context. Only the value
2008-06-05 Vitor SessakSplit function rms() in two (it does two unrelated...
2008-06-02 Vitor SessakRemove warning that could never be triggered.
2008-06-01 Vitor SessakReplace comments by error messages.
2008-06-01 Vitor SessakCosmetics
2008-06-01 Vitor SessakRename dec2() function
2008-06-01 Vitor SessakRename var
2008-06-01 Vitor SessakRename dec1() to a more descriptive name
2008-06-01 Vitor SessakThe function dec1() do two completly unrelated things...
2008-06-01 Vitor SessakYet more variable renaming
2008-06-01 Vitor SessakMore variable renaming
2008-06-01 Vitor SessakRename functions
2008-06-01 Vitor SessakRename variables
2008-05-31 Vitor SessakAdd doxy comments to eq() and do_voice()
2008-05-31 Vitor SessakMinor simplification
next