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
2014-07-13ppc: dsputil: Coalesce all init filesDiego Biurrun
2014-07-11dsputil: Drop unused bit_depth parameter from all init functionsDiego Biurrun
2014-07-07dsputil: Split off FDCT bits into their own contextDiego Biurrun
2014-06-30dsputil: Split off IDCT bits into their own contextDiego Biurrun
2014-06-23dsputil: Split off global motion compensation bits into a separate contextDiego Biurrun
2014-06-22dsputil: Split audio operations off into a separate contextDiego Biurrun
2014-06-19dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun
2014-03-20dsputil: Propagate bit depth information to all (sub)init functionsDiego Biurrun
2014-03-20ppc: dsputil: Merge some declarations and initializationsDiego Biurrun
2014-03-20ppc: dsputil: Simplify some ifdeffed function definitionsDiego Biurrun
2014-03-20ppc: dsputil: Drop some unnecessary parenthesesDiego Biurrun
2014-03-20ppc: dsputil: K&R formatting cosmeticsDiego Biurrun
2014-03-20ppc: dsputil: comment formatting and wording/grammar improvementsDiego Biurrun
2014-03-13ppc: Add some missing headersDiego Biurrun
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ò