summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAge
...
* 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
* Change MMXEXT to MMX2, MMXEXT is deprecatedBaptiste Coudurier2010-06-28
* Add x86 asm functions for VP8 put_pixelsJason Garrett-Glaser2010-06-28
* Add MMX, SSE2, SSSE3 asm for VP8 bilinear MCJason Garrett-Glaser2010-06-28
* Fix x86 build with h264dsp disabledMåns Rullgård2010-06-28
* Add const to some pointer parameters.Eli Friedman2010-06-27
* Fix build without yasmDavid Conrad2010-06-27
* First shot at VP8 optimizations:Jason Garrett-Glaser2010-06-27
* Make vp8 select h264dsp and use this to pull in mmx intrapredMåns Rullgård2010-06-25
* Fix compilation without --enable-gpl.Carl Eugen Hoyos2010-06-25
* Cosmetics: Fix indentation.Carl Eugen Hoyos2010-06-25
* 16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264Jason Garrett-Glaser2010-06-25
* Fix compilation on x64.Vitor Sessak2010-06-24
* Fix asm constraints in apply_window()Vitor Sessak2010-06-24
* SSE-optimized MP3 floating point windowing functionsVitor Sessak2010-06-24
* Update x264asm header files to latest versions.Jason Garrett-Glaser2010-06-23
* Add bitexact versions of put_no_rnd_pixels8 _x2 and _y2 for vp3/theoraDavid Conrad2010-06-04
* vp3: The DC-only IDCT is surprisingly not supposed to be bitexact to theDavid Conrad2010-05-28
* Adding missing () to mathops.h.Michael Niedermayer2010-05-11
* Replace more "m" constraints with MANGLE to fix compilation issuesReimar Döffinger2010-05-10
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20