aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* Revert r24339 (it causes fate failures on x86-64) - I'll figure out what'sRonald S. Bultje2010-07-192-127/+32
* Remove FF_MM_SSE2/3 flags for CPUs where this is generally not faster thanRonald S. Bultje2010-07-193-6/+25
* Implement chroma (width=8) inner loopfilter MMX/MMX2/SSE2 functions.Ronald S. Bultje2010-07-192-32/+127
* Be more efficient with registers or stack memory. Saves 8/16 bytes stackRonald S. Bultje2010-07-191-16/+16
* Change function prototypes for width=8 inner and mbedge loopfilter functionsRonald S. Bultje2010-07-192-19/+19
* more credits to D. J. Bernstein for fftLoren Merritt2010-07-181-0/+3
* Attempt to fix x86-64 testsuite on fate.Ronald S. Bultje2010-07-161-1/+1
* Remove duplicate define.Ronald S. Bultje2010-07-161-1/+0
* Revert 24270, it contained some stuff that shouldn't have been in there.Ronald S. Bultje2010-07-161-1/+2
* Remove duplicate define.Ronald S. Bultje2010-07-161-2/+1
* Give x86 r%d registers names, this will simplify implementation of the chromaRonald S. Bultje2010-07-161-58/+81
* Change return statement, the REP_RET is a mistake since the else case (x86-64,Ronald S. Bultje2010-07-161-3/+1
* VP8 H/V inner loopfilter MMX/MMXEXT/SSE2 optimizations.Ronald S. Bultje2010-07-154-15/+488
* MMX/SSE VC1 loop filterDavid Conrad2010-07-114-0/+424
* Make ff_pw_4 128 bitsDavid Conrad2010-07-114-4/+4
* Move SSE optimized 32-point DCT to its own file. Should fix breakage with YASMVitor Sessak2010-07-064-266/+298
* SSE optimized 32-point DCTVitor Sessak2010-07-063-0/+275
* Simple H/V loopfilter for VP8 in MMX, MMX2 and SSE2 (yay for yasm macros).Ronald S. Bultje2010-07-034-0/+334
* SSSE3 versions of vp8 width4 bilinear MC functionsJason Garrett-Glaser2010-07-032-4/+34
* SSSE3 versions of width4 VP8 6-tap MC functionsJason Garrett-Glaser2010-07-022-161/+192
* Fix 100L in vp8dsp asm initJason Garrett-Glaser2010-07-011-2/+2
* Fix h264/vp8 intra pred on Athlon XPJason Garrett-Glaser2010-07-012-19/+12
* Fix grammar errors in documentationMåns Rullgård2010-06-301-1/+1
* Use add instead of lshift in mmxext vp8 idctJason Garrett-Glaser2010-06-291-2/+2
* Remove unused macros (duplicates from the now-LGPL x86util.asm).Ronald S. Bultje2010-06-291-26/+0
* MMX idct_add for VP8.Ronald S. Bultje2010-06-293-0/+106
* Add missing mm_support call toff_h264_pred_init_x86.Jason Garrett-Glaser2010-06-291-0/+2
* Add mmxext version of VP8 DC Hadamard transformJason Garrett-Glaser2010-06-292-0/+48
* Make x86util.asm LGPL so we can use it in LGPL asmJason Garrett-Glaser2010-06-291-213/+16
* MMXEXT version of vp8 4x4 vertical predJason Garrett-Glaser2010-06-292-0/+35
* Add mmx/mmxext/ssse3 4x4 TM intra pred functions for vp8Jason Garrett-Glaser2010-06-282-0/+84
* Add missing comment header for predict_4x4_dc_mmxextJason Garrett-Glaser2010-06-281-0/+4
* Fix some intra pred MMX functions that used MMXEXT instructionsJason Garrett-Glaser2010-06-282-25/+29
* Fix VP8 bilinear mc on x86_64Jason Garrett-Glaser2010-06-281-6/+6
* Change MMXEXT to MMX2, MMXEXT is deprecatedBaptiste Coudurier2010-06-282-2/+2
* Add x86 asm functions for VP8 put_pixelsJason Garrett-Glaser2010-06-282-0/+59
* Add MMX, SSE2, SSSE3 asm for VP8 bilinear MCJason Garrett-Glaser2010-06-282-112/+316
* Fix x86 build with h264dsp disabledMåns Rullgård2010-06-281-0/+2
* Add const to some pointer parameters.Eli Friedman2010-06-271-5/+5
* Fix build without yasmDavid Conrad2010-06-271-0/+8
* First shot at VP8 optimizations:Jason Garrett-Glaser2010-06-273-0/+924
* Make vp8 select h264dsp and use this to pull in mmx intrapredMåns Rullgård2010-06-251-3/+1
* Fix compilation without --enable-gpl.Carl Eugen Hoyos2010-06-251-1/+4
* Cosmetics: Fix indentation.Carl Eugen Hoyos2010-06-251-1/+1
* 16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264Jason Garrett-Glaser2010-06-255-2/+564
* Fix compilation on x64.Vitor Sessak2010-06-241-1/+1
* Fix asm constraints in apply_window()Vitor Sessak2010-06-241-7/+8
* SSE-optimized MP3 floating point windowing functionsVitor Sessak2010-06-242-0/+161
* Update x264asm header files to latest versions.Jason Garrett-Glaser2010-06-236-95/+155
* Add bitexact versions of put_no_rnd_pixels8 _x2 and _y2 for vp3/theoraDavid Conrad2010-06-042-0/+93