summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* swscale/input: Use more unsigned intermediatesMichael Niedermayer2023-04-071-12/+12
* swscale/output: Bias 16bps output calculations to improve non overflowing rangeMichael Niedermayer2023-04-071-60/+60
* swscale: aarch64: Fix yuv2rgb with negative stridesMartin Storsjö2022-11-041-4/+4
* swscale/alphablend: Fix slice handlingMichael Niedermayer2021-10-051-15/+17
* swscale/slice: Fix wrong return on errorMichael Niedermayer2021-09-081-1/+3
* swscale/slice: Check slice for allocation failureMichael Niedermayer2021-09-081-1/+2
* libswscale/x86/yuv2yuvX: Removes unrolling for mmx and mmxextAlan Kelly2021-04-031-1/+13
* libswscale/x86/swscale: Only call ff_yuv2yuvX functions if the input size is > 0Alan Kelly2021-04-031-2/+4
* Bump Versions before release/4.4 branchMichael Niedermayer2021-03-201-1/+1
* swscale/x86/swscale: Remove unused ASM constantsAndreas Rheinhardt2021-02-241-9/+0
* swscale/x86/rgb2rgb: Remove unused ASM constantsAndreas Rheinhardt2021-02-241-8/+0
* swscale/x86/yuv2rgb: Remove unused ASM constantsAndreas Rheinhardt2021-02-241-8/+0
* lsws/ppc/yuv2rgb_altivec: Fix build in non-VSX environmentsChip Kerchner2021-02-221-0/+10
* swscale/x86/yuv2yuvX: use the movsxdifnidn helper macroJames Almer2021-02-181-5/+3
* swscale/x86/yuv2yuvX: use movq to load 8 bytes in all non-AVX2 functionsJames Almer2021-02-181-3/+1
* swscale/x86/yuv2yuvX: use the SPLATW helper macroJames Almer2021-02-181-12/+2
* swscale/x86/swscale: fix mix of inline and external function definitionsJames Almer2021-02-182-25/+20
* swscale/x86/swscale: fix compilation with old yasmJames Almer2021-02-172-4/+13
* swscale: move yuv2yuvX_sse3 to yasm, unrolls main loopAlan Kelly2021-02-174-158/+191
* lsws/ppc/yuv2rgb: Fix transparency converting from yuv->rgb32.Carl Eugen Hoyos2021-01-241-4/+4
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-018-0/+9
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-012-0/+3
* libswscale: avoid UB nullptr-with-offset.Jeremy Leconte2020-12-242-11/+5
* swscale/rgb2rgb_template: use shuffle macro on big-endian archesAndriy Gelman2020-12-121-3/+1
* lsws/x86/yuv2rgb: Fix compilation with mmxext or ssse3 disabled.Carl Eugen Hoyos2020-11-141-4/+0
* swscale/x86/yuv2rgb: fix crashes when loading alpha from unaligned buffersMarton Balint2020-11-021-1/+1
* swscale/utils: override forced-zero formats back to full rangeJan Ekström2020-10-111-2/+2
* swscale/utils: split range override check into its own functionJan Ekström2020-10-111-2/+7
* libswcale/input: use more accurate planer rgb16 yuv conversionsMark Reid2020-10-061-3/+3
* libswcale/input: use more accurate rgbf32 yuv conversionsMark Reid2020-10-021-7/+5
* libswscale/tests: add floatimg_cmp testMark Reid2020-10-023-0/+298
* swscale/x86/output: add missing AVX2 support preprocessor wrappersJames Almer2020-08-201-0/+2
* swscale: do not drop half of bits from 16bit bayer formatsPaul B Mahol2020-08-084-2/+163
* swscale/yuv2rgb: cosmeticsLimin Wang2020-07-251-3/+4
* swscale/yuv2rgb: consider x2rgb10le on big endian hardwareFei Wang2020-07-202-6/+11
* swscale/tests/swscale: use 1 for indicating errosMichael Niedermayer2020-07-161-1/+1
* swscale/tests/swscale: Initialize res to a non random error codeMichael Niedermayer2020-07-141-1/+3
* swscale/tests/swscale: Fix incorrect return code checkMichael Niedermayer2020-07-141-1/+1
* x86/yuv2rgb: fix crashes when storing data on unaligned buffersJames Almer2020-07-141-9/+9
* swscale/tests: check return value of sws_scaleLynne2020-07-091-1/+3
* aarch64/yuv2rgb_neon: fix return valueLynne2020-07-092-17/+16
* swscale: cosmetic fixesNelson Gomez2020-06-142-6/+10
* swscale/x86/output: add AVX2 version of yuv2nv12cXNelson Gomez2020-06-142-1/+153
* swscale: make yuv2interleavedX more asm-friendlyNelson Gomez2020-06-143-10/+9
* swscale/utils: return better error code from initFilter()Limin Wang2020-06-141-13/+14
* swscale/utils: reindentLimin Wang2020-06-141-35/+36
* swscale/utils: remove FF_ALLOC_ARRAY_OR_GOTO macrosLimin Wang2020-06-131-23/+32
* swscale: Add swscale input/output support for X2RGB10LEFei Wang2020-06-124-1/+49
* Bump minor versions after branching 4.3n4.4-devMichael Niedermayer2020-06-081-1/+1
* Bump minor versions to separate 4.3 from masterMichael Niedermayer2020-06-081-2/+2