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-12-21Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723'Michael Niedermayer
2012-12-20lavc: introduce VideoDSPContextRonald S. Bultje
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-07-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-18vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard
2012-04-23lowres2 support.Michael Niedermayer
2012-04-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-21Remove lowres video decodingMans Rullgard
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16ppc: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2011-09-30ppc: fix usage of dsp_maskMichael Niedermayer
2011-07-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-21dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard
2011-07-21jfdctint: add 10-bit versionMans Rullgard
2011-07-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-20simple_idct: add 10-bit versionMans Rullgard
2011-07-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-16ppc: remove disabled codeDiego Biurrun
2011-05-11Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-04-11Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-18dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje
2011-02-18dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje
2010-09-08Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini
2010-09-08Merge has_altivec() function into mm_support(), remove it and useStefano Sabatini
2010-09-04Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini
2010-08-24Remove global mm_flags variableMåns Rullgård
2010-06-27Remove PPC perf counter supportMåns Rullgård
2010-03-07PPC: move prototypes to headers and make some functions staticMåns Rullgård
2009-07-29Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER,Diego Biurrun
2009-07-23Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER.Diego Biurrun
2009-05-26Altivec VP3 IDCTDavid Conrad
2009-04-13Remove AltiVec optimizations for Snow. They are hindering the developmentDiego Biurrun
2009-01-24Remove pointless #if HAVE_ALTIVEC around internal header #includeDiego Biurrun
2009-01-14replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-12-03Delete unnecessary 'extern' keywords.Diego Biurrun
2008-11-03Remove duplicated MM_* macros for CPU capabilities from dsputil.h.Dominik Mierzejewski
2008-10-16Convert asm keyword into __asm__.Diego Pettenò
2008-07-21cosmetics: Reindent two misplaced braces.Diego Biurrun
2008-07-20cosmetics: Reformat PPC code in libavcodec according to style guidelines.Diego Biurrun
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2007-12-01stupid code (casting of void*) found by checktree.shMichael Niedermayer
2007-10-02cosmetics: Fix AltiVec spelling.Diego Biurrun
2007-10-01Remove Metrowerks compiler workaround.Diego Biurrun
2007-05-16Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje