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-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
2020-07-14swscale/tests/swscale: Fix incorrect return code checkMichael Niedermayer
2020-07-14x86/yuv2rgb: fix crashes when storing data on unaligned buffersJames Almer
2020-07-09swscale/tests: check return value of sws_scaleLynne
2020-07-09aarch64/yuv2rgb_neon: fix return valueLynne
2020-06-14swscale: cosmetic fixesNelson Gomez
2020-06-14swscale/x86/output: add AVX2 version of yuv2nv12cXNelson Gomez
2020-06-14swscale: make yuv2interleavedX more asm-friendlyNelson Gomez
2020-06-14swscale/utils: return better error code from initFilter()Limin Wang
2020-06-14swscale/utils: reindentLimin Wang
2020-06-13swscale/utils: remove FF_ALLOC_ARRAY_OR_GOTO macrosLimin Wang
2020-06-12swscale: Add swscale input/output support for X2RGB10LEFei Wang
2020-06-08Bump minor versions after branching 4.3n4.4-devMichael Niedermayer
2020-06-08Bump minor versions to separate 4.3 from masterMichael Niedermayer
2020-05-15swscale: aarch64: Add a NEON implementation of interleaveBytesMartin Storsjö
2020-05-15swscale: arm: fix NEON hscale initJosh de Kock
2020-05-15swscale: fix NEON hscale initJosh de Kock