summaryrefslogtreecommitdiff
path: root/libswscale/x86
Commit message (Expand)AuthorAge
* swscale/x86/rgb2rgb_template: fix crash with tiny size and nv12 outputMichael Niedermayer2014-12-03
* swscale/x86/rgb2rgb_template: handle the first 2 lines with C in rgb24toyv12_*()Michael Niedermayer2014-11-20
* swscale: fix yuv2yuvX_8 assembly on x86Kieran Kunhya2014-11-09
* swscale/x86: do not expect registers to be preserved across inline ASM blocksVitor Sessak2014-09-18
* Merge commit 'e96c3b81cadd0ba84d43b1f3a54980df3785d9a5'Michael Niedermayer2014-08-04
|\
| * avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara2014-08-04
* | swscale/x86/hscale_fast_bilinear_simd: add inline asm guardsMichael Niedermayer2014-07-19
* | sws: move inline asm hscale to MMX_OBJSMichael Niedermayer2014-07-19
* | sws/x86: split mmxext fast bilinear scaler outMichael Niedermayer2014-07-19
* | swscale/x86/rgb2rgb_template: fix 1 byte overread in yuyvtoyuv420 and uyvytoy...Michael Niedermayer2014-07-13
* | swscale/x86/input: prevent RGB32_TO_Y_FN from reading into the paddingMichael Niedermayer2014-06-22
* | swscale/x86/input: prevent RGB32_TO_UV_FN from reading into the paddingMichael Niedermayer2014-06-22
* | s86/scale: Do not return the result of a (void) function from a void function.Carl Eugen Hoyos2014-06-19
* | x86/scale: fix xmm register count for hscale*_sse2James Almer2014-06-09
* | inline asm: fix arrays as named constraints.Matt Oliver2014-05-07
* | Fix compilation with !HAVE_6REGS.Carl Eugen Hoyos2014-04-19
* | sws: fix warning about RGB_PACK24_B_OPERANDS redefinitionLukasz Marek2014-04-10
* | swscale/x86/swscale_template: loose hardcoded dstw_offsetMichael Niedermayer2014-04-08
* | Merge commit 'aba70bb5387f12dfa5e6cd8cb861c9c7e668151f'Michael Niedermayer2014-03-26
|\|
| * Add missing headers to make template files compile (more) standaloneDiego Biurrun2014-03-26
* | Automatically change MANGLE() into named inline asm operands when direct symb...Matt Oliver2014-03-18
* | Add missing external declarations.Matt Oliver2014-03-17
* | swscale/x86/swscale: remove unused constantsMichael Niedermayer2014-03-17
* | swscale/x86/swscale: fix missing xmm clobbers in yuv2yuvX_sse3()Michael Niedermayer2014-03-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-01-21
|\|
| * rgb2rgb_template: add MMX/SSE2/AVX-optimized deinterleaveBytesMichael Niedermayer2014-01-21
* | Merge commit '7597e6efe492cb2449bb771054d64cc7fdf62ff5'Michael Niedermayer2014-01-21
|\|
| * swscale/x86/rgb2rgb: add support for AVXMichael Niedermayer2014-01-21
* | Merge commit '46bacb5cc6169ff5e8e982495c4925467c1d8bb7'Michael Niedermayer2014-01-14
|\|
| * x86: Consistently use cpu flag detection macros in places that still miss itDiego Biurrun2014-01-14
* | swscale/x86/rgb2rgb_template: try to fix build failure with avx disabledMichael Niedermayer2013-12-16
* | swscale/x86/rgb2rgb: Make sure COMPILE_TEMPLATE_AVX is definedMichael Niedermayer2013-12-14
* | swscale/x86/rgb2rgb_template: try to fix build without AVXMichael Niedermayer2013-12-14
* | Merge commit 'c16bfb147df8a9d350e8a0dbc01937b78faf5949'Michael Niedermayer2013-11-23
|\|
| * swscale: x86: Consistently use lowercase function name suffixesDiego Biurrun2013-11-22
* | swscale/x86: SIMD deinterleaveBytes() depends on YASMMichael Niedermayer2013-11-19
* | swscale/x86/rgb2rgb_template: add mmx/sse2/avx optimized deinterleaveBytesMichael Niedermayer2013-11-19
* | swscale/x86/rgb2rgb: change cpu optim identifiers to lower caseMichael Niedermayer2013-11-19
* | swscale/x86/rgb2rgb: extend framework to also include AVXMichael Niedermayer2013-11-19
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-30
* | Merge commit 'a519583991c38d38503ab08357716513facc5725'Michael Niedermayer2013-08-29
|\|
| * swscale: x86: Hide arch-specific initialization detailsDiego Biurrun2013-08-28
* | swscale: remove unneeded include assert.hMichael Niedermayer2013-07-19
* | lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch2013-05-09
* | Merge commit '2b677ffca54a5fbef9c8860841c32f28ecd68f70'Michael Niedermayer2013-05-05
|\|
| * swscale: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* | Fix libswscale compilation with --disable-optimizations on x86-32.Carl Eugen Hoyos2013-04-18
* | sws/x86: update RENAME(rgb24toyv12)() to using the user provided rgb2yuv tableMichael Niedermayer2013-04-15
* | sws/x86: remove 8bit rgb2yuv coefficient case for rgb24toyv12 special converterMichael Niedermayer2013-04-15
* | sws: Update rgb24toyv12_c() to user supplied rgb2yuv tablesMichael Niedermayer2013-04-15