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-02-27Merge commit '845cfc92f908791714b8c4c8a49c91b8c64b685e'Michael Niedermayer
2013-02-27Merge commit '096cc11ec102701a18951b4f0437d609081ca1dd'Michael Niedermayer
2013-02-27x86: dsputil: Drop aliasing of ff_put_pixels8_mmx to ff_put_pixels8_mmxextDiego Biurrun
2013-02-27x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.cDiego Biurrun
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-01-27Merge commit '71155d7b4157fee44c0d3d0fc1b660ebfb9ccf46'Michael Niedermayer
2013-01-27dsputil: x86: Convert mpeg4 qpel and dsputil avg to yasmDaniel Kang
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-11-01Merge commit 'fa8fcab1e0d31074c0644c4ac5194474c6c26415'Michael Niedermayer
2012-10-31x86: mmx2 ---> mmxext in function namesDiego Biurrun
2012-10-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-08x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86)Janne Grunau
2012-08-31Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5'Michael Niedermayer
2012-08-30x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun
2012-08-16vc1dsp_mmx: remove libavutil/internal.h includeMichael Niedermayer
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-09x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard
2012-08-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-04x86: build: replace mmx2 by mmxextDiego Biurrun
2012-07-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-30x86: vc1: fix and enable optimised loop filterMans Rullgard
2012-06-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-25x86: place some inline asm under #if HAVE_INLINE_ASMRonald S. Bultje
2012-05-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-12x86: vc1: drop MMX loop filter implementation, which uses MMX2 instructions.Michael Kostylev
2012-03-24Fix linking without yasm.Carl Eugen Hoyos
2012-03-23VC1: restore optimizations broken in 9a1ced32.Reimar Döffinger
2011-02-18dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje
2011-02-18dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje
2011-01-18Replace ASMALIGN() with .p2alignMans Rullgard
2010-09-08Move mm_support() from libavcodec to libavutil, make it a publicStefano 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-07-21Move ff_pw_* from vc1dsp_mmx.c to dsputil_mmx.cDavid Conrad
2010-07-21VP8 MBedge loopfilter MMX/MMX2/SSE2 functions for both luma (width=16)Ronald S. Bultje
2010-07-12MMX/SSE VC1 loop filterDavid Conrad
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-03-07x86: move function prototypes to header filesMåns Rullgård
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2009-06-16idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall.Jason Garrett-Glaser
2009-04-15VC1: extend MMX qpel MC to include MMX2 avg qpelDavid Conrad
2008-12-22Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun