| Commit message (Expand) | Author | Age | Files | Lines |
* | swscale: convert hscale() to use named arguments. | Ronald S. Bultje | 2012-03-14 | 1 | -94/+98 |
* | swscale: convert hscale to cpuflags(). | Ronald S. Bultje | 2012-03-14 | 1 | -35/+37 |
* | swscale: make filterPos 32bit. | Ronald S. Bultje | 2012-03-06 | 3 | -19/+22 |
* | swscale: make %rep unconditional. | Ronald S. Bultje | 2012-03-03 | 1 | -4/+7 |
* | swscale: remove now unnecessary hack. | Ronald S. Bultje | 2012-03-03 | 1 | -1/+1 |
* | swscale: take first/lastline over/underflows into account for MMX. | Ronald S. Bultje | 2012-02-23 | 1 | -0/+38 |
* | Revert two swscale commits. | Ronald S. Bultje | 2012-02-19 | 2 | -2/+16 |
* | swscale: make access to filter data conditional on filter type. | Ronald S. Bultje | 2012-02-17 | 1 | -10/+20 |
* | swscale: update context offsets after removal of AlpMmxFilter. | Ronald S. Bultje | 2012-02-17 | 1 | -2/+2 |
* | swscale: Remove some write-only variables related to alpha handling. | Diego Biurrun | 2012-02-14 | 1 | -14/+0 |
* | swscale: fix crashes in yuv2yuvX on x86-32. | Ronald S. Bultje | 2012-02-13 | 1 | -2/+2 |
* | swscale: convert yuv2yuvX() to using named arguments. | Ronald S. Bultje | 2012-02-12 | 1 | -11/+11 |
* | swscale: rename "dstw" to "w" to prevent name collisions. | Ronald S. Bultje | 2012-02-12 | 1 | -23/+23 |
* | swscale: use named registers in yuv2yuv1_plane() place. | Ronald S. Bultje | 2012-02-12 | 1 | -1/+1 |
* | swscale: sign-extend integer function argument to qword on x86-64. | Ronald S. Bultje | 2012-02-08 | 1 | -0/+1 |
* | swscale: make yuv2yuv1 use named registers. | Ronald S. Bultje | 2012-02-07 | 1 | -25/+25 |
* | swscale: fix V plane memory location in bilinear/unscaled RGB/YUYV case. | Ronald S. Bultje | 2012-02-07 | 1 | -12/+12 |
* | win64: add a XMM clobber test configure option. | Ronald S. Bultje | 2012-02-02 | 1 | -0/+31 |
* | swscale: implement MMX, SSE2 and AVX functions for RGB32 input. | Ronald S. Bultje | 2012-02-01 | 2 | -0/+175 |
* | swscale: enable dithering in MMX functions. | Ronald S. Bultje | 2012-02-01 | 1 | -0/+2 |
* | swscale: make rgb24 function macros slightly smaller. | Ronald S. Bultje | 2012-02-01 | 1 | -16/+13 |
* | swscale: convert rgb/bgr24ToY/UV_mmx functions from inline asm to yasm. | Ronald S. Bultje | 2012-01-27 | 3 | -178/+300 |
* | config.asm: change %ifdef directives to %if directives. | Ronald S. Bultje | 2012-01-27 | 3 | -16/+16 |
* | swscale: change yuv2yuvX code to use cpuflag(). | Ronald S. Bultje | 2012-01-13 | 1 | -60/+59 |
* | swscale: fix crash in fast_bilinear code when compiled with -mred-zone. | Ronald S. Bultje | 2012-01-10 | 1 | -1/+49 |
* | swscale: specify register type. | Oka Motofumi | 2012-01-10 | 1 | -2/+2 |
* | swscale: convert yuy2/uyvy/nv12/nv21ToY/UV from inline asm to yasm. | Ronald S. Bultje | 2012-01-08 | 3 | -163/+325 |
* | swscale: split scale.asm. | Ronald S. Bultje | 2012-01-03 | 2 | -381/+410 |
* | 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 |
* | Remove extraneous semicolons | Mans Rullgard | 2011-12-11 | 1 | -1/+1 |
* | swscale: handle unaligned buffers in yuv2plane1 | Ronald S. Bultje | 2011-11-13 | 1 | -0/+2 |
* | swscale: write yuv2plane1 MMX/SSE2/SSE4/AVX functions. | Ronald S. Bultje | 2011-11-05 | 3 | -112/+170 |
* | swscale: add missing colons to x86 assembly yuv2planeX. | Ronald S. Bultje | 2011-10-23 | 1 | -2/+2 |
* | 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 |
* | swscale: use aligned move for storage into temporary buffer. | Ronald S. Bultje | 2011-10-11 | 1 | -1/+1 |
* | sws: implement MMX/SSE2/SSSE3/SSE4 versions for horizontal scaling. | Ronald S. Bultje | 2011-09-13 | 3 | -162/+515 |
* | swscale: split hScale() function pointer into h[cy]Scale(). | Ronald S. Bultje | 2011-08-17 | 1 | -1/+1 |
* | 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: change prototypes of scaled YUV output functions. | Ronald S. Bultje | 2011-06-27 | 1 | -76/+83 |
* | swscale: don't use planar output functions to write to NV12/21. | Ronald S. Bultje | 2011-06-27 | 1 | -1/+2 |
* | swscale: remove unused xInc/srcW arguments from hScale(). | Ronald S. Bultje | 2011-06-26 | 1 | -2/+1 |
* | swscale: Remove HAVE_MMX from files that are only compiled with MMX enabled. | Diego Biurrun | 2011-06-15 | 2 | -2/+2 |