summaryrefslogtreecommitdiffstats
path: root/libswscale/x86
Commit message (Expand)AuthorAgeFilesLines
...
* win64: add a XMM clobber test configure option.Ronald S. Bultje2012-02-021-0/+31
* swscale: implement MMX, SSE2 and AVX functions for RGB32 input.Ronald S. Bultje2012-02-012-0/+175
* swscale: enable dithering in MMX functions.Ronald S. Bultje2012-02-011-0/+2
* swscale: make rgb24 function macros slightly smaller.Ronald S. Bultje2012-02-011-16/+13
* swscale: convert rgb/bgr24ToY/UV_mmx functions from inline asm to yasm.Ronald S. Bultje2012-01-273-178/+300
* config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-273-16/+16
* swscale: change yuv2yuvX code to use cpuflag().Ronald S. Bultje2012-01-131-60/+59
* swscale: fix crash in fast_bilinear code when compiled with -mred-zone.Ronald S. Bultje2012-01-101-1/+49
* swscale: specify register type.Oka Motofumi2012-01-101-2/+2
* swscale: convert yuy2/uyvy/nv12/nv21ToY/UV from inline asm to yasm.Ronald S. Bultje2012-01-083-163/+325
* swscale: split scale.asm.Ronald S. Bultje2012-01-032-381/+410
* swscale_mmx: drop no longer required parameters from VSCALEX macrosDiego Biurrun2011-12-141-17/+17
* swscale: Mark yuv2planeX_8_mmx as MMX2; it contains MMX2 instructions.Diego Biurrun2011-12-142-3/+5
* Remove extraneous semicolonsMans Rullgard2011-12-111-1/+1
* swscale: handle unaligned buffers in yuv2plane1Ronald S. Bultje2011-11-131-0/+2
* swscale: write yuv2plane1 MMX/SSE2/SSE4/AVX functions.Ronald S. Bultje2011-11-053-112/+170
* swscale: add missing colons to x86 assembly yuv2planeX.Ronald S. Bultje2011-10-231-2/+2
* swscale: make yuv2yuvX_10_sse2/avx 8/9/16-bits aware.Ronald S. Bultje2011-10-223-255/+227
* yuv2planeX10 SIMDKieran Kunhya2011-10-222-1/+91
* Split out yuv2yuv1 luma and chroma in order to make them generic DSP functionsKieran Kunhya2011-10-221-4/+4
* swscale: use aligned move for storage into temporary buffer.Ronald S. Bultje2011-10-111-1/+1
* sws: implement MMX/SSE2/SSSE3/SSE4 versions for horizontal scaling.Ronald S. Bultje2011-09-133-162/+515
* swscale: split hScale() function pointer into h[cy]Scale().Ronald S. Bultje2011-08-171-1/+1
* swscale: use 15-bit intermediates for 9/10-bit scaling.Ronald S. Bultje2011-08-121-1/+1
* swscale: rename uv_off/uv_off2 to uv_off_px/byte.Ronald S. Bultje2011-07-081-40/+40
* swscale: error dithering for 16/9/10-bit to 8-bit.Ronald S. Bultje2011-07-081-17/+118
* swscale: fix 16-bit scaling when output is 8-bits.Ronald S. Bultje2011-07-081-12/+12
* swscale: for >8bit scaling, read in native bit-depth.Ronald S. Bultje2011-07-011-1/+1
* swscale: implement >8bit scaling support.Ronald S. Bultje2011-06-291-69/+4
* swscale: change prototypes of scaled YUV output functions.Ronald S. Bultje2011-06-271-76/+83
* swscale: don't use planar output functions to write to NV12/21.Ronald S. Bultje2011-06-271-1/+2
* swscale: remove unused xInc/srcW arguments from hScale().Ronald S. Bultje2011-06-261-2/+1
* swscale: Remove HAVE_MMX from files that are only compiled with MMX enabled.Diego Biurrun2011-06-152-2/+2
* swscale: Fix compilation with --disable-mmx2.Diego Biurrun2011-06-152-1/+5
* swscale: fix function declaration keywords in x86/swscale_template.c.Ronald S. Bultje2011-06-091-181/+202
* swscale: fix types of assembly arguments.Ronald S. Bultje2011-06-081-4/+4
* swscale: move two macros that are only used once into caller.Ronald S. Bultje2011-06-081-36/+30
* swscale: reindent x86 init code.Ronald S. Bultje2011-06-071-35/+35
* swscale: extract SWS_FULL_CHR_H_INT conditional into init code.Ronald S. Bultje2011-06-071-0/+6
* swscale: un-special-case yuv2yuvX16_c().Ronald S. Bultje2011-06-071-1/+4
* swscale: split out x86/swscale_template.c from swscale.c.Ronald S. Bultje2011-06-033-161/+187
* sws: replace all long with int.Anton Khirnov2011-05-282-107/+107
* swscale: fix crash in bilinear scaling.Ronald S. Bultje2011-05-281-78/+63
* swscale: Remove unused variables in x86 code.Diego Biurrun2011-05-271-4/+0
* swscale: fix build with --disable-swscale-alpha.Ronald S. Bultje2011-05-271-4/+4
* swscale: fix non-bitexact yuv2yuv[X2]() MMX/MMX2 functions.Ronald S. Bultje2011-05-271-4/+6
* swscale: fix compile on x86-32.Ronald S. Bultje2011-05-261-1/+1
* swscale: split chroma buffers into separate U/V planes.Ronald S. Bultje2011-05-261-160/+220
* rgb2rgb: remove duplicate mmx/mmx2/3dnow/sse2 functions.Ronald S. Bultje2011-05-262-35/+41
* swscale: reindent h[cy]scale_fast() and updateDitherTables().Ronald S. Bultje2011-05-261-131/+132
OpenPOWER on IntegriCloud