Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-20x86: Move some variable declarations below the appropriat #ifdef.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans 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-08-03VP8: move zeroing of luma DC block into the WHTJason Garrett-Glaser
2010-08-01Use word-writing instead of dword-writing (with two cached but otherwiseRonald S. Bultje
2010-07-23VP8: optimize DC-only chroma case in the same way as luma.Jason Garrett-Glaser
2010-07-23VP8: 30% faster idct_mbJason Garrett-Glaser
2010-07-23VP8: clear DCT blocks in iDCT instead of using clear_blocks.Jason Garrett-Glaser
2010-07-22Use pextrw for SSE4 mbedge filter result writing, speedup 5-10cycles onRonald S. Bultje
2010-07-22Fix and enable horizontal >=SSE2 mbedge loopfilter.Ronald S. Bultje
2010-07-22Various VP8 x86 deblocking speedupsJason Garrett-Glaser
2010-07-22Make mmx VP8 WHT fasterJason Garrett-Glaser
2010-07-21VP8 MBedge loopfilter MMX/MMX2/SSE2 functions for both luma (width=16)Ronald S. Bultje
2010-07-21Chroma (width=8) inner loopfilter MMX/MMX2/SSE2 for VP8 decoder.Ronald S. Bultje
2010-07-20Revert r24339 (it causes fate failures on x86-64) - I'll figure out what'sRonald S. Bultje
2010-07-20Remove FF_MM_SSE2/3 flags for CPUs where this is generally not faster thanRonald S. Bultje
2010-07-20Implement chroma (width=8) inner loopfilter MMX/MMX2/SSE2 functions.Ronald S. Bultje
2010-07-20Change function prototypes for width=8 inner and mbedge loopfilter functionsRonald S. Bultje
2010-07-16VP8 H/V inner loopfilter MMX/MMXEXT/SSE2 optimizations.Ronald S. Bultje
2010-07-03Simple H/V loopfilter for VP8 in MMX, MMX2 and SSE2 (yay for yasm macros).Ronald S. Bultje
2010-07-03SSSE3 versions of vp8 width4 bilinear MC functionsJason Garrett-Glaser
2010-07-02SSSE3 versions of width4 VP8 6-tap MC functionsJason Garrett-Glaser
2010-07-02Fix 100L in vp8dsp asm initJason Garrett-Glaser
2010-06-29MMX idct_add for VP8.Ronald S. Bultje
2010-06-29Add mmxext version of VP8 DC Hadamard transformJason Garrett-Glaser
2010-06-29Change MMXEXT to MMX2, MMXEXT is deprecatedBaptiste Coudurier
2010-06-28Add x86 asm functions for VP8 put_pixelsJason Garrett-Glaser
2010-06-28Add MMX, SSE2, SSSE3 asm for VP8 bilinear MCJason Garrett-Glaser
2010-06-27Fix build without yasmDavid Conrad
2010-06-27First shot at VP8 optimizations:Jason Garrett-Glaser