summaryrefslogtreecommitdiff
path: root/libavcodec/acelp_filters.c
Commit message (Expand)AuthorAge
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Split input/output data arguments to ff_acelp_apply_order_2_transfer_function().Ronald S. Bultje2010-04-21
* 10l: Fix forgotten variable rename from r14893 (fixes issue 1675).Carl Eugen Hoyos2010-01-11
* 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
* (cosmetics) Describe for which tests clipping is required.Vladimir Voroshilov2008-08-26
* (cosmetics) Remove wrong comments.Vladimir Voroshilov2008-08-26
* Replace cliping in ff_acelp_interpolate() by a check&av_log, this should be theMichael Niedermayer2008-08-25
* Remove mathops.h dependancy.Michael Niedermayer2008-08-21
* vertical alignMichael 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
* rename pitch_delay_frac in ff_acelp_interpolate()Michael Niedermayer2008-08-21
* Document code, do not document difference to a irrelevant reference implement...Michael Niedermayer2008-08-21
* Remove some irrelevant comments.Michael Niedermayer2008-08-21
* Typo in a comment: s/two avoid/to avoid/Vitor Sessak2008-07-06
* 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
* Update comment to version, negotiated with Diego, andVladimir Voroshilov2008-05-11
* various filters for ACELP-based codecsVladimir Voroshilov2008-05-11