summaryrefslogtreecommitdiff
path: root/libswscale/x86
Commit message (Expand)AuthorAge
...
| * swscale: Rename is9_OR_10 to match what it doesLuca Barbato2016-09-27
| * swscale: Update bitdepth range checkLuca Barbato2016-09-27
| * swscale: Add proper ff_ prefix to init functionsDiego Biurrun2016-07-16
| * asm: FF_-prefix internal macros used in inline assemblyDiego Biurrun2016-05-28
* | build: Generalize yasm/nasm-related variable namesDiego Biurrun2017-06-21
* | swscale: save ebx register when it is not availableAndreas Cadhalpun2016-12-21
* | swscale: Drop is9_OR_10BPS() use, its name is not correctMichael Niedermayer2016-11-10
* | swscale: add support for P010LE/BE outputTimo Rothenpieler2016-08-31
* | asm: FF_-prefix internal macros used in inline assemblyMatthieu Bouron2016-06-27
* | Merge commit 'dc40a70c5755bccfb1a1349639943e1f408bea50'Hendrik Leppkes2016-06-26
|\|
| * Drop unnecessary libavutil/x86/asm.h #includesDiego Biurrun2016-05-28
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\|
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
| * Drop pointless assert.h #includesDiego Biurrun2016-05-03
| * lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch2016-01-11
* | swscale: cleanup unused codePedro Arthur2016-03-31
* | swscale/x86/output: Fix yuv2planeX_16* with unaligned destinationMichael Niedermayer2016-02-17
* | swscale/x86/output: Move code into yuv2planeX_mainloopMichael Niedermayer2016-02-17
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* | swscale/x86/rgb2rgb_template: Fix planar2x() for short widthMichael Niedermayer2016-01-17
* | swscale/x86/rgb2rgb_template: Fallback to mmx in interleaveBytes() if the ali...Michael Niedermayer2015-12-15
* | swscale/x86/rgb2rgb_template: Do not crash on misaligend strideMichael Niedermayer2015-12-15
* | Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-08
* | swscale: refactor vertical scalerPedro Arthur2015-08-19
* | swscale: fixed compiler warningsPedro Arthur2015-08-18
* | swscale: refactor horizontal scalingPedro Arthur2015-08-18
* | YUV->BGR32 MMX supportKevin Coyle2015-07-04
* | swscale/x86/rgb2rgb_template: fix signedness of v in shuffle_bytes_2103_{mmx,...James Almer2015-06-23
* | swscale/x86/rgb2rgb_template: don't call emms on sse2/avx functionsJames Almer2015-06-23
* | swscale/x86/rgb2rgb_template: add missing xmm clobbersJames Almer2015-06-23
* | libswscale/x86/hscale_fast_bilinear_simd.c: There's no need to save BX if it'...Nick Lewycky2015-05-13
* | libswscale/x86/hscale_fast_bilinear_simd.c: Include BX in the clobber list on...Nick Lewycky2015-05-13
* | swscale/x86/swscale: Fix warning about loosing significant bits in castMichael Niedermayer2015-05-10
* | swscale/x86/hscale_fast_bilinear_simd: Remove ancient out-commented debug codeMichael Niedermayer2015-05-07
* | swscale/x86/hscale_fast_bilinear_simd: Fix variable names in commentsMichael Niedermayer2015-05-07
* | swscale: Add prefix to updateMMXDitherTables()Michael Niedermayer2015-02-27
* | 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