summaryrefslogtreecommitdiff
path: root/libswscale/x86/scale.asm
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-31
* x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-31
* 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
* config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-27
* swscale: split scale.asm.Ronald S. Bultje2012-01-03
* swscale: Mark yuv2planeX_8_mmx as MMX2; it contains MMX2 instructions.Diego Biurrun2011-12-14
* 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
* 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