summaryrefslogtreecommitdiff
path: root/libswscale/yuv2rgb.c
Commit message (Expand)AuthorAge
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-15
* swscale/yuv2rgb: Silence a set-but-unused-variable warningAndreas Rheinhardt2021-12-03
* swscale: add input/output support for X2BGR10LEManuel Stoeckl2021-09-26
* swscale/yuv2rgb: fix conversion to X2RGB10Manuel Stoeckl2021-09-26
* avutil/internal, swresample/audioconvert: Remove cpu.h inclusionsAndreas Rheinhardt2021-07-22
* swscale/yuv2rgb: cosmeticsLimin Wang2020-07-25
* swscale/yuv2rgb: consider x2rgb10le on big endian hardwareFei Wang2020-07-20
* swscale: Add swscale input/output support for X2RGB10LEFei Wang2020-06-12
* swscale/yuv2rgb: Fix vertical dither offset with slicesMichael Niedermayer2020-04-12
* swscale/yuv2rgb: Return a more specific error code from ff_yuv2rgb_c_init_tab...Michael Niedermayer2019-01-01
* lsws/yuv2rgb: Fix yuva2rgb32 on big endian hardware.Carl Eugen Hoyos2017-10-29
* swscale: add bt2020 yuv2rgb coefficients.Ronald S. Bultje2016-04-01
* swscale: fix bt709 yuv2rgb coefficients.Ronald S. Bultje2016-04-01
* sws/yuv2rgb: clarify precision of coeff and offset for mmx codeClément Bœsch2016-02-27
* sws/yuv2rgb: avoid a few ub on signed left shiftsClément Bœsch2016-02-27
* yuv2rgb: Document the color space coefficientsVittorio Giovara2016-01-19
* swscale/yuv2rgb: Factor YUVRGB_TABLE_LUMA_HEADROOM outMichael Niedermayer2016-01-14
* swscale/yuv2rgb: Use av_clip_uint8()Michael Niedermayer2015-02-21
* Merge commit '1dd797e3c9f179f957316a0becbec048b42df8aa'Michael Niedermayer2015-01-06
|\
| * swscale: check memory allocationsVittorio Giovara2015-01-05
* | swscale/yuv2rgb: Fix width % 4 != 0 with bgr4_byte/rgb4_byteMichael Niedermayer2014-12-24
* | swscale/yuv2rgb: Fix width % 4 != 0 with bgr4/rgb4Michael Niedermayer2014-12-24
* | swscale/yuv2rgb: fix width % 8 != 0 and rgb/bgr8 outputMichael Niedermayer2014-12-24
* | Merge commit '880e2aa23645ed9871c66ee1cbd00f93c72d2d73'Michael Niedermayer2014-06-02
|\|
| * Remove all Blackfin architecture optimizationsDiego Biurrun2014-06-02
* | Merge commit 'b4dd424d96f09f9bafb88e47f37df65dc4529143'Michael Niedermayer2014-03-13
|\|
| * Remove all SPARC architecture optimizationsDiego Biurrun2014-03-13
* | swscale/yuv2rgb: clip cy, avoid division by 0 with 0 contrastMichael Niedermayer2013-10-17
* | swscale/yuv2rgb: make sure yuvTable is set to NULL after deallocationMichael Niedermayer2013-09-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-08-29
|\|
| * cosmetics: Place arch initialization calls in alphabetical orderDiego Biurrun2013-08-29
* | Merge commit '3aa682f25324d811ec284edc808eb71a46eae950'Michael Niedermayer2013-08-29
|\|
| * swscale: consistent names for arch-specific acceleration functionsDiego Biurrun2013-08-29
* | Merge commit 'c2503d9c8ab42ea55922e9f5a10c8bfbbbfeaf19'Michael Niedermayer2013-08-29
|\|
| * swscale: ppc: Hide arch-specific initialization detailsDiego Biurrun2013-08-29
* | Merge commit 'a519583991c38d38503ab08357716513facc5725'Michael Niedermayer2013-08-29
|\|
| * swscale: x86: Hide arch-specific initialization detailsDiego Biurrun2013-08-28
* | Merge commit 'aa2ba8c99e5708884a56aea9c1d96e014866f8a3'Michael Niedermayer2013-08-16
|\|
| * swscale: Move extern declarations for tables to swscale_internal.hDiego Biurrun2013-08-15
* | swscale: RGBA64 outputPaul B Mahol2013-05-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-06
|\|
| * swscale: Use alpha from the right row in yuva2rgba_cMartin Storsjö2013-05-06
* | Merge commit '6c5eac9a603a91a707d030d96ba97e2ef6b3ce50'Michael Niedermayer2013-05-06
|\|
| * swscale: Remove unnecessary backslashesMartin Storsjö2013-05-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-10
|\|
| * sws: disable yuv2rgb warning for planar rgb.Michael Niedermayer2013-02-09
* | sws: disable yuv2rgb warning for planar rgb.Michael Niedermayer2013-01-26
* | yuv2rgb: fix integer overflow in fill_gv_table()Michael Niedermayer2012-10-24
* | yuv2rgb: fix integer overflow in fill_tableMichael Niedermayer2012-10-24
* | yuv2rgb: fix declared array sizes, so they match actuals.Michael Niedermayer2012-10-11