| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Move mm_support() from libavcodec to libavutil, make it a public | Stefano Sabatini | 2010-09-08 | 1 | -1/+2 |
* | Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ | Stefano Sabatini | 2010-09-04 | 1 | -7/+7 |
* | Remove global mm_flags variable | Måns Rullgård | 2010-08-24 | 1 | -1/+1 |
* | VP8: move zeroing of luma DC block into the WHT | Jason Garrett-Glaser | 2010-08-02 | 1 | -0/+2 |
* | Use word-writing instead of dword-writing (with two cached but otherwise | Ronald S. Bultje | 2010-07-31 | 1 | -1/+3 |
* | VP8: optimize DC-only chroma case in the same way as luma. | Jason Garrett-Glaser | 2010-07-23 | 1 | -7/+9 |
* | VP8: 30% faster idct_mb | Jason Garrett-Glaser | 2010-07-23 | 1 | -0/+5 |
* | VP8: clear DCT blocks in iDCT instead of using clear_blocks. | Jason Garrett-Glaser | 2010-07-23 | 1 | -0/+2 |
* | Use pextrw for SSE4 mbedge filter result writing, speedup 5-10cycles on | Ronald S. Bultje | 2010-07-22 | 1 | -0/+4 |
* | Fix and enable horizontal >=SSE2 mbedge loopfilter. | Ronald S. Bultje | 2010-07-22 | 1 | -6/+6 |
* | Various VP8 x86 deblocking speedups | Jason Garrett-Glaser | 2010-07-21 | 1 | -60/+40 |
* | Make mmx VP8 WHT faster | Jason Garrett-Glaser | 2010-07-21 | 1 | -2/+2 |
* | VP8 MBedge loopfilter MMX/MMX2/SSE2 functions for both luma (width=16) | Ronald S. Bultje | 2010-07-20 | 1 | -0/+42 |
* | Chroma (width=8) inner loopfilter MMX/MMX2/SSE2 for VP8 decoder. | Ronald S. Bultje | 2010-07-20 | 1 | -0/+19 |
* | Revert r24339 (it causes fate failures on x86-64) - I'll figure out what's | Ronald S. Bultje | 2010-07-19 | 1 | -19/+0 |
* | Remove FF_MM_SSE2/3 flags for CPUs where this is generally not faster than | Ronald S. Bultje | 2010-07-19 | 1 | -2/+5 |
* | Implement chroma (width=8) inner loopfilter MMX/MMX2/SSE2 functions. | Ronald S. Bultje | 2010-07-19 | 1 | -0/+19 |
* | Change function prototypes for width=8 inner and mbedge loopfilter functions | Ronald S. Bultje | 2010-07-19 | 1 | -18/+18 |
* | VP8 H/V inner loopfilter MMX/MMXEXT/SSE2 optimizations. | Ronald S. Bultje | 2010-07-15 | 1 | -0/+22 |
* | Simple H/V loopfilter for VP8 in MMX, MMX2 and SSE2 (yay for yasm macros). | Ronald S. Bultje | 2010-07-03 | 1 | -0/+16 |
* | SSSE3 versions of vp8 width4 bilinear MC functions | Jason Garrett-Glaser | 2010-07-03 | 1 | -2/+11 |
* | SSSE3 versions of width4 VP8 6-tap MC functions | Jason Garrett-Glaser | 2010-07-02 | 1 | -0/+18 |
* | Fix 100L in vp8dsp asm init | Jason Garrett-Glaser | 2010-07-01 | 1 | -2/+2 |
* | MMX idct_add for VP8. | Ronald S. Bultje | 2010-06-29 | 1 | -0/+2 |
* | Add mmxext version of VP8 DC Hadamard transform | Jason Garrett-Glaser | 2010-06-29 | 1 | -0/+2 |
* | Change MMXEXT to MMX2, MMXEXT is deprecated | Baptiste Coudurier | 2010-06-28 | 1 | -1/+1 |
* | Add x86 asm functions for VP8 put_pixels | Jason Garrett-Glaser | 2010-06-28 | 1 | -0/+19 |
* | Add MMX, SSE2, SSSE3 asm for VP8 bilinear MC | Jason Garrett-Glaser | 2010-06-28 | 1 | -96/+124 |
* | Fix build without yasm | David Conrad | 2010-06-27 | 1 | -0/+8 |
* | First shot at VP8 optimizations: | Jason Garrett-Glaser | 2010-06-27 | 1 | -0/+216 |