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
2021-10-06swscale/alphablend: Fix slice handlingMichael Niedermayer
2021-10-06swscale/slice: Fix wrong return on errorMichael Niedermayer
2021-10-06swscale/slice: Check slice for allocation failureMichael Niedermayer
2020-11-02swscale/x86/yuv2rgb: fix crashes when loading alpha from unaligned buffersMarton Balint
2020-07-17x86/yuv2rgb: fix crashes when storing data on unaligned buffersJames Almer
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
2019-10-16swscale/output: Implement Luma computation from yuv2ya16_X_c_template() witho...Michael Niedermayer
2019-10-04swscale: Fix AltiVec/VSX build with recent GCCDaniel Kolesa
2019-10-04swscale: Replace illegal vector keyword usage in altivec codeDaniel Kolesa
2019-09-28swscale/utils: Fix invalid left shifts of negative numbersAndreas Rheinhardt
2019-09-28swscale/x86/swscale: Fix undefined left shifts of negative numbersAndreas Rheinhardt
2019-09-27swscale/swscale: cosmeticsLimin Wang
2019-09-26swscale/output: fix signed integer overflow for ya16Paul B Mahol
2019-09-09swscale/swscale: delete unwanted assignmentsLimin Wang
2019-09-06swscale/output: fix some code indentationsLinjie Fu
2019-08-13lsws/ppc/yuv2rgb_altivec: Replace vec_lvsl/vec_perm with vec_xlChip Kerchner
2019-07-21Bump minor versions again on master to keep 4.2 versions separate from mastern4.3-devMichael Niedermayer
2019-07-21Bump minor versions to separate 4.2 from masterMichael Niedermayer
2019-05-13swscale/tests/swscale: Lengthen pixfmt name buffer to 21 bytesMichael Niedermayer