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
2021-07-03sws: rename SwsContext.swscale to convert_unscaledAnton Khirnov
2021-07-03sws: separate the calls to scaled vs unscaled conversionAnton Khirnov
2021-07-03sws: do not reallocate scratch buffers for each sliceAnton Khirnov
2021-07-03sws: group the parameters validity checks togetherAnton Khirnov
2021-07-03sws: initialize {src,dst}Stride2 consistently with {src,dst}2Anton Khirnov
2021-07-03sws: cosmeticsAnton Khirnov
2021-07-03sws: factor out cascaded scalingAnton Khirnov
2021-07-03sws: cosmeticsAnton Khirnov
2021-07-03sws: factor out gamma-correct scalingAnton Khirnov
2021-07-03sws: return an error code on invalid parameters to sws_scale()Anton Khirnov
2021-07-03sws: reindent after previous commitAnton Khirnov
2021-07-03sws: factor out updating the paletteAnton Khirnov
2021-07-03sws: remove unnecessary bracesAnton Khirnov
2021-07-02libswscale: Make sws_init_context thread safe.Peter Lundblad
2021-06-06swscale/swscale_unscaled: don't use the optimized bgr24toYV12 unscaled conver...Limin Wang
2021-04-27Bump major versions of all libraries.Anton Khirnov
2021-04-27libswscale: Remove unused deprecated functions, make used ones staticAndreas Rheinhardt
2021-04-19Include attributes.h directlyAndreas Rheinhardt
2021-04-01libswscale/x86/yuv2yuvX: Removes unrolling for mmx and mmxextAlan Kelly
2021-04-01libswscale/x86/swscale: Only call ff_yuv2yuvX functions if the input size is > 0Alan Kelly
2021-03-20Bump minor versions after release branchn4.5-devMichael Niedermayer
2021-03-20Bump Versions before release/4.4 branchMichael Niedermayer
2021-02-24swscale/x86/swscale: Remove unused ASM constantsAndreas Rheinhardt
2021-02-24swscale/x86/rgb2rgb: Remove unused ASM constantsAndreas Rheinhardt
2021-02-24swscale/x86/yuv2rgb: Remove unused ASM constantsAndreas Rheinhardt
2021-02-23lsws/ppc/yuv2rgb_altivec: Fix build in non-VSX environmentsChip Kerchner
2021-02-19swscale/x86/yuv2yuvX: use the movsxdifnidn helper macroJames Almer
2021-02-19swscale/x86/yuv2yuvX: use movq to load 8 bytes in all non-AVX2 functionsJames Almer
2021-02-19swscale/x86/yuv2yuvX: use the SPLATW helper macroJames Almer
2021-02-19swscale/x86/swscale: fix mix of inline and external function definitionsJames Almer
2021-02-18swscale/x86/swscale: fix compilation with old yasmJames Almer
2021-02-17swscale: move yuv2yuvX_sse3 to yasm, unrolls main loopAlan Kelly
2021-01-24lsws/ppc/yuv2rgb: Fix transparency converting from yuv->rgb32.Carl Eugen Hoyos
2021-01-01lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov
2021-01-01lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov
2020-12-24libswscale: avoid UB nullptr-with-offset.Jeremy Leconte
2020-12-13swscale/rgb2rgb_template: use shuffle macro on big-endian archesAndriy Gelman
2020-11-14lsws/x86/yuv2rgb: Fix compilation with mmxext or ssse3 disabled.Carl Eugen Hoyos
2020-11-02swscale/x86/yuv2rgb: fix crashes when loading alpha from unaligned buffersMarton Balint
2020-10-11swscale/utils: override forced-zero formats back to full rangeJan Ekström
2020-10-11swscale/utils: split range override check into its own functionJan Ekström
2020-10-06libswcale/input: use more accurate planer rgb16 yuv conversionsMark Reid
2020-10-02libswcale/input: use more accurate rgbf32 yuv conversionsMark Reid
2020-10-02libswscale/tests: add floatimg_cmp testMark Reid
2020-08-20swscale/x86/output: add missing AVX2 support preprocessor wrappersJames Almer
2020-08-08swscale: do not drop half of bits from 16bit bayer formatsPaul B Mahol
2020-07-25swscale/yuv2rgb: cosmeticsLimin Wang
2020-07-20swscale/yuv2rgb: consider x2rgb10le on big endian hardwareFei Wang
2020-07-16swscale/tests/swscale: use 1 for indicating errosMichael Niedermayer
2020-07-14swscale/tests/swscale: Initialize res to a non random error codeMichael Niedermayer