summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* swscale/input: Use more unsigned intermediatesMichael Niedermayer2023-04-151-12/+12
* swscale/output: Bias 16bps output calculations to improve non overflowing rangeMichael Niedermayer2023-04-151-60/+60
* swscale: aarch64: Fix yuv2rgb with negative stridesMartin Storsjö2022-11-041-4/+4
* swscale/alphablend: Fix slice handlingMichael Niedermayer2021-10-061-15/+17
* swscale/slice: Fix wrong return on errorMichael Niedermayer2021-10-061-1/+3
* swscale/slice: Check slice for allocation failureMichael Niedermayer2021-10-061-1/+2
* swscale/x86/yuv2rgb: fix crashes when loading alpha from unaligned buffersMarton Balint2020-11-021-1/+1
* x86/yuv2rgb: fix crashes when storing data on unaligned buffersJames Almer2020-07-171-9/+9
* 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
* swscale/output: Fix several invalid shifts in yuv2rgb_full_1_c_template()Michael Niedermayer2020-01-221-4/+4
* swscale/swscale: Fix several invalid shifts related to vChrDropMichael Niedermayer2020-01-221-2/+2
* Silence "string-plus-int" warning shown by clang.Carl Eugen Hoyos2020-01-061-1/+1
* swscale/aarch64: use multiply accumulate and shift-right narrowSebastian Pop2020-01-041-20/+12
* swscale/utils: remove access of AV_PIX_FMT_NBZhao Zhili2019-12-311-4/+4
* swscale/aarch64: use multiply accumulate and increase vector factor to 4Sebastian Pop2019-12-171-32/+53
* swscale/swscale_unscaled: add AV_PIX_FMT_GBRAP10 for LE and BE conversion wra...Limin Wang2019-12-101-0/+2
* libswscale/swscale_unscaled.c: remove redundant codeTing Fu2019-12-061-2/+0
* swscale/swscale_unscaled: fix gbrap10be md5 different on big endian systemLimin Wang2019-11-011-0/+1
* swscale/output: Avoid 64bit in Alpha in yuv2ya16_X_c_template()Michael Niedermayer2019-10-161-2/+3
* swscale/output: Correct Alpha in yuv2ya16_X_c_template()Michael Niedermayer2019-10-161-2/+3
* swscale/output: Implement Luma computation from yuv2ya16_X_c_template() witho...Michael Niedermayer2019-10-161-1/+2
* swscale: Fix AltiVec/VSX build with recent GCCDaniel Kolesa2019-10-041-4/+8
* swscale: Replace illegal vector keyword usage in altivec codeDaniel Kolesa2019-10-042-459/+459
* swscale/utils: Fix invalid left shifts of negative numbersAndreas Rheinhardt2019-09-281-1/+1
* swscale/x86/swscale: Fix undefined left shifts of negative numbersAndreas Rheinhardt2019-09-281-2/+2
* swscale/swscale: cosmeticsLimin Wang2019-09-271-7/+0
* swscale/output: fix signed integer overflow for ya16Paul B Mahol2019-09-261-1/+1
* swscale/swscale: delete unwanted assignmentsLimin Wang2019-09-091-2/+0
* swscale/output: fix some code indentationsLinjie Fu2019-09-061-35/+35
* lsws/ppc/yuv2rgb_altivec: Replace vec_lvsl/vec_perm with vec_xlChip Kerchner2019-08-131-20/+4