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-08-29ppc: Add and use convenience macro to check for AltiVec availabilityDiego Biurrun
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-06dsputil: Separate h264chromaDiego Biurrun
2013-02-05Add av_cold attributes to arch-specific init functionsDiego Biurrun
2013-01-23Drop DCTELEM typedefDiego Biurrun
2013-01-22floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje
2012-12-20lavc: introduce VideoDSPContextRonald S. Bultje
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-18vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard
2012-04-21Remove lowres video decodingMans Rullgard
2012-02-16ppc: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
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-20simple_idct: add 10-bit versionMans Rullgard
2011-07-16ppc: remove disabled codeDiego Biurrun
2011-05-10Adds 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
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
2007-04-10ssd_int8_vs_int16_altivec, not completely benchmarkedwith svq1Luca Barbato
2007-02-14rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERFMåns Rullgård
2006-11-22Conditionally compile some of the AltiVec optimizations.Diego Biurrun
2006-11-14revert bad checkinMåns Rullgård
2006-11-14move some CFLAGS settings away from config.* writing sectionMåns Rullgård
2006-11-02Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme
2006-10-12ppc generic prefetchLuca Barbato