summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
* 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
* libswscale: fix for floating point formats, require full chromaMark Reid2020-05-12
* libswscale: add output support for AV_PIX_FMT_GBRAPF32Mark Reid2020-05-05
* libswscale: add input support AV_PIX_FMT_GBRAPF32Mark Reid2020-05-05
* swscale/vscale: Increase type strictnessAndreas Rheinhardt2020-04-27
* swscale: aarch64: Don't clobber callee-saved registers v8-v15Martin Storsjö2020-04-21
* swscale: aarch64: Avoid using the x18 registerMartin Storsjö2020-04-20
* swscale/yuv2rgb: Fix vertical dither offset with slicesMichael Niedermayer2020-04-12
* swscale/output: Fix integer overflow in yuv2rgb_write_full() with out of rang...Michael Niedermayer2020-04-04
* swscale/output: Fix integer overflow in alpha computation in yuv2gbrp16_full_...Michael Niedermayer2020-04-04
* swscale/swscale: remove useless codeRuiling Song2020-04-03
* lsws/input: Do not change transparency range.Carl Eugen Hoyos2020-03-11
* libswscale/x86/yuv2rgb: Fix Segmentation Fault when load unaligned dataTing Fu2020-02-26
* swscale: Add swscale input support for Y210LELinjie Fu2020-02-24
* libswscale/x86/yuv2rgb: add ssse3 versionTing Fu2020-02-10
* libswscale/utils.c: Fix bug #8255Gautam Ramakrishnan2020-02-09
* libswscale/x86/yuv2rgb: Change inline assembly into nasm codeTing Fu2020-02-05
* swscale/input: Fix several invalid shifts related to rgb2yuv constantsMichael Niedermayer2020-01-22
* swscale/output: Fix several invalid shifts in yuv2rgb_full_1_c_template()Michael Niedermayer2020-01-22
* swscale/swscale: Fix several invalid shifts related to vChrDropMichael Niedermayer2020-01-22
* Silence "string-plus-int" warning shown by clang.Carl Eugen Hoyos2020-01-06
* swscale/aarch64: use multiply accumulate and shift-right narrowSebastian Pop2020-01-04
* swscale/utils: remove access of AV_PIX_FMT_NBZhao Zhili2019-12-31
* swscale/aarch64: use multiply accumulate and increase vector factor to 4Sebastian Pop2019-12-17
* swscale/swscale_unscaled: add AV_PIX_FMT_GBRAP10 for LE and BE conversion wra...Limin Wang2019-12-10
* libswscale/swscale_unscaled.c: remove redundant codeTing Fu2019-12-06
* swscale/swscale_unscaled: fix gbrap10be md5 different on big endian systemLimin Wang2019-11-01
* swscale/output: Avoid 64bit in Alpha in yuv2ya16_X_c_template()Michael Niedermayer2019-10-16
* swscale/output: Correct Alpha in yuv2ya16_X_c_template()Michael Niedermayer2019-10-16
* swscale/output: Implement Luma computation from yuv2ya16_X_c_template() witho...Michael Niedermayer2019-10-16
* swscale: Fix AltiVec/VSX build with recent GCCDaniel Kolesa2019-10-04
* swscale: Replace illegal vector keyword usage in altivec codeDaniel Kolesa2019-10-04
* swscale/utils: Fix invalid left shifts of negative numbersAndreas Rheinhardt2019-09-28
* swscale/x86/swscale: Fix undefined left shifts of negative numbersAndreas Rheinhardt2019-09-28
* swscale/swscale: cosmeticsLimin Wang2019-09-27
* swscale/output: fix signed integer overflow for ya16Paul B Mahol2019-09-26
* swscale/swscale: delete unwanted assignmentsLimin Wang2019-09-09
* swscale/output: fix some code indentationsLinjie Fu2019-09-06
* lsws/ppc/yuv2rgb_altivec: Replace vec_lvsl/vec_perm with vec_xlChip Kerchner2019-08-13