]> git.sesse.net Git - ffmpeg/history - libswscale
avformat/avio: Add Metacube support
[ffmpeg] / libswscale /
2021-04-27 Anton KhirnovBump major versions of all libraries.
2021-04-27 Andreas Rheinhardtlibswscale: Remove unused deprecated functions, make...
2021-04-19 Andreas RheinhardtInclude attributes.h directly
2021-04-01 Alan Kellylibswscale/x86/yuv2yuvX: Removes unrolling for mmx...
2021-04-01 Alan Kellylibswscale/x86/swscale: Only call ff_yuv2yuvX functions...
2021-03-20 Michael NiedermayerBump minor versions after release branch
2021-03-20 Michael NiedermayerBump Versions before release/4.4 branch
2021-02-24 Andreas Rheinhardtswscale/x86/swscale: Remove unused ASM constants
2021-02-24 Andreas Rheinhardtswscale/x86/rgb2rgb: Remove unused ASM constants
2021-02-24 Andreas Rheinhardtswscale/x86/yuv2rgb: Remove unused ASM constants
2021-02-23 Chip Kerchnerlsws/ppc/yuv2rgb_altivec: Fix build in non-VSX environments
2021-02-18 James Almerswscale/x86/yuv2yuvX: use the movsxdifnidn helper macro
2021-02-18 James Almerswscale/x86/yuv2yuvX: use movq to load 8 bytes in all...
2021-02-18 James Almerswscale/x86/yuv2yuvX: use the SPLATW helper macro
2021-02-18 James Almerswscale/x86/swscale: fix mix of inline and external...
2021-02-18 James Almerswscale/x86/swscale: fix compilation with old yasm
2021-02-17 Alan Kellyswscale: move yuv2yuvX_sse3 to yasm, unrolls main loop
2021-01-24 Carl Eugen Hoyoslsws/ppc/yuv2rgb: Fix transparency converting from...
2021-01-01 Anton Khirnovlavu/mem: move the DECLARE_ALIGNED macro family to...
2021-01-01 Anton Khirnovlavu: move LOCAL_ALIGNED from internal.h to mem_internal.h
2020-12-24 Jeremy Lecontelibswscale: avoid UB nullptr-with-offset.
2020-12-13 Andriy Gelmanswscale/rgb2rgb_template: use shuffle macro on big...
2020-11-14 Carl Eugen Hoyoslsws/x86/yuv2rgb: Fix compilation with mmxext or ssse3...
2020-11-01 Marton Balintswscale/x86/yuv2rgb: fix crashes when loading alpha...
2020-10-11 Jan Ekströmswscale/utils: override forced-zero formats back to...
2020-10-11 Jan Ekströmswscale/utils: split range override check into its...
2020-10-06 Mark Reidlibswcale/input: use more accurate planer rgb16 yuv...
2020-10-02 Mark Reidlibswcale/input: use more accurate rgbf32 yuv conversions
2020-10-02 Mark Reidlibswscale/tests: add floatimg_cmp test
2020-08-20 James Almerswscale/x86/output: add missing AVX2 support preprocess...
2020-08-08 Paul B Maholswscale: do not drop half of bits from 16bit bayer...
2020-07-25 Limin Wangswscale/yuv2rgb: cosmetics
2020-07-20 Fei Wangswscale/yuv2rgb: consider x2rgb10le on big endian hardware
2020-07-16 Michael Niedermayerswscale/tests/swscale: use 1 for indicating erros
2020-07-14 Michael Niedermayerswscale/tests/swscale: Initialize res to a non random...
2020-07-14 Michael Niedermayerswscale/tests/swscale: Fix incorrect return code check
2020-07-14 James Almerx86/yuv2rgb: fix crashes when storing data on unaligned...
2020-07-09 Lynneswscale/tests: check return value of sws_scale
2020-07-09 Lynneaarch64/yuv2rgb_neon: fix return value
2020-06-14 Nelson Gomezswscale: cosmetic fixes
2020-06-14 Nelson Gomezswscale/x86/output: add AVX2 version of yuv2nv12cX
2020-06-14 Nelson Gomezswscale: make yuv2interleavedX more asm-friendly
2020-06-14 Limin Wangswscale/utils: return better error code from initFilter()
2020-06-14 Limin Wangswscale/utils: reindent
2020-06-12 Limin Wangswscale/utils: remove FF_ALLOC_ARRAY_OR_GOTO macros
2020-06-12 Fei Wangswscale: Add swscale input/output support for X2RGB10LE
2020-06-08 Michael NiedermayerBump minor versions after branching 4.3
2020-06-08 Michael NiedermayerBump minor versions to separate 4.3 from master
2020-05-15 Martin Storsjöswscale: aarch64: Add a NEON implementation of interlea...
2020-05-15 Josh de Kockswscale: arm: fix NEON hscale init
2020-05-15 Josh de Kockswscale: fix NEON hscale init
2020-05-11 Mark Reidlibswscale: fix for floating point formats, require...
2020-05-05 Mark Reidlibswscale: add output support for AV_PIX_FMT_GBRAPF32
2020-05-05 Mark Reidlibswscale: add input support AV_PIX_FMT_GBRAPF32
2020-04-27 Andreas Rheinhardtswscale/vscale: Increase type strictness
2020-04-21 Martin Storsjöswscale: aarch64: Don't clobber callee-saved registers...
2020-04-19 Martin Storsjöswscale: aarch64: Avoid using the x18 register
2020-04-12 Michael Niedermayerswscale/yuv2rgb: Fix vertical dither offset with slices
2020-04-04 Michael Niedermayerswscale/output: Fix integer overflow in yuv2rgb_write_f...
2020-04-04 Michael Niedermayerswscale/output: Fix integer overflow in alpha computati...
2020-04-02 Ruiling Songswscale/swscale: remove useless code
2020-03-11 Carl Eugen Hoyoslsws/input: Do not change transparency range.
2020-02-26 Ting Fulibswscale/x86/yuv2rgb: Fix Segmentation Fault when...
2020-02-24 Linjie Fuswscale: Add swscale input support for Y210LE
2020-02-10 Ting Fulibswscale/x86/yuv2rgb: add ssse3 version
2020-02-09 Gautam Ramakrishnanlibswscale/utils.c: Fix bug #8255
2020-02-05 Ting Fulibswscale/x86/yuv2rgb: Change inline assembly into...
2020-01-22 Michael Niedermayerswscale/input: Fix several invalid shifts related to...
2020-01-22 Michael Niedermayerswscale/output: Fix several invalid shifts in yuv2rgb_f...
2020-01-22 Michael Niedermayerswscale/swscale: Fix several invalid shifts related...
2020-01-06 Carl Eugen HoyosSilence "string-plus-int" warning shown by clang.
2020-01-04 Sebastian Popswscale/aarch64: use multiply accumulate and shift...
2019-12-31 Zhao Zhiliswscale/utils: remove access of AV_PIX_FMT_NB
2019-12-17 Sebastian Popswscale/aarch64: use multiply accumulate and increase...
2019-12-10 Limin Wangswscale/swscale_unscaled: add AV_PIX_FMT_GBRAP10 for...
2019-12-06 Ting Fulibswscale/swscale_unscaled.c: remove redundant code
2019-11-01 Limin Wangswscale/swscale_unscaled: fix gbrap10be md5 different...
2019-10-16 Michael Niedermayerswscale/output: Avoid 64bit in Alpha in yuv2ya16_X_c_te...
2019-10-16 Michael Niedermayerswscale/output: Correct Alpha in yuv2ya16_X_c_template()
2019-10-16 Michael Niedermayerswscale/output: Implement Luma computation from yuv2ya1...
2019-10-04 Daniel Kolesaswscale: Fix AltiVec/VSX build with recent GCC
2019-10-04 Daniel Kolesaswscale: Replace illegal vector keyword usage in altive...
2019-09-28 Andreas Rheinhardtswscale/utils: Fix invalid left shifts of negative...
2019-09-28 Andreas Rheinhardtswscale/x86/swscale: Fix undefined left shifts of negat...
2019-09-27 Limin Wangswscale/swscale: cosmetics
2019-09-26 Paul B Maholswscale/output: fix signed integer overflow for ya16
2019-09-09 Limin Wangswscale/swscale: delete unwanted assignments
2019-09-06 Linjie Fuswscale/output: fix some code indentations
2019-08-13 Chip Kerchnerlsws/ppc/yuv2rgb_altivec: Replace vec_lvsl/vec_perm...
2019-07-21 Michael NiedermayerBump minor versions again on master to keep 4.2 version...
2019-07-21 Michael NiedermayerBump minor versions to separate 4.2 from master
2019-05-13 Michael Niedermayerswscale/tests/swscale: Lengthen pixfmt name buffer...
2019-05-13 Adam Richterlibswcale: Fix possible string overflow in test.
2019-05-12 Philip Langdaleswscale: Add test for isSemiPlanarYUV to pixdesc_query
2019-05-12 Philip Langdaleswscale: Add support for NV24 and NV42
2019-05-07 Lauri Kasanenswscale/ppc: Shorten power8 tests via a var
2019-05-07 Lauri Kasanenswscale/ppc: VSX-optimize hScale16To*
2019-05-07 Lauri Kasanenswscale/ppc: Indent
2019-05-07 Lauri Kasanenswscale/ppc: VSX-optimize hScale8To19
2019-05-02 James AlmerMerge commit 'c4642788e83b0858bca449f9b6e71ddb015dfa5d'
next