aboutsummaryrefslogtreecommitdiffstats
path: root/libswscale/x86/output.asm
Commit message (Expand)AuthorAgeFilesLines
* x86: SPLATD: port to cpuflagsDiego Biurrun2012-11-181-1/+1
* x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-141-2/+2
* x86: PALIGNR: port to cpuflagsDiego Biurrun2012-11-091-3/+1
* x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun2012-10-311-2/+2
* x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-311-1/+1
* x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-311-1/+0
* x86inc improvements for 64-bitHenrik Gramner2012-04-111-2/+2
* swscale: make %rep unconditional.Ronald S. Bultje2012-03-031-4/+7
* swscale: remove now unnecessary hack.Ronald S. Bultje2012-03-031-1/+1
* 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
* config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-271-8/+8
* swscale: change yuv2yuvX code to use cpuflag().Ronald S. Bultje2012-01-131-60/+59
* swscale: split scale.asm.Ronald S. Bultje2012-01-031-0/+409