| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -3/+3 |
* | x86: yasm: Use complete source path for macro helper %includes | Diego Biurrun | 2012-10-31 | 1 | -1/+1 |
* | x86: include x86inc.asm in x86util.asm | Diego Biurrun | 2012-10-31 | 1 | -1/+0 |
* | x86inc improvements for 64-bit | Henrik Gramner | 2012-04-11 | 1 | -14/+4 |
* | 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 | 1 | -14/+17 |
* | config.asm: change %ifdef directives to %if directives. | Ronald S. Bultje | 2012-01-27 | 1 | -4/+4 |
* | swscale: split scale.asm. | Ronald S. Bultje | 2012-01-03 | 1 | -381/+1 |
* | swscale: Mark yuv2planeX_8_mmx as MMX2; it contains MMX2 instructions. | Diego Biurrun | 2011-12-14 | 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 | 1 | -0/+142 |
* | 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 | 1 | -39/+200 |
* | yuv2planeX10 SIMD | Kieran Kunhya | 2011-10-22 | 1 | -1/+76 |
* | 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 | 1 | -0/+429 |