summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* 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
* swscale: aarch64: Add a NEON implementation of interleaveBytesMartin Storsjö2020-05-155-1/+126
* swscale: arm: fix NEON hscale initJosh de Kock2020-05-151-1/+4
* swscale: fix NEON hscale initJosh de Kock2020-05-151-1/+4
* libswscale: fix for floating point formats, require full chromaMark Reid2020-05-121-0/+2
* libswscale: add output support for AV_PIX_FMT_GBRAPF32Mark Reid2020-05-056-15/+177
* libswscale: add input support AV_PIX_FMT_GBRAPF32Mark Reid2020-05-052-0/+95
* swscale/vscale: Increase type strictnessAndreas Rheinhardt2020-04-271-22/+29
* swscale: aarch64: Don't clobber callee-saved registers v8-v15Martin Storsjö2020-04-212-13/+13
* swscale: aarch64: Avoid using the x18 registerMartin Storsjö2020-04-201-4/+4
* swscale/yuv2rgb: Fix vertical dither offset with slicesMichael Niedermayer2020-04-121-21/+22
* swscale/output: Fix integer overflow in yuv2rgb_write_full() with out of rang...Michael Niedermayer2020-04-041-3/+3
* swscale/output: Fix integer overflow in alpha computation in yuv2gbrp16_full_...Michael Niedermayer2020-04-041-1/+1
* swscale/swscale: remove useless codeRuiling Song2020-04-033-21/+3
* lsws/input: Do not change transparency range.Carl Eugen Hoyos2020-03-112-4/+4
* libswscale/x86/yuv2rgb: Fix Segmentation Fault when load unaligned dataTing Fu2020-02-261-2/+2
* swscale: Add swscale input support for Y210LELinjie Fu2020-02-242-0/+25
* libswscale/x86/yuv2rgb: add ssse3 versionTing Fu2020-02-102-16/+167
* libswscale/utils.c: Fix bug #8255Gautam Ramakrishnan2020-02-091-0/+1
* libswscale/x86/yuv2rgb: Change inline assembly into nasm codeTing Fu2020-02-055-354/+351
* swscale/input: Fix several invalid shifts related to rgb2yuv constantsMichael Niedermayer2020-01-221-4/+4