| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r24339 (it causes fate failures on x86-64) - I'll figure out what's | Ronald S. Bultje | 2010-07-19 | 2 | -127/+32 |
* | Remove FF_MM_SSE2/3 flags for CPUs where this is generally not faster than | Ronald S. Bultje | 2010-07-19 | 3 | -6/+25 |
* | Implement chroma (width=8) inner loopfilter MMX/MMX2/SSE2 functions. | Ronald S. Bultje | 2010-07-19 | 2 | -32/+127 |
* | Be more efficient with registers or stack memory. Saves 8/16 bytes stack | Ronald S. Bultje | 2010-07-19 | 1 | -16/+16 |
* | Change function prototypes for width=8 inner and mbedge loopfilter functions | Ronald S. Bultje | 2010-07-19 | 2 | -19/+19 |
* | more credits to D. J. Bernstein for fft | Loren Merritt | 2010-07-18 | 1 | -0/+3 |
* | Attempt to fix x86-64 testsuite on fate. | Ronald S. Bultje | 2010-07-16 | 1 | -1/+1 |
* | Remove duplicate define. | Ronald S. Bultje | 2010-07-16 | 1 | -1/+0 |
* | Revert 24270, it contained some stuff that shouldn't have been in there. | Ronald S. Bultje | 2010-07-16 | 1 | -1/+2 |
* | Remove duplicate define. | Ronald S. Bultje | 2010-07-16 | 1 | -2/+1 |
* | Give x86 r%d registers names, this will simplify implementation of the chroma | Ronald S. Bultje | 2010-07-16 | 1 | -58/+81 |
* | Change return statement, the REP_RET is a mistake since the else case (x86-64, | Ronald S. Bultje | 2010-07-16 | 1 | -3/+1 |
* | VP8 H/V inner loopfilter MMX/MMXEXT/SSE2 optimizations. | Ronald S. Bultje | 2010-07-15 | 4 | -15/+488 |
* | MMX/SSE VC1 loop filter | David Conrad | 2010-07-11 | 4 | -0/+424 |
* | Make ff_pw_4 128 bits | David Conrad | 2010-07-11 | 4 | -4/+4 |
* | Move SSE optimized 32-point DCT to its own file. Should fix breakage with YASM | Vitor Sessak | 2010-07-06 | 4 | -266/+298 |
* | SSE optimized 32-point DCT | Vitor Sessak | 2010-07-06 | 3 | -0/+275 |
* | Simple H/V loopfilter for VP8 in MMX, MMX2 and SSE2 (yay for yasm macros). | Ronald S. Bultje | 2010-07-03 | 4 | -0/+334 |
* | SSSE3 versions of vp8 width4 bilinear MC functions | Jason Garrett-Glaser | 2010-07-03 | 2 | -4/+34 |
* | SSSE3 versions of width4 VP8 6-tap MC functions | Jason Garrett-Glaser | 2010-07-02 | 2 | -161/+192 |
* | Fix 100L in vp8dsp asm init | Jason Garrett-Glaser | 2010-07-01 | 1 | -2/+2 |
* | Fix h264/vp8 intra pred on Athlon XP | Jason Garrett-Glaser | 2010-07-01 | 2 | -19/+12 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -1/+1 |
* | Use add instead of lshift in mmxext vp8 idct | Jason Garrett-Glaser | 2010-06-29 | 1 | -2/+2 |
* | Remove unused macros (duplicates from the now-LGPL x86util.asm). | Ronald S. Bultje | 2010-06-29 | 1 | -26/+0 |
* | MMX idct_add for VP8. | Ronald S. Bultje | 2010-06-29 | 3 | -0/+106 |
* | Add missing mm_support call toff_h264_pred_init_x86. | Jason Garrett-Glaser | 2010-06-29 | 1 | -0/+2 |
* | Add mmxext version of VP8 DC Hadamard transform | Jason Garrett-Glaser | 2010-06-29 | 2 | -0/+48 |
* | Make x86util.asm LGPL so we can use it in LGPL asm | Jason Garrett-Glaser | 2010-06-29 | 1 | -213/+16 |
* | MMXEXT version of vp8 4x4 vertical pred | Jason Garrett-Glaser | 2010-06-29 | 2 | -0/+35 |
* | Add mmx/mmxext/ssse3 4x4 TM intra pred functions for vp8 | Jason Garrett-Glaser | 2010-06-28 | 2 | -0/+84 |
* | Add missing comment header for predict_4x4_dc_mmxext | Jason Garrett-Glaser | 2010-06-28 | 1 | -0/+4 |
* | Fix some intra pred MMX functions that used MMXEXT instructions | Jason Garrett-Glaser | 2010-06-28 | 2 | -25/+29 |
* | Fix VP8 bilinear mc on x86_64 | Jason Garrett-Glaser | 2010-06-28 | 1 | -6/+6 |
* | Change MMXEXT to MMX2, MMXEXT is deprecated | Baptiste Coudurier | 2010-06-28 | 2 | -2/+2 |
* | Add x86 asm functions for VP8 put_pixels | Jason Garrett-Glaser | 2010-06-28 | 2 | -0/+59 |
* | Add MMX, SSE2, SSSE3 asm for VP8 bilinear MC | Jason Garrett-Glaser | 2010-06-28 | 2 | -112/+316 |
* | Fix x86 build with h264dsp disabled | Måns Rullgård | 2010-06-28 | 1 | -0/+2 |
* | Add const to some pointer parameters. | Eli Friedman | 2010-06-27 | 1 | -5/+5 |
* | Fix build without yasm | David Conrad | 2010-06-27 | 1 | -0/+8 |
* | First shot at VP8 optimizations: | Jason Garrett-Glaser | 2010-06-27 | 3 | -0/+924 |
* | Make vp8 select h264dsp and use this to pull in mmx intrapred | Måns Rullgård | 2010-06-25 | 1 | -3/+1 |
* | Fix compilation without --enable-gpl. | Carl Eugen Hoyos | 2010-06-25 | 1 | -1/+4 |
* | Cosmetics: Fix indentation. | Carl Eugen Hoyos | 2010-06-25 | 1 | -1/+1 |
* | 16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264 | Jason Garrett-Glaser | 2010-06-25 | 5 | -2/+564 |
* | Fix compilation on x64. | Vitor Sessak | 2010-06-24 | 1 | -1/+1 |
* | Fix asm constraints in apply_window() | Vitor Sessak | 2010-06-24 | 1 | -7/+8 |
* | SSE-optimized MP3 floating point windowing functions | Vitor Sessak | 2010-06-24 | 2 | -0/+161 |
* | Update x264asm header files to latest versions. | Jason Garrett-Glaser | 2010-06-23 | 6 | -95/+155 |
* | Add bitexact versions of put_no_rnd_pixels8 _x2 and _y2 for vp3/theora | David Conrad | 2010-06-04 | 2 | -0/+93 |