Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-15Don't include common.h from avutil.hMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2010-04-21Split input/output data arguments to ff_acelp_apply_order_2_transfer_function().Ronald S. Bultje
Originally committed as revision 22933 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-1110l: Fix forgotten variable rename from r14893 (fixes issue 1675).Carl Eugen Hoyos
Originally committed as revision 21135 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-28Commit some functions that are used by both SIPR and AMR.Vitor Sessak
Based on AMR SoC code by Robert Swain and Colin McQuillan. Originally committed as revision 20392 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-08-15Add a function that can apply an order 2 rational transfer function in-place.Colin McQuillan
This function will be used in the upcoming AMR-NB floating point decoder for high-pass filtering. Patch by Colin McQuillan ( m.niloc googlemail com ) Originally committed as revision 19649 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-04cosmetics: K&R style reformattingDiego Biurrun
Originally committed as revision 19088 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-25Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder.Kenan Gillet
patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15680 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-26(cosmetics) Describe for which tests clipping is required.Vladimir Voroshilov
Originally committed as revision 14979 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-26(cosmetics) Remove wrong comments.Vladimir Voroshilov
Originally committed as revision 14977 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-26Replace cliping in ff_acelp_interpolate() by a check&av_log, this should be theMichael Niedermayer
quickest way to find out if it is needed. Originally committed as revision 14970 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-22Remove mathops.h dependancy.Michael Niedermayer
Originally committed as revision 14897 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-22vertical alignMichael Niedermayer
Originally committed as revision 14896 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-22Remove ff_acelp_weighted_filter() which is just a function wrapping a 1Michael Niedermayer
line loop. Originally committed as revision 14895 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-22Rename subframe_size to a name that is not specific to some specific useMichael Niedermayer
of ff_acelp_convolve_circ() Originally committed as revision 14894 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-22rename pitch_delay_frac in ff_acelp_interpolate()Michael Niedermayer
Originally committed as revision 14893 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-22Document code, do not document difference to a irrelevant reference ↵Michael Niedermayer
implementation. Originally committed as revision 14885 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-22Remove some irrelevant comments.Michael Niedermayer
Originally committed as revision 14884 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-06Typo in a comment: s/two avoid/to avoid/Vitor Sessak
Originally committed as revision 14090 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-30Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual filter ↵Vitor Sessak
coefficients and not the pointer minus one Originally committed as revision 14031 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-29Add a rounding parameter to ff_acelp_lp_synthesis_filter()Vitor Sessak
Originally committed as revision 14028 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-24Move pitch vector interpolation code to acelp_filtersVladimir Voroshilov
and convert it to a generic interpolation routine. Originally committed as revision 13284 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-11Update comment to version, negotiated with Diego, andVladimir Voroshilov
fix missing period (not latest revision of patch was wrongly committed). Originally committed as revision 13113 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-11various filters for ACELP-based codecsVladimir Voroshilov
Originally committed as revision 13110 to svn://svn.ffmpeg.org/ffmpeg/trunk