summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
* libswscale: Remove unused deprecated functions, make used ones staticAndreas Rheinhardt2021-04-27
* Include attributes.h directlyAndreas Rheinhardt2021-04-19
* libswscale/x86/yuv2yuvX: Removes unrolling for mmx and mmxextAlan Kelly2021-04-01
* libswscale/x86/swscale: Only call ff_yuv2yuvX functions if the input size is > 0Alan Kelly2021-04-01
* Bump minor versions after release branchMichael Niedermayer2021-03-20
* Bump Versions before release/4.4 branchMichael Niedermayer2021-03-20
* swscale/x86/swscale: Remove unused ASM constantsAndreas Rheinhardt2021-02-24
* swscale/x86/rgb2rgb: Remove unused ASM constantsAndreas Rheinhardt2021-02-24
* swscale/x86/yuv2rgb: Remove unused ASM constantsAndreas Rheinhardt2021-02-24
* lsws/ppc/yuv2rgb_altivec: Fix build in non-VSX environmentsChip Kerchner2021-02-22
* swscale/x86/yuv2yuvX: use the movsxdifnidn helper macroJames Almer2021-02-18
* swscale/x86/yuv2yuvX: use movq to load 8 bytes in all non-AVX2 functionsJames Almer2021-02-18
* swscale/x86/yuv2yuvX: use the SPLATW helper macroJames Almer2021-02-18
* swscale/x86/swscale: fix mix of inline and external function definitionsJames Almer2021-02-18
* swscale/x86/swscale: fix compilation with old yasmJames Almer2021-02-17
* swscale: move yuv2yuvX_sse3 to yasm, unrolls main loopAlan Kelly2021-02-17
* lsws/ppc/yuv2rgb: Fix transparency converting from yuv->rgb32.Carl Eugen Hoyos2021-01-24
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-01
* libswscale: avoid UB nullptr-with-offset.Jeremy Leconte2020-12-24
* swscale/rgb2rgb_template: use shuffle macro on big-endian archesAndriy Gelman2020-12-12
* lsws/x86/yuv2rgb: Fix compilation with mmxext or ssse3 disabled.Carl Eugen Hoyos2020-11-14
* swscale/x86/yuv2rgb: fix crashes when loading alpha from unaligned buffersMarton Balint2020-11-02
* swscale/utils: override forced-zero formats back to full rangeJan Ekström2020-10-11
* swscale/utils: split range override check into its own functionJan Ekström2020-10-11
* libswcale/input: use more accurate planer rgb16 yuv conversionsMark Reid2020-10-06
* libswcale/input: use more accurate rgbf32 yuv conversionsMark Reid2020-10-02
* libswscale/tests: add floatimg_cmp testMark Reid2020-10-02
* swscale/x86/output: add missing AVX2 support preprocessor wrappersJames Almer2020-08-20
* swscale: do not drop half of bits from 16bit bayer formatsPaul B Mahol2020-08-08
* swscale/yuv2rgb: cosmeticsLimin Wang2020-07-25
* swscale/yuv2rgb: consider x2rgb10le on big endian hardwareFei Wang2020-07-20
* swscale/tests/swscale: use 1 for indicating errosMichael Niedermayer2020-07-16
* swscale/tests/swscale: Initialize res to a non random error codeMichael Niedermayer2020-07-14
* swscale/tests/swscale: Fix incorrect return code checkMichael Niedermayer2020-07-14
* x86/yuv2rgb: fix crashes when storing data on unaligned buffersJames Almer2020-07-14
* swscale/tests: check return value of sws_scaleLynne2020-07-09
* aarch64/yuv2rgb_neon: fix return valueLynne2020-07-09
* swscale: cosmetic fixesNelson Gomez2020-06-14
* swscale/x86/output: add AVX2 version of yuv2nv12cXNelson Gomez2020-06-14
* swscale: make yuv2interleavedX more asm-friendlyNelson Gomez2020-06-14
* swscale/utils: return better error code from initFilter()Limin Wang2020-06-14
* swscale/utils: reindentLimin Wang2020-06-14
* swscale/utils: remove FF_ALLOC_ARRAY_OR_GOTO macrosLimin Wang2020-06-13
* swscale: Add swscale input/output support for X2RGB10LEFei Wang2020-06-12
* Bump minor versions after branching 4.3Michael Niedermayer2020-06-08
* Bump minor versions to separate 4.3 from masterMichael Niedermayer2020-06-08
* swscale: aarch64: Add a NEON implementation of interleaveBytesMartin Storsjö2020-05-15
* swscale: arm: fix NEON hscale initJosh de Kock2020-05-15
* swscale: fix NEON hscale initJosh de Kock2020-05-15