]> git.sesse.net Git - ffmpeg/history - libavcodec/x86/vp8dsp-init.c
celp filters: Do not read earlier than the start of the 'out' vector.
[ffmpeg] / libavcodec / x86 / vp8dsp-init.c
2012-03-04 Ronald S. Bultjevp8: convert idct/mc x86 assembly to use cpuflags().
2012-03-02 Ronald S. Bultjevp8: disable mmx functions with sse/sse2 counterparts...
2012-03-02 Ronald S. Bultjevp8: change int stride to ptrdiff_t stride.
2011-10-20 Diego Biurrunx86: Move some variable declarations below the appropri...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-09-08 Stefano SabatiniMove mm_support() from libavcodec to libavutil, make...
2010-09-04 Stefano SabatiniRename FF_MM_ symbols related to CPU features flags...
2010-08-24 Måns RullgårdRemove global mm_flags variable
2010-08-02 Jason Garrett-GlaserVP8: move zeroing of luma DC block into the WHT
2010-07-31 Ronald S. BultjeUse word-writing instead of dword-writing (with two...
2010-07-23 Jason Garrett-GlaserVP8: optimize DC-only chroma case in the same way as...
2010-07-23 Jason Garrett-GlaserVP8: 30% faster idct_mb
2010-07-23 Jason Garrett-GlaserVP8: clear DCT blocks in iDCT instead of using clear_bl...
2010-07-22 Ronald S. BultjeUse pextrw for SSE4 mbedge filter result writing, speed...
2010-07-22 Ronald S. BultjeFix and enable horizontal >=SSE2 mbedge loopfilter.
2010-07-21 Jason Garrett-GlaserVarious VP8 x86 deblocking speedups
2010-07-21 Jason Garrett-GlaserMake mmx VP8 WHT faster
2010-07-20 Ronald S. BultjeVP8 MBedge loopfilter MMX/MMX2/SSE2 functions for both...
2010-07-20 Ronald S. BultjeChroma (width=8) inner loopfilter MMX/MMX2/SSE2 for...
2010-07-19 Ronald S. BultjeRevert r24339 (it causes fate failures on x86-64) ...
2010-07-19 Ronald S. BultjeRemove FF_MM_SSE2/3 flags for CPUs where this is genera...
2010-07-19 Ronald S. BultjeImplement chroma (width=8) inner loopfilter MMX/MMX2...
2010-07-19 Ronald S. BultjeChange function prototypes for width=8 inner and mbedge...
2010-07-15 Ronald S. BultjeVP8 H/V inner loopfilter MMX/MMXEXT/SSE2 optimizations.
2010-07-03 Ronald S. BultjeSimple H/V loopfilter for VP8 in MMX, MMX2 and SSE2...
2010-07-03 Jason Garrett-GlaserSSSE3 versions of vp8 width4 bilinear MC functions
2010-07-02 Jason Garrett-GlaserSSSE3 versions of width4 VP8 6-tap MC functions
2010-07-01 Jason Garrett-GlaserFix 100L in vp8dsp asm init
2010-06-29 Ronald S. BultjeMMX idct_add for VP8.
2010-06-29 Jason Garrett-GlaserAdd mmxext version of VP8 DC Hadamard transform
2010-06-28 Baptiste CoudurierChange MMXEXT to MMX2, MMXEXT is deprecated
2010-06-28 Jason Garrett-GlaserAdd x86 asm functions for VP8 put_pixels
2010-06-28 Jason Garrett-GlaserAdd MMX, SSE2, SSSE3 asm for VP8 bilinear MC
2010-06-27 David ConradFix build without yasm
2010-06-27 Jason Garrett-GlaserFirst shot at VP8 optimizations: