summaryrefslogtreecommitdiffstats
path: root/libavcodec/acelp_filters.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis2016-02-241-1/+0
|\
| * cosmetics: Drop empty comment linesDiego Biurrun2016-02-181-1/+0
* | Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer2012-12-211-1/+1
|\ \ | |/
| * miscellaneous typo fixesDiego Biurrun2012-12-211-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | Optimization of AMR NB and WB decoders for MIPSNedeljko Babic2012-06-111-0/+33
* | Two extra samples are required before top of the in buffer rather than outVladimir Voroshilov2011-11-011-1/+1
|/
* Fix Doxygen @param command attribute syntax.Diego Biurrun2010-07-171-3/+3
* Split input/output data arguments to ff_acelp_apply_order_2_transfer_function().Ronald S. Bultje2010-04-211-2/+3
* Commit some functions that are used by both SIPR and AMR.Vitor Sessak2009-10-271-0/+19
* Add a function that can apply an order 2 rational transfer function in-place.Colin McQuillan2009-08-151-0/+16
* cosmetics: K&R style reformattingDiego Biurrun2009-06-041-14/+5
* Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder.Kenan Gillet2008-10-241-44/+0
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Mention cut-off freq of ff_acelp_high_pass_filter() instead of someMichael Niedermayer2008-08-211-1/+1
* Remove ff_acelp_weighted_filter() which is just a function wrapping a 1Michael Niedermayer2008-08-211-15/+0
* Rename subframe_size to a name that is not specific to some specific useMichael Niedermayer2008-08-211-1/+1
* Try to improve parameter doxy of ff_acelp_interpolate().Michael Niedermayer2008-08-211-3/+3
* Clarify how generic ff_acelp_interpolate() is.Michael Niedermayer2008-08-211-1/+1
* Correct incorrect length parameter doxy for ff_acelp_interpolate().Michael Niedermayer2008-08-211-1/+1
* Right half is clearer than positive half for specifying which part ofMichael Niedermayer2008-08-211-1/+1
* Mention the fixed-point scale of the FIR filter coefficients.Michael Niedermayer2008-08-211-1/+2
* Cleanup comment for ff_acelp_interp_filter.Michael Niedermayer2008-08-211-48/+5
* Make doxygen comments consistent with the rest of FFmpeg.Michael Niedermayer2008-08-211-35/+35
* Typo and grammar fixRobert Swain2008-07-121-1/+1
* Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual filter c...Vitor Sessak2008-06-291-1/+1
* Add a rounding parameter to ff_acelp_lp_synthesis_filter()Vitor Sessak2008-06-291-1/+3
* Move pitch vector interpolation code to acelp_filtersVladimir Voroshilov2008-05-241-0/+77
* cosmetics: Use C-style comment delimiters with #endif directives.Diego Biurrun2008-05-151-1/+1
* acelp_filters.h needs stdint.hMåns Rullgård2008-05-131-0/+2
* Update comment to version, negotiated with Diego, andVladimir Voroshilov2008-05-111-1/+1
* various filters for ACELP-based codecsVladimir Voroshilov2008-05-111-0/+113
OpenPOWER on IntegriCloud