Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-31swscale: cleanup unused codePedro Arthur
2016-02-17swscale/x86/output: Fix yuv2planeX_16* with unaligned destinationMichael Niedermayer
2016-02-17swscale/x86/output: Move code into yuv2planeX_mainloopMichael Niedermayer
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2016-01-17swscale/x86/rgb2rgb_template: Fix planar2x() for short widthMichael Niedermayer
2015-12-15swscale/x86/rgb2rgb_template: Fallback to mmx in interleaveBytes() if the ali...Michael Niedermayer
2015-12-15swscale/x86/rgb2rgb_template: Do not crash on misaligend strideMichael Niedermayer
2015-09-08Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes
2015-08-19swscale: refactor vertical scalerPedro Arthur
2015-08-18swscale: fixed compiler warningsPedro Arthur
2015-08-18swscale: refactor horizontal scalingPedro Arthur
2015-07-04YUV->BGR32 MMX supportKevin Coyle
2015-06-23swscale/x86/rgb2rgb_template: fix signedness of v in shuffle_bytes_2103_{mmx,...James Almer
2015-06-23swscale/x86/rgb2rgb_template: don't call emms on sse2/avx functionsJames Almer
2015-06-23swscale/x86/rgb2rgb_template: add missing xmm clobbersJames Almer
2015-05-13libswscale/x86/hscale_fast_bilinear_simd.c: There's no need to save BX if it'...Nick Lewycky
2015-05-13libswscale/x86/hscale_fast_bilinear_simd.c: Include BX in the clobber list on...Nick Lewycky
2015-05-10swscale/x86/swscale: Fix warning about loosing significant bits in castMichael Niedermayer
2015-05-08swscale/x86/hscale_fast_bilinear_simd: Remove ancient out-commented debug codeMichael Niedermayer
2015-05-07swscale/x86/hscale_fast_bilinear_simd: Fix variable names in commentsMichael Niedermayer
2015-02-27swscale: Add prefix to updateMMXDitherTables()Michael Niedermayer
2014-12-03swscale/x86/rgb2rgb_template: fix crash with tiny size and nv12 outputMichael Niedermayer
2014-11-20swscale/x86/rgb2rgb_template: handle the first 2 lines with C in rgb24toyv12_*()Michael Niedermayer
2014-11-10swscale: fix yuv2yuvX_8 assembly on x86Kieran Kunhya
2014-09-18swscale/x86: do not expect registers to be preserved across inline ASM blocksVitor Sessak
2014-08-04Merge commit 'e96c3b81cadd0ba84d43b1f3a54980df3785d9a5'Michael Niedermayer
2014-08-04avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara
2014-07-19swscale/x86/hscale_fast_bilinear_simd: add inline asm guardsMichael Niedermayer
2014-07-19sws: move inline asm hscale to MMX_OBJSMichael Niedermayer
2014-07-19sws/x86: split mmxext fast bilinear scaler outMichael Niedermayer
2014-07-13swscale/x86/rgb2rgb_template: fix 1 byte overread in yuyvtoyuv420 and uyvytoy...Michael Niedermayer
2014-06-22swscale/x86/input: prevent RGB32_TO_Y_FN from reading into the paddingMichael Niedermayer
2014-06-22swscale/x86/input: prevent RGB32_TO_UV_FN from reading into the paddingMichael Niedermayer
2014-06-19s86/scale: Do not return the result of a (void) function from a void function.Carl Eugen Hoyos
2014-06-09x86/scale: fix xmm register count for hscale*_sse2James Almer
2014-05-07inline asm: fix arrays as named constraints.Matt Oliver
2014-04-19Fix compilation with !HAVE_6REGS.Carl Eugen Hoyos
2014-04-10sws: fix warning about RGB_PACK24_B_OPERANDS redefinitionLukasz Marek
2014-04-08swscale/x86/swscale_template: loose hardcoded dstw_offsetMichael Niedermayer
2014-03-26Merge commit 'aba70bb5387f12dfa5e6cd8cb861c9c7e668151f'Michael Niedermayer
2014-03-26Add missing headers to make template files compile (more) standaloneDiego Biurrun
2014-03-19Automatically change MANGLE() into named inline asm operands when direct symb...Matt Oliver
2014-03-17Add missing external declarations.Matt Oliver
2014-03-17swscale/x86/swscale: remove unused constantsMichael Niedermayer
2014-03-16swscale/x86/swscale: fix missing xmm clobbers in yuv2yuvX_sse3()Michael Niedermayer
2014-01-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-01-22Merge commit '7597e6efe492cb2449bb771054d64cc7fdf62ff5'Michael Niedermayer
2014-01-21rgb2rgb_template: add MMX/SSE2/AVX-optimized deinterleaveBytesMichael Niedermayer
2014-01-21swscale/x86/rgb2rgb: add support for AVXMichael Niedermayer
2014-01-14Merge commit '46bacb5cc6169ff5e8e982495c4925467c1d8bb7'Michael Niedermayer