| Commit message (Expand) | Author | Age | Files | Lines |
* | swscale: Add swscale input/output support for X2RGB10LE | Fei Wang | 2020-06-12 | 4 | -1/+49 |
* | Bump minor versions after branching 4.3n4.4-dev | Michael Niedermayer | 2020-06-08 | 1 | -1/+1 |
* | Bump minor versions to separate 4.3 from master | Michael Niedermayer | 2020-06-08 | 1 | -2/+2 |
* | swscale: aarch64: Add a NEON implementation of interleaveBytes | Martin Storsjö | 2020-05-15 | 5 | -1/+126 |
* | swscale: arm: fix NEON hscale init | Josh de Kock | 2020-05-15 | 1 | -1/+4 |
* | swscale: fix NEON hscale init | Josh de Kock | 2020-05-15 | 1 | -1/+4 |
* | libswscale: fix for floating point formats, require full chroma | Mark Reid | 2020-05-12 | 1 | -0/+2 |
* | libswscale: add output support for AV_PIX_FMT_GBRAPF32 | Mark Reid | 2020-05-05 | 6 | -15/+177 |
* | libswscale: add input support AV_PIX_FMT_GBRAPF32 | Mark Reid | 2020-05-05 | 2 | -0/+95 |
* | swscale/vscale: Increase type strictness | Andreas Rheinhardt | 2020-04-27 | 1 | -22/+29 |
* | swscale: aarch64: Don't clobber callee-saved registers v8-v15 | Martin Storsjö | 2020-04-21 | 2 | -13/+13 |
* | swscale: aarch64: Avoid using the x18 register | Martin Storsjö | 2020-04-20 | 1 | -4/+4 |
* | swscale/yuv2rgb: Fix vertical dither offset with slices | Michael Niedermayer | 2020-04-12 | 1 | -21/+22 |
* | swscale/output: Fix integer overflow in yuv2rgb_write_full() with out of rang... | Michael Niedermayer | 2020-04-04 | 1 | -3/+3 |
* | swscale/output: Fix integer overflow in alpha computation in yuv2gbrp16_full_... | Michael Niedermayer | 2020-04-04 | 1 | -1/+1 |
* | swscale/swscale: remove useless code | Ruiling Song | 2020-04-03 | 3 | -21/+3 |
* | lsws/input: Do not change transparency range. | Carl Eugen Hoyos | 2020-03-11 | 2 | -4/+4 |
* | libswscale/x86/yuv2rgb: Fix Segmentation Fault when load unaligned data | Ting Fu | 2020-02-26 | 1 | -2/+2 |
* | swscale: Add swscale input support for Y210LE | Linjie Fu | 2020-02-24 | 2 | -0/+25 |
* | libswscale/x86/yuv2rgb: add ssse3 version | Ting Fu | 2020-02-10 | 2 | -16/+167 |
* | libswscale/utils.c: Fix bug #8255 | Gautam Ramakrishnan | 2020-02-09 | 1 | -0/+1 |
* | libswscale/x86/yuv2rgb: Change inline assembly into nasm code | Ting Fu | 2020-02-05 | 5 | -354/+351 |
* | swscale/input: Fix several invalid shifts related to rgb2yuv constants | Michael Niedermayer | 2020-01-22 | 1 | -4/+4 |
* | swscale/output: Fix several invalid shifts in yuv2rgb_full_1_c_template() | Michael Niedermayer | 2020-01-22 | 1 | -4/+4 |
* | swscale/swscale: Fix several invalid shifts related to vChrDrop | Michael Niedermayer | 2020-01-22 | 1 | -2/+2 |
* | Silence "string-plus-int" warning shown by clang. | Carl Eugen Hoyos | 2020-01-06 | 1 | -1/+1 |
* | swscale/aarch64: use multiply accumulate and shift-right narrow | Sebastian Pop | 2020-01-04 | 1 | -20/+12 |
* | swscale/utils: remove access of AV_PIX_FMT_NB | Zhao Zhili | 2019-12-31 | 1 | -4/+4 |
* | swscale/aarch64: use multiply accumulate and increase vector factor to 4 | Sebastian Pop | 2019-12-17 | 1 | -32/+53 |
* | swscale/swscale_unscaled: add AV_PIX_FMT_GBRAP10 for LE and BE conversion wra... | Limin Wang | 2019-12-10 | 1 | -0/+2 |
* | libswscale/swscale_unscaled.c: remove redundant code | Ting Fu | 2019-12-06 | 1 | -2/+0 |
* | swscale/swscale_unscaled: fix gbrap10be md5 different on big endian system | Limin Wang | 2019-11-01 | 1 | -0/+1 |
* | swscale/output: Avoid 64bit in Alpha in yuv2ya16_X_c_template() | Michael Niedermayer | 2019-10-16 | 1 | -2/+3 |
* | swscale/output: Correct Alpha in yuv2ya16_X_c_template() | Michael Niedermayer | 2019-10-16 | 1 | -2/+3 |
* | swscale/output: Implement Luma computation from yuv2ya16_X_c_template() witho... | Michael Niedermayer | 2019-10-16 | 1 | -1/+2 |
* | swscale: Fix AltiVec/VSX build with recent GCC | Daniel Kolesa | 2019-10-04 | 1 | -4/+8 |
* | swscale: Replace illegal vector keyword usage in altivec code | Daniel Kolesa | 2019-10-04 | 2 | -459/+459 |
* | swscale/utils: Fix invalid left shifts of negative numbers | Andreas Rheinhardt | 2019-09-28 | 1 | -1/+1 |
* | swscale/x86/swscale: Fix undefined left shifts of negative numbers | Andreas Rheinhardt | 2019-09-28 | 1 | -2/+2 |
* | swscale/swscale: cosmetics | Limin Wang | 2019-09-27 | 1 | -7/+0 |
* | swscale/output: fix signed integer overflow for ya16 | Paul B Mahol | 2019-09-26 | 1 | -1/+1 |
* | swscale/swscale: delete unwanted assignments | Limin Wang | 2019-09-09 | 1 | -2/+0 |
* | swscale/output: fix some code indentations | Linjie Fu | 2019-09-06 | 1 | -35/+35 |
* | lsws/ppc/yuv2rgb_altivec: Replace vec_lvsl/vec_perm with vec_xl | Chip Kerchner | 2019-08-13 | 1 | -20/+4 |
* | Bump minor versions again on master to keep 4.2 versions separate from mastern4.3-dev | Michael Niedermayer | 2019-07-21 | 1 | -1/+1 |
* | Bump minor versions to separate 4.2 from master | Michael Niedermayer | 2019-07-21 | 1 | -2/+2 |
* | swscale/tests/swscale: Lengthen pixfmt name buffer to 21 bytes | Michael Niedermayer | 2019-05-13 | 1 | -4/+4 |
* | libswcale: Fix possible string overflow in test. | Adam Richter | 2019-05-13 | 1 | -2/+2 |
* | swscale: Add test for isSemiPlanarYUV to pixdesc_query | Philip Langdale | 2019-05-12 | 1 | -0/+1 |
* | swscale: Add support for NV24 and NV42 | Philip Langdale | 2019-05-12 | 8 | -9/+64 |