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
2012-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-08Add a float DSP framework to libavutilJustin Ruggles
2012-06-08PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutilJustin Ruggles
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16ppc: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-04Separate format conversion DSP functions from DSPContext.Justin Ruggles
2011-02-02Separate format conversion DSP functions from DSPContext.Justin Ruggles
2011-02-02Remove unneeded add bias from 3 functions.Justin Ruggles
2011-01-31Remove unneeded add bias from 3 functions.Justin Ruggles
2011-01-23Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles
2011-01-22Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2009-09-27cosmetics: fix indentation after previous commitMåns Rullgård
2009-09-27Drop unused args from vector_fmul_add_add, simpify code, and renameMåns Rullgård
2009-04-13Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions.Diego Biurrun
2009-01-07Add Altivec version of vector_fmul_window.David Conrad
2009-01-06Fix float_to_int16_altivec prototype to match float_to_int16's in dsputil.hDavid Conrad
2008-12-17add AltiVec implementation of int32_to_float_fmul_scalarGuillaume Poirier
2008-08-25Missing static in float_to_int16_altivec declarationLuca Barbato
2008-08-24Remove unused variablesLuca Barbato
2008-08-24Introduce float_to_int16_interleave_altivec, tested with vorbisLuca Barbato
2008-08-24Introduce float_to_int16_one_altivecLuca Barbato
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2007-05-16Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje
2007-01-2310l, there is a corner case afterall...Luca Barbato
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-08-31Proper fix for the corner case that would have been corrected before, praise&...Luca Barbato
2006-08-31Fix float_to_int16, unaligned case, broken by the previous commitLuca Barbato
2006-08-1610l, thanks to Emanuele Giaquinta <exg@gentoo.org> for testing and finding th...Luca Barbato
2006-08-15altivec float optimizationsLuca Barbato