summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAge
* Inline asm for VP56 arith coderEli Friedman2010-07-23
* VP8: optimize DC-only chroma case in the same way as luma.Jason Garrett-Glaser2010-07-23
* VP8 asm: cosmetics (spacing)Jason Garrett-Glaser2010-07-23
* VP8: 30% faster idct_mbJason Garrett-Glaser2010-07-23
* VP8: clear DCT blocks in iDCT instead of using clear_blocks.Jason Garrett-Glaser2010-07-23
* Use pextrw for SSE4 mbedge filter result writing, speedup 5-10cycles onRonald S. Bultje2010-07-22
* Fix and enable horizontal >=SSE2 mbedge loopfilter.Ronald S. Bultje2010-07-22
* relicense h264 deblock sse2 to lgplLoren Merritt2010-07-22
* sync yasm macros from x264Loren Merritt2010-07-21
* Eliminate one instruction in VP8 dc_add_sse4Jason Garrett-Glaser2010-07-21
* Various VP8 x86 deblocking speedupsJason Garrett-Glaser2010-07-21
* Make mmx VP8 WHT fasterJason Garrett-Glaser2010-07-21
* Add header declarations for mmx/sse constants missing themDavid Conrad2010-07-21
* Move ff_pw_* from vc1dsp_mmx.c to dsputil_mmx.cDavid Conrad2010-07-21
* VP8 MBedge loopfilter MMX/MMX2/SSE2 functions for both luma (width=16)Ronald S. Bultje2010-07-20
* Chroma (width=8) inner loopfilter MMX/MMX2/SSE2 for VP8 decoder.Ronald S. Bultje2010-07-20
* Revert r24339 (it causes fate failures on x86-64) - I'll figure out what'sRonald S. Bultje2010-07-19
* Remove FF_MM_SSE2/3 flags for CPUs where this is generally not faster thanRonald S. Bultje2010-07-19
* Implement chroma (width=8) inner loopfilter MMX/MMX2/SSE2 functions.Ronald S. Bultje2010-07-19
* Be more efficient with registers or stack memory. Saves 8/16 bytes stackRonald S. Bultje2010-07-19
* Change function prototypes for width=8 inner and mbedge loopfilter functionsRonald S. Bultje2010-07-19
* more credits to D. J. Bernstein for fftLoren Merritt2010-07-18
* Attempt to fix x86-64 testsuite on fate.Ronald S. Bultje2010-07-16
* Remove duplicate define.Ronald S. Bultje2010-07-16
* Revert 24270, it contained some stuff that shouldn't have been in there.Ronald S. Bultje2010-07-16
* Remove duplicate define.Ronald S. Bultje2010-07-16
* Give x86 r%d registers names, this will simplify implementation of the chromaRonald S. Bultje2010-07-16
* Change return statement, the REP_RET is a mistake since the else case (x86-64,Ronald S. Bultje2010-07-16
* VP8 H/V inner loopfilter MMX/MMXEXT/SSE2 optimizations.Ronald S. Bultje2010-07-15
* MMX/SSE VC1 loop filterDavid Conrad2010-07-11
* Make ff_pw_4 128 bitsDavid Conrad2010-07-11
* Move SSE optimized 32-point DCT to its own file. Should fix breakage with YASMVitor Sessak2010-07-06
* SSE optimized 32-point DCTVitor Sessak2010-07-06
* Simple H/V loopfilter for VP8 in MMX, MMX2 and SSE2 (yay for yasm macros).Ronald S. Bultje2010-07-03
* SSSE3 versions of vp8 width4 bilinear MC functionsJason Garrett-Glaser2010-07-03
* SSSE3 versions of width4 VP8 6-tap MC functionsJason Garrett-Glaser2010-07-02
* Fix 100L in vp8dsp asm initJason Garrett-Glaser2010-07-01
* Fix h264/vp8 intra pred on Athlon XPJason Garrett-Glaser2010-07-01
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Use add instead of lshift in mmxext vp8 idctJason Garrett-Glaser2010-06-29
* Remove unused macros (duplicates from the now-LGPL x86util.asm).Ronald S. Bultje2010-06-29
* MMX idct_add for VP8.Ronald S. Bultje2010-06-29
* Add missing mm_support call toff_h264_pred_init_x86.Jason Garrett-Glaser2010-06-29
* Add mmxext version of VP8 DC Hadamard transformJason Garrett-Glaser2010-06-29
* Make x86util.asm LGPL so we can use it in LGPL asmJason Garrett-Glaser2010-06-29
* MMXEXT version of vp8 4x4 vertical predJason Garrett-Glaser2010-06-29
* Add mmx/mmxext/ssse3 4x4 TM intra pred functions for vp8Jason Garrett-Glaser2010-06-28
* Add missing comment header for predict_4x4_dc_mmxextJason Garrett-Glaser2010-06-28
* Fix some intra pred MMX functions that used MMXEXT instructionsJason Garrett-Glaser2010-06-28
* Fix VP8 bilinear mc on x86_64Jason Garrett-Glaser2010-06-28