summaryrefslogtreecommitdiff
path: root/libavcodec/acelp_filters.h
Commit message (Expand)AuthorAge
* cosmetics: Drop empty comment linesDiego Biurrun2016-02-18
* miscellaneous typo fixesDiego Biurrun2012-12-21
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Fix Doxygen @param command attribute syntax.Diego Biurrun2010-07-17
* Split input/output data arguments to ff_acelp_apply_order_2_transfer_function().Ronald S. Bultje2010-04-21
* Commit some functions that are used by both SIPR and AMR.Vitor Sessak2009-10-27
* Add a function that can apply an order 2 rational transfer function in-place.Colin McQuillan2009-08-15
* cosmetics: K&R style reformattingDiego Biurrun2009-06-04
* Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder.Kenan Gillet2008-10-24
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Mention cut-off freq of ff_acelp_high_pass_filter() instead of someMichael Niedermayer2008-08-21
* Remove ff_acelp_weighted_filter() which is just a function wrapping a 1Michael Niedermayer2008-08-21
* Rename subframe_size to a name that is not specific to some specific useMichael Niedermayer2008-08-21
* Try to improve parameter doxy of ff_acelp_interpolate().Michael Niedermayer2008-08-21
* Clarify how generic ff_acelp_interpolate() is.Michael Niedermayer2008-08-21
* Correct incorrect length parameter doxy for ff_acelp_interpolate().Michael Niedermayer2008-08-21
* Right half is clearer than positive half for specifying which part ofMichael Niedermayer2008-08-21
* Mention the fixed-point scale of the FIR filter coefficients.Michael Niedermayer2008-08-21
* Cleanup comment for ff_acelp_interp_filter.Michael Niedermayer2008-08-21
* Make doxygen comments consistent with the rest of FFmpeg.Michael Niedermayer2008-08-21
* Typo and grammar fixRobert Swain2008-07-12
* Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual filter c...Vitor Sessak2008-06-29
* Add a rounding parameter to ff_acelp_lp_synthesis_filter()Vitor Sessak2008-06-29
* Move pitch vector interpolation code to acelp_filtersVladimir Voroshilov2008-05-24
* cosmetics: Use C-style comment delimiters with #endif directives.Diego Biurrun2008-05-15
* acelp_filters.h needs stdint.hMåns Rullgård2008-05-13
* Update comment to version, negotiated with Diego, andVladimir Voroshilov2008-05-11
* various filters for ACELP-based codecsVladimir Voroshilov2008-05-11