| Commit message (Expand) | Author | Age | Files | Lines |
* | Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder. | Kenan Gillet | 2008-10-24 | 1 | -44/+0 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Mention cut-off freq of ff_acelp_high_pass_filter() instead of some | Michael Niedermayer | 2008-08-21 | 1 | -1/+1 |
* | Remove ff_acelp_weighted_filter() which is just a function wrapping a 1 | Michael Niedermayer | 2008-08-21 | 1 | -15/+0 |
* | Rename subframe_size to a name that is not specific to some specific use | Michael Niedermayer | 2008-08-21 | 1 | -1/+1 |
* | Try to improve parameter doxy of ff_acelp_interpolate(). | Michael Niedermayer | 2008-08-21 | 1 | -3/+3 |
* | Clarify how generic ff_acelp_interpolate() is. | Michael Niedermayer | 2008-08-21 | 1 | -1/+1 |
* | Correct incorrect length parameter doxy for ff_acelp_interpolate(). | Michael Niedermayer | 2008-08-21 | 1 | -1/+1 |
* | Right half is clearer than positive half for specifying which part of | Michael Niedermayer | 2008-08-21 | 1 | -1/+1 |
* | Mention the fixed-point scale of the FIR filter coefficients. | Michael Niedermayer | 2008-08-21 | 1 | -1/+2 |
* | Cleanup comment for ff_acelp_interp_filter. | Michael Niedermayer | 2008-08-21 | 1 | -48/+5 |
* | Make doxygen comments consistent with the rest of FFmpeg. | Michael Niedermayer | 2008-08-21 | 1 | -35/+35 |
* | Typo and grammar fix | Robert Swain | 2008-07-12 | 1 | -1/+1 |
* | Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual filter c... | Vitor Sessak | 2008-06-29 | 1 | -1/+1 |
* | Add a rounding parameter to ff_acelp_lp_synthesis_filter() | Vitor Sessak | 2008-06-29 | 1 | -1/+3 |
* | Move pitch vector interpolation code to acelp_filters | Vladimir Voroshilov | 2008-05-24 | 1 | -0/+77 |
* | cosmetics: Use C-style comment delimiters with #endif directives. | Diego Biurrun | 2008-05-15 | 1 | -1/+1 |
* | acelp_filters.h needs stdint.h | Måns Rullgård | 2008-05-13 | 1 | -0/+2 |
* | Update comment to version, negotiated with Diego, and | Vladimir Voroshilov | 2008-05-11 | 1 | -1/+1 |
* | various filters for ACELP-based codecs | Vladimir Voroshilov | 2008-05-11 | 1 | -0/+113 |