summaryrefslogtreecommitdiff
path: root/libswscale/x86/swscale_mmx.c
Commit message (Expand)AuthorAge
* swscale: implement MMX, SSE2 and AVX functions for RGB32 input.Ronald S. Bultje2012-02-01
* swscale: enable dithering in MMX functions.Ronald S. Bultje2012-02-01
* swscale: convert rgb/bgr24ToY/UV_mmx functions from inline asm to yasm.Ronald S. Bultje2012-01-27
* swscale: convert yuy2/uyvy/nv12/nv21ToY/UV from inline asm to yasm.Ronald S. Bultje2012-01-08
* swscale_mmx: drop no longer required parameters from VSCALEX macrosDiego Biurrun2011-12-14
* swscale: Mark yuv2planeX_8_mmx as MMX2; it contains MMX2 instructions.Diego Biurrun2011-12-14
* Remove extraneous semicolonsMans Rullgard2011-12-11
* swscale: write yuv2plane1 MMX/SSE2/SSE4/AVX functions.Ronald S. Bultje2011-11-05
* swscale: make yuv2yuvX_10_sse2/avx 8/9/16-bits aware.Ronald S. Bultje2011-10-22
* yuv2planeX10 SIMDKieran Kunhya2011-10-22
* sws: implement MMX/SSE2/SSSE3/SSE4 versions for horizontal scaling.Ronald S. Bultje2011-09-13
* swscale: Fix compilation with --disable-mmx2.Diego Biurrun2011-06-15
* swscale: split out x86/swscale_template.c from swscale.c.Ronald S. Bultje2011-06-03