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
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer
2013-01-23Merge commit '42d324694883cdf1fff1612ac70fa403692a1ad4'Michael Niedermayer
2013-01-23Merge commit '55aa03b9f8f11ebb7535424cc0e5635558590f49'Michael Niedermayer
2013-01-23Drop DCTELEM typedefDiego Biurrun
2013-01-22floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-22floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-21Merge commit 'ce378f0dd0c4e5350b3280e6b3e8d6b46fe4b0a3'Michael Niedermayer
2013-01-21Merge commit 'd9bf716945046333c24580d538f450b516f15710'Michael Niedermayer
2013-01-21Merge commit 'a717f9904227d7979473bad40c50eb40af41d01d'Michael Niedermayer
2013-01-21vorbisdsp: change block_size type from int to intptr_t.Ronald S. Bultje
2013-01-20ppc: vorbisdsp: Drop some unnecessary #includesDiego Biurrun
2013-01-20ppc: Include string.h for memsetMartin Storsjö
2013-01-20Merge commit 'fef906c77c09940a2fdad155b2adc05080e17eda'Michael Niedermayer
2013-01-20Merge commit 'aeaf268e52fc11c1f64914a319e0edddf1346d6a'Michael Niedermayer
2013-01-20Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.Ronald S. Bultje
2013-01-20vp3: integrate clear_blocks with idct of previous block.Ronald S. Bultje
2013-01-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-01-16lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles
2012-12-22videodsp: Fix project nameMichael Niedermayer
2012-12-21Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723'Michael Niedermayer
2012-12-20lavc: introduce VideoDSPContextRonald S. Bultje
2012-11-13Merge commit 'ef1b23ad21e3f12fc4ff2a73a6d4d4cd9d630c4b'Michael Niedermayer
2012-11-12ppc: replace pointer casting with AV_COPY32Mans Rullgard
2012-11-12ppc: fix some unused variable warningsMans Rullgard
2012-10-10Merge commit 'cbcd497f384f0f8ef3f76f85b29b644b900d6b9f'Michael Niedermayer
2012-10-09build: non-x86: Only compile mpegvideo optimizations when necessaryDiego Biurrun
2012-10-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-09ppc: fix Altivec build with old compilersMans Rullgard
2012-10-08Fix build failure on osx 10.5.8 ppcPavel Koshevoy
2012-10-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-06ppc: fmtconvert: kill VLA in float_to_int16_interleave_altivec()Mans Rullgard
2012-09-09dsputil/me/pixels: Actually use av_restrictDerek Buitenhuis
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-16Add more missing includes after removing the implicit common.hMartin Storsjö
2012-08-16Add some more missing includes after removing the implicit common.hMartin Storsjö
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-23dsputil: ppc: cosmetics: pretty-printJustin Ruggles
2012-07-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-18ppc: fix build with altivec disabledMans Rullgard
2012-07-18vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard
2012-06-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-13ppc: Rename H.264 optimization template file for consistency.Diego Biurrun
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-05-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-22ppc: Drop unused header regs.hDiego Biurrun
2012-05-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-01ppc: add const where needed in scalarproduct_int16_altivec()Mans Rullgard