summaryrefslogtreecommitdiff
path: root/libswscale/x86
Commit message (Expand)AuthorAgeFilesLines
* x86: SPLATD: port to cpuflagsDiego Biurrun2012-11-181-1/+1
* x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-142-6/+6
* x86: PALIGNR: port to cpuflagsDiego Biurrun2012-11-091-3/+1
* x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-313-7/+9
* x86: MMX2 ---> MMXEXT in macro namesDiego Biurrun2012-10-311-20/+20
* x86: mmx2 ---> mmxext in variable namesDiego Biurrun2012-10-311-6/+5
* x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun2012-10-316-10/+10
* x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-313-3/+3
* x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-313-3/+0
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-084-46/+46
* x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun2012-09-082-12/+12
* x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-312-8/+8
* x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun2012-08-301-1/+1
* swscale: x86: fix #endif comments in rgb2rgb template fileGiorgio Vazzana2012-08-191-2/+2
* x86: swscale: fix fragile memory accessesMans Rullgard2012-08-131-147/+137
* x86: swscale: remove disabled codeMans Rullgard2012-08-131-84/+0
* x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-093-3/+3
* x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-036-46/+46
* swscale: Mark all init functions as av_coldDiego Biurrun2012-07-233-3/+6
* swscale: x86: Drop pointless _mmx suffix from filenamesDiego Biurrun2012-07-233-2/+2
* x86: swscale: Place inline assembly code under appropriate #ifdefsRonald S. Bultje2012-07-213-0/+18
* swscale: yuv2planeX 8bit >=sse2 functions need aligned stack on x86-32.Martin Storsjö2012-07-041-6/+9
* build: Move all arch OBJS declarations into arch subdirectory Makefiles.Diego Biurrun2012-04-121-0/+9
* x86inc improvements for 64-bitHenrik Gramner2012-04-112-16/+6
* swscale: convert hscale() to use named arguments.Ronald S. Bultje2012-03-141-94/+98
* swscale: convert hscale to cpuflags().Ronald S. Bultje2012-03-141-35/+37
* swscale: make filterPos 32bit.Ronald S. Bultje2012-03-063-19/+22
* swscale: make %rep unconditional.Ronald S. Bultje2012-03-031-4/+7
* swscale: remove now unnecessary hack.Ronald S. Bultje2012-03-031-1/+1
* swscale: take first/lastline over/underflows into account for MMX.Ronald S. Bultje2012-02-231-0/+38
* Revert two swscale commits.Ronald S. Bultje2012-02-192-2/+16
* swscale: make access to filter data conditional on filter type.Ronald S. Bultje2012-02-171-10/+20
* swscale: update context offsets after removal of AlpMmxFilter.Ronald S. Bultje2012-02-171-2/+2
* swscale: Remove some write-only variables related to alpha handling.Diego Biurrun2012-02-141-14/+0
* swscale: fix crashes in yuv2yuvX on x86-32.Ronald S. Bultje2012-02-131-2/+2
* swscale: convert yuv2yuvX() to using named arguments.Ronald S. Bultje2012-02-121-11/+11
* swscale: rename "dstw" to "w" to prevent name collisions.Ronald S. Bultje2012-02-121-23/+23
* swscale: use named registers in yuv2yuv1_plane() place.Ronald S. Bultje2012-02-121-1/+1
* swscale: sign-extend integer function argument to qword on x86-64.Ronald S. Bultje2012-02-081-0/+1
* swscale: make yuv2yuv1 use named registers.Ronald S. Bultje2012-02-071-25/+25
* swscale: fix V plane memory location in bilinear/unscaled RGB/YUYV case.Ronald S. Bultje2012-02-071-12/+12
* 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