summaryrefslogtreecommitdiffstats
path: root/libavcodec/acelp_filters.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: typo fix cliping -> clipping, saftey -> safetyGanesh Ajjanagadde2015-12-111-1/+1
* acelp_filters: switch to avassertMichael Niedermayer2012-08-181-1/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | Optimization of AMR NB and WB decoders for MIPSNedeljko Babic2012-06-111-0/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-291-1/+0
|\ \ | |/
| * cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Split input/output data arguments to ff_acelp_apply_order_2_transfer_function().Ronald S. Bultje2010-04-211-3/+3
* 10l: Fix forgotten variable rename from r14893 (fixes issue 1675).Carl Eugen Hoyos2010-01-111-1/+1
* Commit some functions that are used by both SIPR and AMR.Vitor Sessak2009-10-271-0/+33
* Add a function that can apply an order 2 rational transfer function in-place.Colin McQuillan2009-08-151-0/+17
* cosmetics: K&R style reformattingDiego Biurrun2009-06-041-24/+12
* Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder.Kenan Gillet2008-10-241-59/+0
* (cosmetics) Describe for which tests clipping is required.Vladimir Voroshilov2008-08-261-0/+2
* (cosmetics) Remove wrong comments.Vladimir Voroshilov2008-08-261-4/+4
* Replace cliping in ff_acelp_interpolate() by a check&av_log, this should be theMichael Niedermayer2008-08-251-1/+3
* Remove mathops.h dependancy.Michael Niedermayer2008-08-211-4/+2
* vertical alignMichael Niedermayer2008-08-211-1/+1
* Remove ff_acelp_weighted_filter() which is just a function wrapping a 1Michael Niedermayer2008-08-211-11/+0
* Rename subframe_size to a name that is not specific to some specific useMichael Niedermayer2008-08-211-5/+5
* rename pitch_delay_frac in ff_acelp_interpolate()Michael Niedermayer2008-08-211-3/+3
* Document code, do not document difference to a irrelevant reference implement...Michael Niedermayer2008-08-211-2/+1
* Remove some irrelevant comments.Michael Niedermayer2008-08-211-8/+1
* Typo in a comment: s/two avoid/to avoid/Vitor Sessak2008-07-061-1/+1
* Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual filter c...Vitor Sessak2008-06-291-0/+4
* Add a rounding parameter to ff_acelp_lp_synthesis_filter()Vitor Sessak2008-06-291-2/+3
* Move pitch vector interpolation code to acelp_filtersVladimir Voroshilov2008-05-241-0/+54
* Update comment to version, negotiated with Diego, andVladimir Voroshilov2008-05-111-7/+6
* various filters for ACELP-based codecsVladimir Voroshilov2008-05-111-0/+125
OpenPOWER on IntegriCloud