| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-14 | 2 | -18/+20 |
|\ |
|
| * | swscale_mmx: drop no longer required parameters from VSCALEX macros | Diego Biurrun | 2011-12-14 | 1 | -17/+17 |
| * | swscale: Mark yuv2planeX_8_mmx as MMX2; it contains MMX2 instructions. | Diego Biurrun | 2011-12-14 | 2 | -3/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-12 | 1 | -1/+1 |
|\| |
|
| * | Remove extraneous semicolons | Mans Rullgard | 2011-12-11 | 1 | -1/+1 |
* | | swscale_mmx: Fix cast qualifier warnings: | Michael Niedermayer | 2011-12-03 | 1 | -3/+3 |
* | | sws: remove unused variable | Michael Niedermayer | 2011-12-03 | 1 | -1/+0 |
* | | sws: update copyright dates | Michael Niedermayer | 2011-11-18 | 2 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-14 | 1 | -0/+2 |
|\| |
|
| * | swscale: handle unaligned buffers in yuv2plane1 | Ronald S. Bultje | 2011-11-13 | 1 | -0/+2 |
* | | sws: Fix compilation with disabled MMX2 | Michael Niedermayer | 2011-11-11 | 1 | -0/+2 |
* | | Use more accurate conversion for rgb15/16 to rgb24/32 (C/MMX). | Themaister | 2011-11-09 | 2 | -55/+46 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-07 | 3 | -26/+170 |
|\| |
|
| * | swscale: write yuv2plane1 MMX/SSE2/SSE4/AVX functions. | Ronald S. Bultje | 2011-11-05 | 3 | -112/+170 |
* | | sws: fallback to mmx2 when yuv2yuvX_sse3() cannot be used. | Michael Niedermayer | 2011-10-31 | 1 | -0/+3 |
* | | sws: replace long by x86_reg in x86 asm | Michael Niedermayer | 2011-10-24 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-24 | 1 | -2/+2 |
|\| |
|
| * | swscale: add missing colons to x86 assembly yuv2planeX. | Ronald S. Bultje | 2011-10-23 | 1 | -2/+2 |
* | | sws: add yuv2yuvX_sse3() | Michael Niedermayer | 2011-10-23 | 1 | -0/+60 |
* | | sws: x86_32 fix | Michael Niedermayer | 2011-10-23 | 1 | -1/+1 |
* | | sws: add yuv2yuvX() back and updated to the just 1 plane API | Michael Niedermayer | 2011-10-23 | 1 | -33/+45 |
* | | sws: port to thw new 1 plane API and add back yuv2yuv1_ar(). | Michael Niedermayer | 2011-10-23 | 1 | -49/+24 |
* | | sws: better MOVNTQ macro | Michael Niedermayer | 2011-10-23 | 1 | -0/+3 |
* | | swscale: disable functions that do not yet work | Michael Niedermayer | 2011-10-23 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-23 | 3 | -205/+271 |
|\| |
|
| * | swscale: make yuv2yuvX_10_sse2/avx 8/9/16-bits aware. | Ronald S. Bultje | 2011-10-22 | 3 | -255/+227 |
| * | yuv2planeX10 SIMD | Kieran Kunhya | 2011-10-22 | 2 | -1/+91 |
| * | Split out yuv2yuv1 luma and chroma in order to make them generic DSP functions | Kieran Kunhya | 2011-10-22 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-12 | 1 | -1/+1 |
|\| |
|
| * | swscale: use aligned move for storage into temporary buffer. | Ronald S. Bultje | 2011-10-11 | 1 | -1/+1 |
* | | swscale: Fix prototypes of *toyv12 so they can be used with planar rgb input. | Michael Niedermayer | 2011-10-09 | 1 | -10/+10 |
* | | Compile x86/swscale_template with -mno-red-zone. | Reimar Döffinger | 2011-09-25 | 1 | -10/+0 |
* | | Hack around gcc 4.6 breaking asm using call. | Reimar Döffinger | 2011-09-20 | 1 | -0/+10 |
* | | swscale: drop redundant code. | Michael Niedermayer | 2011-09-14 | 1 | -163/+0 |
* | | swscale: add 14bit support to the "MMX/SSE2/SSSE3/SSE4 versions for horizonta... | Michael Niedermayer | 2011-09-14 | 2 | -1/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-13 | 3 | -163/+515 |
|\| |
|
| * | sws: implement MMX/SSE2/SSSE3/SSE4 versions for horizontal scaling. | Ronald S. Bultje | 2011-09-13 | 3 | -162/+515 |
* | | swscale: Fix unused asm and enable it | Michael Niedermayer | 2011-09-05 | 1 | -13/+8 |
* | | Remove unused variables. | Reimar Döffinger | 2011-09-01 | 1 | -2/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-18 | 1 | -1/+1 |
|\| |
|
| * | swscale: split hScale() function pointer into h[cy]Scale(). | Ronald S. Bultje | 2011-08-17 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-13 | 1 | -2/+2 |
|\| |
|
| * | swscale: use 15-bit intermediates for 9/10-bit scaling. | Ronald S. Bultje | 2011-08-12 | 1 | -1/+1 |
| * | swscale: rename uv_off/uv_off2 to uv_off_px/byte. | Ronald S. Bultje | 2011-07-08 | 1 | -40/+40 |
| * | swscale: error dithering for 16/9/10-bit to 8-bit. | Ronald S. Bultje | 2011-07-08 | 1 | -17/+118 |
| * | swscale: fix 16-bit scaling when output is 8-bits. | Ronald S. Bultje | 2011-07-08 | 1 | -12/+12 |
| * | swscale: for >8bit scaling, read in native bit-depth. | Ronald S. Bultje | 2011-07-01 | 1 | -1/+1 |
| * | swscale: implement >8bit scaling support. | Ronald S. Bultje | 2011-06-29 | 1 | -69/+4 |
* | | swscale: error dithering for 16/9/10-bit to 8-bit. | Ronald S. Bultje | 2011-07-11 | 1 | -22/+114 |
* | | swscale: fix 16-bit scaling when output is 8-bits. | Ronald S. Bultje | 2011-07-11 | 1 | -12/+12 |