| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Split input/output data arguments to ff_acelp_apply_order_2_transfer_function(). | Ronald S. Bultje | 2010-04-21 | 1 | -3/+3 |
* | 10l: Fix forgotten variable rename from r14893 (fixes issue 1675). | Carl Eugen Hoyos | 2010-01-11 | 1 | -1/+1 |
* | Commit some functions that are used by both SIPR and AMR. | Vitor Sessak | 2009-10-27 | 1 | -0/+33 |
* | Add a function that can apply an order 2 rational transfer function in-place. | Colin McQuillan | 2009-08-15 | 1 | -0/+17 |
* | cosmetics: K&R style reformatting | Diego Biurrun | 2009-06-04 | 1 | -24/+12 |
* | Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder. | Kenan Gillet | 2008-10-24 | 1 | -59/+0 |
* | (cosmetics) Describe for which tests clipping is required. | Vladimir Voroshilov | 2008-08-26 | 1 | -0/+2 |
* | (cosmetics) Remove wrong comments. | Vladimir Voroshilov | 2008-08-26 | 1 | -4/+4 |
* | Replace cliping in ff_acelp_interpolate() by a check&av_log, this should be the | Michael Niedermayer | 2008-08-25 | 1 | -1/+3 |
* | Remove mathops.h dependancy. | Michael Niedermayer | 2008-08-21 | 1 | -4/+2 |
* | vertical align | 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 | -11/+0 |
* | Rename subframe_size to a name that is not specific to some specific use | Michael Niedermayer | 2008-08-21 | 1 | -5/+5 |
* | rename pitch_delay_frac in ff_acelp_interpolate() | Michael Niedermayer | 2008-08-21 | 1 | -3/+3 |
* | Document code, do not document difference to a irrelevant reference implement... | Michael Niedermayer | 2008-08-21 | 1 | -2/+1 |
* | Remove some irrelevant comments. | Michael Niedermayer | 2008-08-21 | 1 | -8/+1 |
* | Typo in a comment: s/two avoid/to avoid/ | Vitor Sessak | 2008-07-06 | 1 | -1/+1 |
* | Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual filter c... | Vitor Sessak | 2008-06-29 | 1 | -0/+4 |
* | Add a rounding parameter to ff_acelp_lp_synthesis_filter() | Vitor Sessak | 2008-06-29 | 1 | -2/+3 |
* | Move pitch vector interpolation code to acelp_filters | Vladimir Voroshilov | 2008-05-24 | 1 | -0/+54 |
* | Update comment to version, negotiated with Diego, and | Vladimir Voroshilov | 2008-05-11 | 1 | -7/+6 |
* | various filters for ACELP-based codecs | Vladimir Voroshilov | 2008-05-11 | 1 | -0/+125 |