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
2020-07-01swscale/x86/swscale: Fix undefined left shifts of negative numbersAndreas Rheinhardt
2018-10-18swscale/x86/rgb2rgb.asm : add Ivo Van Poorten name to the top of the fileMartin Vignali
2018-10-13swscale/x86/rgb2rgb : port shuffle 2103 mmxext to external asm and remove inl...Martin Vignali
2018-10-13swscale/x86/rgb2rgb : remove mmx version for shuffle2103Martin Vignali
2018-08-14libswscale: Adds conversions from/to float gray format.Sergey Lavrushkin
2018-04-22swscale/swscale_unscaled : add X86_64 (SSE2 and AVX) for uyvyto422Martin Vignali
2018-03-24swscale/rgb : add X86 SIMD (SSSE3), for shuffle_bytes_1230, shuffle_bytes_301...Martin Vignali
2018-03-24swscale/rgb : add X86 SIMD (SSSE3) for shuffle_bytes_2103 and shuffle_bytes_0321Martin Vignali
2017-11-13Fix missing used attribute for inline assembly variablesThomas Köppe
2017-10-21Merge commit '994c4bc10751e39c7ed9f67ffd0c0dea5223daf2'James Almer
2017-06-21build: Generalize yasm/nasm-related variable namesDiego Biurrun
2017-03-14x86util: Port all macros to cpuflagsDiego Biurrun
2017-03-01build: Generalize yasm/nasm-related variable namesDiego Biurrun
2016-12-21swscale: save ebx register when it is not availableAndreas Cadhalpun
2016-11-10swscale: Drop is9_OR_10BPS() use, its name is not correctMichael Niedermayer
2016-10-12swscale: x86: Add some forgotten 12-bit planar YUV casesMichael Niedermayer
2016-10-12swscale: Add input support for 12-bit formatsMichael Niedermayer
2016-09-27swscale: Rename is9_OR_10 to match what it doesLuca Barbato
2016-09-27swscale: Update bitdepth range checkLuca Barbato
2016-08-31swscale: add support for P010LE/BE outputTimo Rothenpieler
2016-07-16swscale: Add proper ff_ prefix to init functionsDiego Biurrun
2016-06-27asm: FF_-prefix internal macros used in inline assemblyMatthieu Bouron
2016-06-26Merge commit 'dc40a70c5755bccfb1a1349639943e1f408bea50'Hendrik Leppkes
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-28Drop unnecessary libavutil/x86/asm.h #includesDiego Biurrun
2016-05-28asm: FF_-prefix internal macros used in inline assemblyDiego Biurrun
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-05-03Drop pointless assert.h #includesDiego Biurrun
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
2016-01-11lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch
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