Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-20swscale/x86/output: add missing AVX2 support preprocessor wrappersJames Almer
2020-08-08swscale: do not drop half of bits from 16bit bayer formatsPaul B Mahol
2020-07-25swscale/yuv2rgb: cosmeticsLimin Wang
2020-07-20swscale/yuv2rgb: consider x2rgb10le on big endian hardwareFei Wang
2020-07-16swscale/tests/swscale: use 1 for indicating errosMichael Niedermayer
2020-07-14swscale/tests/swscale: Initialize res to a non random error codeMichael Niedermayer
2020-07-14swscale/tests/swscale: Fix incorrect return code checkMichael Niedermayer
2020-07-14x86/yuv2rgb: fix crashes when storing data on unaligned buffersJames Almer
2020-07-09swscale/tests: check return value of sws_scaleLynne
2020-07-09aarch64/yuv2rgb_neon: fix return valueLynne
2020-06-14swscale: cosmetic fixesNelson Gomez
2020-06-14swscale/x86/output: add AVX2 version of yuv2nv12cXNelson Gomez
2020-06-14swscale: make yuv2interleavedX more asm-friendlyNelson Gomez
2020-06-14swscale/utils: return better error code from initFilter()Limin Wang
2020-06-14swscale/utils: reindentLimin Wang
2020-06-13swscale/utils: remove FF_ALLOC_ARRAY_OR_GOTO macrosLimin Wang
2020-06-12swscale: Add swscale input/output support for X2RGB10LEFei Wang
2020-06-08Bump minor versions after branching 4.3n4.4-devMichael Niedermayer
2020-06-08Bump minor versions to separate 4.3 from masterMichael Niedermayer
2020-05-15swscale: aarch64: Add a NEON implementation of interleaveBytesMartin Storsjö
2020-05-15swscale: arm: fix NEON hscale initJosh de Kock
2020-05-15swscale: fix NEON hscale initJosh de Kock
2020-05-12libswscale: fix for floating point formats, require full chromaMark Reid
2020-05-05libswscale: add output support for AV_PIX_FMT_GBRAPF32Mark Reid
2020-05-05libswscale: add input support AV_PIX_FMT_GBRAPF32Mark Reid
2020-04-28swscale/vscale: Increase type strictnessAndreas Rheinhardt
2020-04-21swscale: aarch64: Don't clobber callee-saved registers v8-v15Martin Storsjö
2020-04-20swscale: aarch64: Avoid using the x18 registerMartin Storsjö
2020-04-12swscale/yuv2rgb: Fix vertical dither offset with slicesMichael Niedermayer
2020-04-04swscale/output: Fix integer overflow in yuv2rgb_write_full() with out of rang...Michael Niedermayer
2020-04-04swscale/output: Fix integer overflow in alpha computation in yuv2gbrp16_full_...Michael Niedermayer
2020-04-03swscale/swscale: remove useless codeRuiling Song
2020-03-12lsws/input: Do not change transparency range.Carl Eugen Hoyos
2020-02-26libswscale/x86/yuv2rgb: Fix Segmentation Fault when load unaligned dataTing Fu
2020-02-24swscale: Add swscale input support for Y210LELinjie Fu
2020-02-10libswscale/x86/yuv2rgb: add ssse3 versionTing Fu
2020-02-10libswscale/utils.c: Fix bug #8255Gautam Ramakrishnan
2020-02-05libswscale/x86/yuv2rgb: Change inline assembly into nasm codeTing Fu
2020-01-22swscale/input: Fix several invalid shifts related to rgb2yuv constantsMichael Niedermayer
2020-01-22swscale/output: Fix several invalid shifts in yuv2rgb_full_1_c_template()Michael Niedermayer
2020-01-22swscale/swscale: Fix several invalid shifts related to vChrDropMichael Niedermayer
2020-01-07Silence "string-plus-int" warning shown by clang.Carl Eugen Hoyos
2020-01-04swscale/aarch64: use multiply accumulate and shift-right narrowSebastian Pop
2019-12-31swscale/utils: remove access of AV_PIX_FMT_NBZhao Zhili
2019-12-18swscale/aarch64: use multiply accumulate and increase vector factor to 4Sebastian Pop
2019-12-10swscale/swscale_unscaled: add AV_PIX_FMT_GBRAP10 for LE and BE conversion wra...Limin Wang
2019-12-06libswscale/swscale_unscaled.c: remove redundant codeTing Fu
2019-11-01swscale/swscale_unscaled: fix gbrap10be md5 different on big endian systemLimin Wang
2019-10-16swscale/output: Avoid 64bit in Alpha in yuv2ya16_X_c_template()Michael Niedermayer
2019-10-16swscale/output: Correct Alpha in yuv2ya16_X_c_template()Michael Niedermayer