summaryrefslogtreecommitdiff
path: root/libswscale/x86
Commit message (Expand)AuthorAge
* x86: swscale: fix fragile memory accessesMans Rullgard2012-08-13
* x86: swscale: remove disabled codeMans Rullgard2012-08-13
* x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-09
* x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-03
* swscale: Mark all init functions as av_coldDiego Biurrun2012-07-23
* swscale: x86: Drop pointless _mmx suffix from filenamesDiego Biurrun2012-07-23
* x86: swscale: Place inline assembly code under appropriate #ifdefsRonald S. Bultje2012-07-21
* swscale: yuv2planeX 8bit >=sse2 functions need aligned stack on x86-32.Martin Storsjö2012-07-04
* build: Move all arch OBJS declarations into arch subdirectory Makefiles.Diego Biurrun2012-04-12
* x86inc improvements for 64-bitHenrik Gramner2012-04-11
* swscale: convert hscale() to use named arguments.Ronald S. Bultje2012-03-14
* swscale: convert hscale to cpuflags().Ronald S. Bultje2012-03-14
* swscale: make filterPos 32bit.Ronald S. Bultje2012-03-06
* swscale: make %rep unconditional.Ronald S. Bultje2012-03-03
* swscale: remove now unnecessary hack.Ronald S. Bultje2012-03-03
* swscale: take first/lastline over/underflows into account for MMX.Ronald S. Bultje2012-02-23
* Revert two swscale commits.Ronald S. Bultje2012-02-19
* swscale: make access to filter data conditional on filter type.Ronald S. Bultje2012-02-17
* swscale: update context offsets after removal of AlpMmxFilter.Ronald S. Bultje2012-02-17
* swscale: Remove some write-only variables related to alpha handling.Diego Biurrun2012-02-14
* swscale: fix crashes in yuv2yuvX on x86-32.Ronald S. Bultje2012-02-13
* swscale: convert yuv2yuvX() to using named arguments.Ronald S. Bultje2012-02-12
* swscale: rename "dstw" to "w" to prevent name collisions.Ronald S. Bultje2012-02-12
* swscale: use named registers in yuv2yuv1_plane() place.Ronald S. Bultje2012-02-12
* swscale: sign-extend integer function argument to qword on x86-64.Ronald S. Bultje2012-02-08
* swscale: make yuv2yuv1 use named registers.Ronald S. Bultje2012-02-07
* swscale: fix V plane memory location in bilinear/unscaled RGB/YUYV case.Ronald S. Bultje2012-02-07
* win64: add a XMM clobber test configure option.Ronald S. Bultje2012-02-02
* 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: make rgb24 function macros slightly smaller.Ronald S. Bultje2012-02-01
* swscale: convert rgb/bgr24ToY/UV_mmx functions from inline asm to yasm.Ronald S. Bultje2012-01-27
* config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-27
* swscale: change yuv2yuvX code to use cpuflag().Ronald S. Bultje2012-01-13
* swscale: fix crash in fast_bilinear code when compiled with -mred-zone.Ronald S. Bultje2012-01-10
* swscale: specify register type.Oka Motofumi2012-01-10
* swscale: convert yuy2/uyvy/nv12/nv21ToY/UV from inline asm to yasm.Ronald S. Bultje2012-01-08
* swscale: split scale.asm.Ronald S. Bultje2012-01-03
* 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: handle unaligned buffers in yuv2plane1Ronald S. Bultje2011-11-13
* swscale: write yuv2plane1 MMX/SSE2/SSE4/AVX functions.Ronald S. Bultje2011-11-05
* swscale: add missing colons to x86 assembly yuv2planeX.Ronald S. Bultje2011-10-23
* swscale: make yuv2yuvX_10_sse2/avx 8/9/16-bits aware.Ronald S. Bultje2011-10-22
* yuv2planeX10 SIMDKieran Kunhya2011-10-22
* Split out yuv2yuv1 luma and chroma in order to make them generic DSP functionsKieran Kunhya2011-10-22
* swscale: use aligned move for storage into temporary buffer.Ronald S. Bultje2011-10-11
* sws: implement MMX/SSE2/SSSE3/SSE4 versions for horizontal scaling.Ronald S. Bultje2011-09-13
* swscale: split hScale() function pointer into h[cy]Scale().Ronald S. Bultje2011-08-17