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 (Expand)Author
2015-05-15avcodec/acelp_vectors: Assert that x is within the array in ff_set_fixed_vect...Michael Niedermayer
2013-07-26Merge commit '4a2ef39442bf7f0150db07a1fbfcf8286e4d44a3'Michael Niedermayer
2013-07-25cosmetics: Add '0' to float constants ending in '.'.Diego Biurrun
2013-01-23Merge commit '73b704ac609d83e0be124589f24efd9b94947cf9'Michael Niedermayer
2013-01-22floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje
2012-08-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-27celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()Diego Biurrun
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-06-11Optimization of AMR NB and WB decoders for MIPSNedeljko Babic
2011-12-18Cosmetics: Fix indentation after last commit.Carl Eugen Hoyos
2011-12-18Fix possible endless loop when decoding amr.Carl Eugen Hoyos
2011-09-24Restore WIP g729 code that has been remvoed by diego biurrun.Michael Niedermayer
2011-07-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-20Remove unused and non-compiling vestigial g729 decoderDiego Biurrun
2011-05-16Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-15acelp: Remove unused gray_decode table.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-04-21Split the input/output data arguments to ff_adaptive_gain_control().Ronald S. Bultje
2010-03-11Fix spelling.Ronald S. Bultje
2010-01-29Add no_repeat_mask option, so that single-pulse vectors can also beRonald S. Bultje
2010-01-28Simplify. See "[PATCH] simplify ff_set_fixed_vector()" thread on mailinglist.Ronald S. Bultje
2009-12-19Add tables used by both AMR-NB and SIPRVitor Sessak
2009-12-12Commit functions used by both AMRNB and SIPRVitor Sessak
2009-11-05Correct double include introduced by r20450Reynaldo H. Verdejo Pinochet
2009-11-04Implement ff_scale_vector_to_given_sum_of_squares()Reynaldo H. Verdejo Pinochet
2009-10-28Commit some functions that are used by both SIPR and AMR.Vitor Sessak
2009-03-10Functional part Kenan Gillet's 'extract and share weighted_vector_sumf'Reynaldo H. Verdejo Pinochet
2008-05-27consistency cosmetics: indices --> indexes in variable namesDiego Biurrun
2008-05-23adaptive and fixed codebook vector operations for ACELP-based codecsVladimir Voroshilov