summaryrefslogtreecommitdiffstats
path: root/libswscale/x86
Commit message (Expand)AuthorAgeFilesLines
* swscale: cleanup unused codePedro Arthur2016-03-312-36/+14
* swscale/x86/output: Fix yuv2planeX_16* with unaligned destinationMichael Niedermayer2016-02-171-7/+16
* swscale/x86/output: Move code into yuv2planeX_mainloopMichael Niedermayer2016-02-171-69/+72
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-4/+4
* swscale/x86/rgb2rgb_template: Fix planar2x() for short widthMichael Niedermayer2016-01-171-1/+8
* swscale/x86/rgb2rgb_template: Fallback to mmx in interleaveBytes() if the ali...Michael Niedermayer2015-12-151-8/+6
* swscale/x86/rgb2rgb_template: Do not crash on misaligend strideMichael Niedermayer2015-12-151-1/+4
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-081-1/+1
* swscale: refactor vertical scalerPedro Arthur2015-08-191-3/+3
* swscale: fixed compiler warningsPedro Arthur2015-08-181-8/+7
* swscale: refactor horizontal scalingPedro Arthur2015-08-181-3/+28
* YUV->BGR32 MMX supportKevin Coyle2015-07-041-0/+30
* swscale/x86/rgb2rgb_template: fix signedness of v in shuffle_bytes_2103_{mmx,...James Almer2015-06-231-1/+1
* swscale/x86/rgb2rgb_template: don't call emms on sse2/avx functionsJames Almer2015-06-231-0/+4
* swscale/x86/rgb2rgb_template: add missing xmm clobbersJames Almer2015-06-231-1/+1
* libswscale/x86/hscale_fast_bilinear_simd.c: There's no need to save BX if it'...Nick Lewycky2015-05-131-37/+24
* libswscale/x86/hscale_fast_bilinear_simd.c: Include BX in the clobber list on...Nick Lewycky2015-05-131-2/+2
* swscale/x86/swscale: Fix warning about loosing significant bits in castMichael Niedermayer2015-05-101-1/+1
* swscale/x86/hscale_fast_bilinear_simd: Remove ancient out-commented debug codeMichael Niedermayer2015-05-071-2/+0
* swscale/x86/hscale_fast_bilinear_simd: Fix variable names in commentsMichael Niedermayer2015-05-071-2/+2
* swscale: Add prefix to updateMMXDitherTables()Michael Niedermayer2015-02-271-1/+1
* swscale/x86/rgb2rgb_template: fix crash with tiny size and nv12 outputMichael Niedermayer2014-12-031-0/+1
* swscale/x86/rgb2rgb_template: handle the first 2 lines with C in rgb24toyv12_*()Michael Niedermayer2014-11-201-0/+10
* swscale: fix yuv2yuvX_8 assembly on x86Kieran Kunhya2014-11-091-1/+1
* swscale/x86: do not expect registers to be preserved across inline ASM blocksVitor Sessak2014-09-181-39/+44
* Merge commit 'e96c3b81cadd0ba84d43b1f3a54980df3785d9a5'Michael Niedermayer2014-08-041-2/+2
|\
| * avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara2014-08-041-2/+2
* | swscale/x86/hscale_fast_bilinear_simd: add inline asm guardsMichael Niedermayer2014-07-191-0/+2
* | sws: move inline asm hscale to MMX_OBJSMichael Niedermayer2014-07-191-2/+3
* | sws/x86: split mmxext fast bilinear scaler outMichael Niedermayer2014-07-193-193/+376
* | swscale/x86/rgb2rgb_template: fix 1 byte overread in yuyvtoyuv420 and uyvytoy...Michael Niedermayer2014-07-131-2/+40
* | 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
* | s86/scale: Do not return the result of a (void) function from a void function.Carl Eugen Hoyos2014-06-191-1/+2
* | x86/scale: fix xmm register count for hscale*_sse2James Almer2014-06-091-1/+1
* | inline asm: fix arrays as named constraints.Matt Oliver2014-05-071-1/+1
* | Fix compilation with !HAVE_6REGS.Carl Eugen Hoyos2014-04-192-6/+12
* | sws: fix warning about RGB_PACK24_B_OPERANDS redefinitionLukasz Marek2014-04-101-0/+2
* | swscale/x86/swscale_template: loose hardcoded dstw_offsetMichael Niedermayer2014-04-081-41/+37
* | Merge commit 'aba70bb5387f12dfa5e6cd8cb861c9c7e668151f'Michael Niedermayer2014-03-263-0/+12
|\ \ | |/
| * Add missing headers to make template files compile (more) standaloneDiego Biurrun2014-03-263-0/+12
* | Automatically change MANGLE() into named inline asm operands when direct symb...Matt Oliver2014-03-183-0/+32
* | Add missing external declarations.Matt Oliver2014-03-171-0/+4
* | swscale/x86/swscale: remove unused constantsMichael Niedermayer2014-03-171-4/+0
* | swscale/x86/swscale: fix missing xmm clobbers in yuv2yuvX_sse3()Michael Niedermayer2014-03-151-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-01-211-6/+7
|\ \ | |/
| * rgb2rgb_template: add MMX/SSE2/AVX-optimized deinterleaveBytesMichael Niedermayer2014-01-211-0/+27
* | Merge commit '7597e6efe492cb2449bb771054d64cc7fdf62ff5'Michael Niedermayer2014-01-211-2/+2
|\ \ | |/
| * swscale/x86/rgb2rgb: add support for AVXMichael Niedermayer2014-01-212-4/+15
* | Merge commit '46bacb5cc6169ff5e8e982495c4925467c1d8bb7'Michael Niedermayer2014-01-142-4/+5
|\ \ | |/
OpenPOWER on IntegriCloud