| Commit message (Expand) | Author | Age | Files | Lines |
* | swscale/x86/rgb2rgb_template: fix signedness of v in shuffle_bytes_2103_{mmx,... | James Almer | 2015-07-28 | 1 | -1/+1 |
* | swscale/x86/rgb2rgb_template: add missing xmm clobbers | James Almer | 2015-07-28 | 1 | -1/+1 |
* | libswscale/x86/hscale_fast_bilinear_simd.c: Include BX in the clobber list on... | Nick Lewycky | 2015-05-21 | 1 | -2/+2 |
* | swscale/x86/rgb2rgb_template: fix crash with tiny size and nv12 output | Michael Niedermayer | 2014-12-03 | 1 | -0/+1 |
* | swscale/x86/rgb2rgb_template: handle the first 2 lines with C in rgb24toyv12_*() | Michael Niedermayer | 2014-11-20 | 1 | -0/+10 |
* | swscale: fix yuv2yuvX_8 assembly on x86 | Kieran Kunhya | 2014-11-09 | 1 | -1/+1 |
* | swscale/x86: do not expect registers to be preserved across inline ASM blocks | Vitor Sessak | 2014-09-18 | 1 | -39/+44 |
* | Merge commit 'e96c3b81cadd0ba84d43b1f3a54980df3785d9a5' | Michael Niedermayer | 2014-08-04 | 1 | -2/+2 |
|\ |
|
| * | avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8 | Vittorio Giovara | 2014-08-04 | 1 | -2/+2 |
* | | swscale/x86/hscale_fast_bilinear_simd: add inline asm guards | Michael Niedermayer | 2014-07-19 | 1 | -0/+2 |
* | | sws: move inline asm hscale to MMX_OBJS | Michael Niedermayer | 2014-07-19 | 1 | -2/+3 |
* | | sws/x86: split mmxext fast bilinear scaler out | Michael Niedermayer | 2014-07-19 | 3 | -193/+376 |
* | | swscale/x86/rgb2rgb_template: fix 1 byte overread in yuyvtoyuv420 and uyvytoy... | Michael Niedermayer | 2014-07-13 | 1 | -2/+40 |
* | | swscale/x86/input: prevent RGB32_TO_Y_FN from reading into the padding | Michael Niedermayer | 2014-06-22 | 1 | -1/+19 |
* | | swscale/x86/input: prevent RGB32_TO_UV_FN from reading into the padding | Michael Niedermayer | 2014-06-22 | 1 | -0/+26 |
* | | s86/scale: Do not return the result of a (void) function from a void function. | Carl Eugen Hoyos | 2014-06-19 | 1 | -1/+2 |
* | | x86/scale: fix xmm register count for hscale*_sse2 | James Almer | 2014-06-09 | 1 | -1/+1 |
* | | inline asm: fix arrays as named constraints. | Matt Oliver | 2014-05-07 | 1 | -1/+1 |
* | | Fix compilation with !HAVE_6REGS. | Carl Eugen Hoyos | 2014-04-19 | 2 | -6/+12 |
* | | sws: fix warning about RGB_PACK24_B_OPERANDS redefinition | Lukasz Marek | 2014-04-10 | 1 | -0/+2 |
* | | swscale/x86/swscale_template: loose hardcoded dstw_offset | Michael Niedermayer | 2014-04-08 | 1 | -41/+37 |
* | | Merge commit 'aba70bb5387f12dfa5e6cd8cb861c9c7e668151f' | Michael Niedermayer | 2014-03-26 | 3 | -0/+12 |
|\| |
|
| * | Add missing headers to make template files compile (more) standalone | Diego Biurrun | 2014-03-26 | 3 | -0/+12 |
* | | Automatically change MANGLE() into named inline asm operands when direct symb... | Matt Oliver | 2014-03-18 | 3 | -0/+32 |
* | | Add missing external declarations. | Matt Oliver | 2014-03-17 | 1 | -0/+4 |
* | | swscale/x86/swscale: remove unused constants | Michael Niedermayer | 2014-03-17 | 1 | -4/+0 |
* | | swscale/x86/swscale: fix missing xmm clobbers in yuv2yuvX_sse3() | Michael Niedermayer | 2014-03-15 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-01-21 | 1 | -6/+7 |
|\| |
|
| * | rgb2rgb_template: add MMX/SSE2/AVX-optimized deinterleaveBytes | Michael Niedermayer | 2014-01-21 | 1 | -0/+27 |
* | | Merge commit '7597e6efe492cb2449bb771054d64cc7fdf62ff5' | Michael Niedermayer | 2014-01-21 | 1 | -2/+2 |
|\| |
|
| * | swscale/x86/rgb2rgb: add support for AVX | Michael Niedermayer | 2014-01-21 | 2 | -4/+15 |
* | | Merge commit '46bacb5cc6169ff5e8e982495c4925467c1d8bb7' | Michael Niedermayer | 2014-01-14 | 2 | -4/+5 |
|\| |
|
| * | x86: Consistently use cpu flag detection macros in places that still miss it | Diego Biurrun | 2014-01-14 | 2 | -4/+5 |
* | | swscale/x86/rgb2rgb_template: try to fix build failure with avx disabled | Michael Niedermayer | 2013-12-16 | 1 | -0/+2 |
* | | swscale/x86/rgb2rgb: Make sure COMPILE_TEMPLATE_AVX is defined | Michael Niedermayer | 2013-12-14 | 1 | -0/+1 |
* | | swscale/x86/rgb2rgb_template: try to fix build without AVX | Michael Niedermayer | 2013-12-14 | 1 | -0/+2 |
* | | Merge commit 'c16bfb147df8a9d350e8a0dbc01937b78faf5949' | Michael Niedermayer | 2013-11-23 | 2 | -17/+23 |
|\| |
|
| * | swscale: x86: Consistently use lowercase function name suffixes | Diego Biurrun | 2013-11-22 | 3 | -24/+30 |
* | | swscale/x86: SIMD deinterleaveBytes() depends on YASM | Michael Niedermayer | 2013-11-19 | 1 | -2/+2 |
* | | swscale/x86/rgb2rgb_template: add mmx/sse2/avx optimized deinterleaveBytes | Michael Niedermayer | 2013-11-19 | 1 | -0/+29 |
* | | swscale/x86/rgb2rgb: change cpu optim identifiers to lower case | Michael Niedermayer | 2013-11-19 | 1 | -10/+10 |
* | | swscale/x86/rgb2rgb: extend framework to also include AVX | Michael Niedermayer | 2013-11-19 | 2 | -3/+14 |
* | | Reinstate proper FFmpeg license for all files. | Thilo Borgmann | 2013-08-30 | 4 | -16/+16 |
* | | Merge commit 'a519583991c38d38503ab08357716513facc5725' | Michael Niedermayer | 2013-08-29 | 4 | -12/+12 |
|\| |
|
| * | swscale: x86: Hide arch-specific initialization details | Diego Biurrun | 2013-08-28 | 4 | -12/+12 |
* | | swscale: remove unneeded include assert.h | Michael Niedermayer | 2013-07-19 | 1 | -1/+0 |
* | | lavu: add FF_CEIL_RSHIFT and use it in various places. | Clément Bœsch | 2013-05-09 | 1 | -4/+4 |
* | | Merge commit '2b677ffca54a5fbef9c8860841c32f28ecd68f70' | Michael Niedermayer | 2013-05-05 | 1 | -1/+3 |
|\| |
|
| * | swscale: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -1/+3 |
* | | Fix libswscale compilation with --disable-optimizations on x86-32. | Carl Eugen Hoyos | 2013-04-18 | 1 | -0/+4 |