summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2012-08-18acelp_filters: switch to avassertMichael Niedermayer1-1/+2
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer247-79/+550
2012-08-15Don't include common.h from avutil.hMartin Storsjö238-2/+346
2012-06-11Optimization of AMR NB and WB decoders for MIPSNedeljko Babic24-39/+1403
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer104-240/+851
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse91-92/+0
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-04-21Split input/output data arguments to ff_acelp_apply_order_2_transfer_function().Ronald S. Bultje4-8/+9
2010-01-1110l: Fix forgotten variable rename from r14893 (fixes issue 1675).Carl Eugen Hoyos1-1/+1
2009-10-27Commit some functions that are used by both SIPR and AMR.Vitor Sessak6-0/+107
2009-08-15Add a function that can apply an order 2 rational transfer function in-place.Colin McQuillan2-0/+33
2009-06-04cosmetics: K&R style reformattingDiego Biurrun2-38/+17
2008-10-24Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder.Kenan Gillet6-107/+162
2008-08-26(cosmetics) Describe for which tests clipping is required.Vladimir Voroshilov1-0/+2
2008-08-26(cosmetics) Remove wrong comments.Vladimir Voroshilov1-4/+4
2008-08-25Replace cliping in ff_acelp_interpolate() by a check&av_log, this should be theMichael Niedermayer1-1/+3
2008-08-21Remove mathops.h dependancy.Michael Niedermayer1-4/+2
2008-08-21vertical alignMichael Niedermayer1-1/+1
2008-08-21Remove ff_acelp_weighted_filter() which is just a function wrapping a 1Michael Niedermayer2-26/+0
2008-08-21Rename subframe_size to a name that is not specific to some specific useMichael Niedermayer2-6/+6
2008-08-21rename pitch_delay_frac in ff_acelp_interpolate()Michael Niedermayer1-3/+3
2008-08-21Document code, do not document difference to a irrelevant reference implement...Michael Niedermayer1-2/+1
2008-08-21Remove some irrelevant comments.Michael Niedermayer1-8/+1
2008-07-06Typo in a comment: s/two avoid/to avoid/Vitor Sessak1-1/+1
2008-06-29Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual filter c...Vitor Sessak3-3/+7
2008-06-29Add a rounding parameter to ff_acelp_lp_synthesis_filter()Vitor Sessak2-3/+6
2008-05-24Move pitch vector interpolation code to acelp_filtersVladimir Voroshilov2-0/+131
2008-05-11Update comment to version, negotiated with Diego, andVladimir Voroshilov2-8/+7
2008-05-11various filters for ACELP-based codecsVladimir Voroshilov2-0/+238