]> git.sesse.net Git - ffmpeg/history - libavcodec/acelp_filters.h
parser: Move Doxygen documentation to the header files
[ffmpeg] / libavcodec / acelp_filters.h
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-07-17 Diego BiurrunFix Doxygen @param command attribute syntax.
2010-04-21 Ronald S. BultjeSplit input/output data arguments to ff_acelp_apply_ord...
2009-10-27 Vitor SessakCommit some functions that are used by both SIPR and...
2009-08-15 Colin McQuillanAdd a function that can apply an order 2 rational trans...
2009-06-04 Diego Biurruncosmetics: K&R style reformatting
2008-10-24 Kenan GilletSplit off celp_filters.[ch] from acelp_filters.[ch...
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-08-21 Michael NiedermayerMention cut-off freq of ff_acelp_high_pass_filter(...
2008-08-21 Michael NiedermayerRemove ff_acelp_weighted_filter() which is just a funct...
2008-08-21 Michael NiedermayerRename subframe_size to a name that is not specific...
2008-08-21 Michael NiedermayerTry to improve parameter doxy of ff_acelp_interpolate().
2008-08-21 Michael NiedermayerClarify how generic ff_acelp_interpolate() is.
2008-08-21 Michael NiedermayerCorrect incorrect length parameter doxy for ff_acelp_in...
2008-08-21 Michael NiedermayerRight half is clearer than positive half for specifying...
2008-08-21 Michael NiedermayerMention the fixed-point scale of the FIR filter coeffic...
2008-08-21 Michael NiedermayerCleanup comment for ff_acelp_interp_filter.
2008-08-21 Michael NiedermayerMake doxygen comments consistent with the rest of FFmpeg.
2008-07-12 Robert SwainTypo and grammar fix
2008-06-29 Vitor SessakMake ff_acelp_lp_synthesis_filter() receives a pointer...
2008-06-29 Vitor SessakAdd a rounding parameter to ff_acelp_lp_synthesis_filter()
2008-05-24 Vladimir VoroshilovMove pitch vector interpolation code to acelp_filters
2008-05-15 Diego Biurruncosmetics: Use C-style comment delimiters with #endif...
2008-05-13 Måns Rullgårdacelp_filters.h needs stdint.h
2008-05-11 Vladimir VoroshilovUpdate comment to version, negotiated with Diego, and
2008-05-11 Vladimir Voroshilovvarious filters for ACELP-based codecs