summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* 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
* vp3: The DC-only IDCT is surprisingly not supposed to be bitexact to theDavid Conrad2010-05-281-3/+1
* Adding missing () to mathops.h.Michael Niedermayer2010-05-111-3/+3
* Replace more "m" constraints with MANGLE to fix compilation issuesReimar Döffinger2010-05-101-7/+6
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-207-7/+7
* vp3: DC-only IDCTDavid Conrad2010-04-173-0/+45
* Convert two "m" constraints to MANGLE to fix compilation with some compilers.Reimar Döffinger2010-04-011-3/+3
* Replace remaining uses of ATTR_ALIGNED with DECLARE_ALIGNEDMåns Rullgård2010-03-182-34/+30
* Simplify arch-specific object file listsMåns Rullgård2010-03-161-4/+2
* Move arch-specific makefile parts into $arch/MakefileMåns Rullgård2010-03-161-0/+41
* Move H264 dsputil functions into their own structMåns Rullgård2010-03-161-65/+79
* Separate DWT from snow and dsputilMåns Rullgård2010-03-143-34/+31
* x86: move function prototypes to header filesMåns Rullgård2010-03-066-35/+27
* Add some missing #includesMåns Rullgård2010-03-064-0/+4
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-061-1/+1
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-0611-54/+54
OpenPOWER on IntegriCloud