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
2013-01-22floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje
This makes the aac decoder and all voice codecs independent of dsputil.
2012-08-27celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()Diego Biurrun
2012-08-15Don't include common.h from avutil.hMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-07-20Remove unused and non-compiling vestigial g729 decoderDiego Biurrun
2011-05-15acelp: Remove unused gray_decode table.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2010-04-21Split the input/output data arguments to ff_adaptive_gain_control().Ronald S. Bultje
Originally committed as revision 22932 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-11Fix spelling.Ronald S. Bultje
Originally committed as revision 22470 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-29Add no_repeat_mask option, so that single-pulse vectors can also beRonald S. Bultje
expressed in a AMRFixed structure and handled by ff_set_fixed_vector(). Originally committed as revision 21528 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-28Simplify. See "[PATCH] simplify ff_set_fixed_vector()" thread on mailinglist.Ronald S. Bultje
Originally committed as revision 21510 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-19Add tables used by both AMR-NB and SIPRVitor Sessak
Originally committed as revision 20897 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-12Commit functions used by both AMRNB and SIPRVitor Sessak
Originally committed as revision 20805 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-05Correct double include introduced by r20450Reynaldo H. Verdejo Pinochet
Originally committed as revision 20452 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-04Implement ff_scale_vector_to_given_sum_of_squares()Reynaldo H. Verdejo Pinochet
to aid generic gain control routines. Changes for qcelp are included. Patch Collin McQuillan. Originally committed as revision 20450 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-03-10Functional part Kenan Gillet's 'extract and share weighted_vector_sumf'Reynaldo H. Verdejo Pinochet
patchset. Idea is to share this common code between the AMR and QCELP decoders. Originally committed as revision 17916 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-27consistency cosmetics: indices --> indexes in variable namesDiego Biurrun
Originally committed as revision 13446 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-23adaptive and fixed codebook vector operations for ACELP-based codecsVladimir Voroshilov
Originally committed as revision 13244 to svn://svn.ffmpeg.org/ffmpeg/trunk