aboutsummaryrefslogtreecommitdiffstats
path: root/libswscale/x86/input.asm
Commit message (Expand)AuthorAgeFilesLines
* swscale/x86/input: prevent RGB32_TO_Y_FN from reading into the paddingMichael Niedermayer2014-06-221-1/+19
* swscale/x86/input: prevent RGB32_TO_UV_FN from reading into the paddingMichael Niedermayer2014-06-221-0/+26
* Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
* sws/x86: update rgba->yuv to use user supplied tableMichael Niedermayer2013-04-151-12/+24
* sws/x86: update rgb/bgr->yuv code to use provided coefficient tableMichael Niedermayer2013-04-151-16/+30
* Merge commit 'ef5d41a5534b65f03d02f2e11a503ab8416bfc3b'Michael Niedermayer2013-01-191-4/+4
|\
| * x86inc: Rename "program_name" to "private_prefix"Diego Biurrun2013-01-181-4/+4
* | Merge commit '04581c8c77ce779e4e70684ac45302972766be0f'Michael Niedermayer2012-10-311-1/+1
|\|
| * x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-311-1/+1
* | Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73'Michael Niedermayer2012-10-311-1/+0
|\|
| * x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-311-1/+0
* | Add some missing _EXTERNAL suffixes to yasm source files.Carl Eugen Hoyos2012-08-311-3/+3
* | Fix compilation with old yasm that does not support AVX.Carl Eugen Hoyos2012-02-141-1/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-031-0/+157
|\|
| * swscale: implement MMX, SSE2 and AVX functions for RGB32 input.Ronald S. Bultje2012-02-011-0/+159
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-021-16/+13
|\|
| * swscale: make rgb24 function macros slightly smaller.Ronald S. Bultje2012-02-011-16/+13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-4/+273
|\|
| * swscale: convert rgb/bgr24ToY/UV_mmx functions from inline asm to yasm.Ronald S. Bultje2012-01-271-0/+271
| * config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-271-4/+4
* | Fix compilation with yasm-0.6.2Carl Eugen Hoyos2012-01-121-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-111-2/+2
|\|
| * swscale: specify register type.Oka Motofumi2012-01-101-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-101-11/+11
|/
* swscale: convert yuy2/uyvy/nv12/nv21ToY/UV from inline asm to yasm.Ronald S. Bultje2012-01-081-0/+242