Tue, 24 Aug 2010 17:47:05 +0000 |
mru |
Remove global mm_flags variable
libavcodec
|
Mon, 02 Aug 2010 20:18:09 +0000 |
darkshikari |
VP8: move zeroing of luma DC block into the WHT
libavcodec
|
Sat, 31 Jul 2010 23:13:15 +0000 |
rbultje |
Use word-writing instead of dword-writing (with two cached but otherwise
libavcodec
|
Fri, 23 Jul 2010 06:02:52 +0000 |
darkshikari |
VP8: optimize DC-only chroma case in the same way as luma.
libavcodec
|
Fri, 23 Jul 2010 02:58:27 +0000 |
darkshikari |
VP8: 30% faster idct_mb
libavcodec
|
Fri, 23 Jul 2010 00:07:16 +0000 |
darkshikari |
VP8: clear DCT blocks in iDCT instead of using clear_blocks.
libavcodec
|
Thu, 22 Jul 2010 19:59:34 +0000 |
rbultje |
Use pextrw for SSE4 mbedge filter result writing, speedup 5-10cycles on
libavcodec
|
Thu, 22 Jul 2010 01:35:26 +0000 |
rbultje |
Fix and enable horizontal >=SSE2 mbedge loopfilter.
libavcodec
|
Wed, 21 Jul 2010 22:11:03 +0000 |
darkshikari |
Various VP8 x86 deblocking speedups
libavcodec
|
Wed, 21 Jul 2010 20:51:01 +0000 |
darkshikari |
Make mmx VP8 WHT faster
libavcodec
|
Tue, 20 Jul 2010 22:58:56 +0000 |
rbultje |
VP8 MBedge loopfilter MMX/MMX2/SSE2 functions for both luma (width=16)
libavcodec
|
Tue, 20 Jul 2010 22:04:18 +0000 |
rbultje |
Chroma (width=8) inner loopfilter MMX/MMX2/SSE2 for VP8 decoder.
libavcodec
|
Mon, 19 Jul 2010 23:57:09 +0000 |
rbultje |
Revert r24339 (it causes fate failures on x86-64) - I'll figure out what's
libavcodec
|
Mon, 19 Jul 2010 22:38:23 +0000 |
rbultje |
Remove FF_MM_SSE2/3 flags for CPUs where this is generally not faster than
libavcodec
|
Mon, 19 Jul 2010 21:53:28 +0000 |
rbultje |
Implement chroma (width=8) inner loopfilter MMX/MMX2/SSE2 functions.
libavcodec
|
Mon, 19 Jul 2010 21:18:04 +0000 |
rbultje |
Change function prototypes for width=8 inner and mbedge loopfilter functions
libavcodec
|
Thu, 15 Jul 2010 23:02:34 +0000 |
rbultje |
VP8 H/V inner loopfilter MMX/MMXEXT/SSE2 optimizations.
libavcodec
|
Sat, 03 Jul 2010 19:26:30 +0000 |
rbultje |
Simple H/V loopfilter for VP8 in MMX, MMX2 and SSE2 (yay for yasm macros).
libavcodec
|
Sat, 03 Jul 2010 00:48:12 +0000 |
darkshikari |
SSSE3 versions of vp8 width4 bilinear MC functions
libavcodec
|
Fri, 02 Jul 2010 05:27:41 +0000 |
darkshikari |
SSSE3 versions of width4 VP8 6-tap MC functions
libavcodec
|
Thu, 01 Jul 2010 22:09:22 +0000 |
darkshikari |
Fix 100L in vp8dsp asm init
libavcodec
|
Tue, 29 Jun 2010 14:43:11 +0000 |
rbultje |
MMX idct_add for VP8.
libavcodec
|
Tue, 29 Jun 2010 01:41:59 +0000 |
darkshikari |
Add mmxext version of VP8 DC Hadamard transform
libavcodec
|
Mon, 28 Jun 2010 21:12:00 +0000 |
bcoudurier |
Change MMXEXT to MMX2, MMXEXT is deprecated
libavcodec
|
Mon, 28 Jun 2010 19:14:40 +0000 |
darkshikari |
Add x86 asm functions for VP8 put_pixels
libavcodec
|
Mon, 28 Jun 2010 18:56:24 +0000 |
darkshikari |
Add MMX, SSE2, SSSE3 asm for VP8 bilinear MC
libavcodec
|
Sun, 27 Jun 2010 02:52:43 +0000 |
conrad |
Fix build without yasm
libavcodec
|
Sun, 27 Jun 2010 02:01:45 +0000 |
rbultje |
First shot at VP8 optimizations:
libavcodec
|