| Commit message (Expand) | Author | Age | Files | Lines |
* | swscale/yuv2rgb: reindent after previous commit | Ramiro Polla | 2024-06-24 | 1 | -39/+39 |
* | swscale/yuv2rgb: fix yuv422p input in C code | Ramiro Polla | 2024-06-24 | 1 | -32/+196 |
* | swscale/yuv2rgb: add macros to simplify code generation | Ramiro Polla | 2024-06-24 | 1 | -461/+113 |
* | swscale/yuv2rgb: fix conversion for widths not aligned to 8 | Ramiro Polla | 2024-06-24 | 1 | -8/+93 |
* | swscale/yuv2rgb: Use 64bit for brightness computation | Michael Niedermayer | 2024-05-28 | 1 | -1/+1 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -4/+3 |
* | swscale/yuv2rgb: fix sws_getCoefficients for colorspace=0 | Niklas Haas | 2023-11-09 | 1 | -1/+1 |
* | swscale/la: Add yuv2rgb_lasx.c and rgb2rgb_lasx.c files | Hao Chen | 2022-09-10 | 1 | -0/+2 |
* | all: Replace if (ARCH_FOO) checks by #if ARCH_FOO | Andreas Rheinhardt | 2022-06-15 | 1 | -4/+5 |
* | swscale/yuv2rgb: Silence a set-but-unused-variable warning | Andreas Rheinhardt | 2021-12-03 | 1 | -2/+2 |
* | swscale: add input/output support for X2BGR10LE | Manuel Stoeckl | 2021-09-26 | 1 | -3/+6 |
* | swscale/yuv2rgb: fix conversion to X2RGB10 | Manuel Stoeckl | 2021-09-26 | 1 | -1/+1 |
* | avutil/internal, swresample/audioconvert: Remove cpu.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | swscale/yuv2rgb: cosmetics | Limin Wang | 2020-07-25 | 1 | -3/+4 |
* | swscale/yuv2rgb: consider x2rgb10le on big endian hardware | Fei Wang | 2020-07-20 | 1 | -1/+5 |
* | swscale: Add swscale input/output support for X2RGB10LE | Fei Wang | 2020-06-12 | 1 | -0/+22 |
* | swscale/yuv2rgb: Fix vertical dither offset with slices | Michael Niedermayer | 2020-04-12 | 1 | -21/+22 |
* | swscale/yuv2rgb: Return a more specific error code from ff_yuv2rgb_c_init_tab... | Michael Niedermayer | 2019-01-01 | 1 | -1/+1 |
* | lsws/yuv2rgb: Fix yuva2rgb32 on big endian hardware. | Carl Eugen Hoyos | 2017-10-29 | 1 | -0/+8 |
* | swscale: add bt2020 yuv2rgb coefficients. | Ronald S. Bultje | 2016-04-01 | 1 | -3/+6 |
* | swscale: fix bt709 yuv2rgb coefficients. | Ronald S. Bultje | 2016-04-01 | 1 | -2/+2 |
* | sws/yuv2rgb: clarify precision of coeff and offset for mmx code | Clément Bœsch | 2016-02-27 | 1 | -6/+6 |
* | sws/yuv2rgb: avoid a few ub on signed left shifts | Clément Bœsch | 2016-02-27 | 1 | -10/+10 |
* | yuv2rgb: Document the color space coefficients | Vittorio Giovara | 2016-01-19 | 1 | -0/+11 |
* | swscale/yuv2rgb: Factor YUVRGB_TABLE_LUMA_HEADROOM out | Michael Niedermayer | 2016-01-14 | 1 | -44/+45 |
* | swscale/yuv2rgb: Use av_clip_uint8() | Michael Niedermayer | 2015-02-21 | 1 | -2/+2 |
* | Merge commit '1dd797e3c9f179f957316a0becbec048b42df8aa' | Michael Niedermayer | 2015-01-06 | 1 | -7/+11 |
|\ |
|
| * | swscale: check memory allocations | Vittorio Giovara | 2015-01-05 | 1 | -7/+11 |
* | | swscale/yuv2rgb: Fix width % 4 != 0 with bgr4_byte/rgb4_byte | Michael Niedermayer | 2014-12-24 | 1 | -1/+17 |
* | | swscale/yuv2rgb: Fix width % 4 != 0 with bgr4/rgb4 | Michael Niedermayer | 2014-12-24 | 1 | -1/+21 |
* | | swscale/yuv2rgb: fix width % 8 != 0 and rgb/bgr8 output | Michael Niedermayer | 2014-12-24 | 1 | -1/+21 |
* | | Merge commit '880e2aa23645ed9871c66ee1cbd00f93c72d2d73' | Michael Niedermayer | 2014-06-02 | 1 | -2/+0 |
|\| |
|
| * | Remove all Blackfin architecture optimizations | Diego Biurrun | 2014-06-02 | 1 | -2/+0 |
* | | Merge commit 'b4dd424d96f09f9bafb88e47f37df65dc4529143' | Michael Niedermayer | 2014-03-13 | 1 | -2/+0 |
|\| |
|
| * | Remove all SPARC architecture optimizations | Diego Biurrun | 2014-03-13 | 1 | -2/+0 |
* | | swscale/yuv2rgb: clip cy, avoid division by 0 with 0 contrast | Michael Niedermayer | 2013-10-17 | 1 | -4/+4 |
* | | swscale/yuv2rgb: make sure yuvTable is set to NULL after deallocation | Michael Niedermayer | 2013-09-16 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-08-29 | 1 | -6/+6 |
|\| |
|
| * | cosmetics: Place arch initialization calls in alphabetical order | Diego Biurrun | 2013-08-29 | 1 | -6/+6 |
* | | Merge commit '3aa682f25324d811ec284edc808eb71a46eae950' | Michael Niedermayer | 2013-08-29 | 1 | -1/+1 |
|\| |
|
| * | swscale: consistent names for arch-specific acceleration functions | Diego Biurrun | 2013-08-29 | 1 | -1/+1 |
* | | Merge commit 'c2503d9c8ab42ea55922e9f5a10c8bfbbbfeaf19' | Michael Niedermayer | 2013-08-29 | 1 | -2/+2 |
|\| |
|
| * | swscale: ppc: Hide arch-specific initialization details | Diego Biurrun | 2013-08-29 | 1 | -2/+2 |
* | | Merge commit 'a519583991c38d38503ab08357716513facc5725' | Michael Niedermayer | 2013-08-29 | 1 | -2/+2 |
|\| |
|
| * | swscale: x86: Hide arch-specific initialization details | Diego Biurrun | 2013-08-28 | 1 | -2/+2 |
* | | Merge commit 'aa2ba8c99e5708884a56aea9c1d96e014866f8a3' | Michael Niedermayer | 2013-08-16 | 1 | -20/+13 |
|\| |
|
| * | swscale: Move extern declarations for tables to swscale_internal.h | Diego Biurrun | 2013-08-15 | 1 | -13/+8 |
* | | swscale: RGBA64 output | Paul B Mahol | 2013-05-12 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-05-06 | 1 | -6/+6 |
|\| |
|
| * | swscale: Use alpha from the right row in yuva2rgba_c | Martin Storsjö | 2013-05-06 | 1 | -6/+6 |