[FFmpeg-devel] [PATCH v2 0/3] Proper color support in PNG
Leo Izen
leo.izen at gmail.com
Wed Jan 25 15:40:10 EET 2023
On 1/24/23 16:25, Leo Izen wrote:
> On 1/24/23 09:02, Leo Izen wrote:
>> On 1/17/23 13:50, Leo Izen wrote:
>>> This series of patches fixes our incorrect cHRM handling
>>> in PNGs and properly supports sRGB and cICP chunks in PNGs
>>> as well.
>>>
>>> Leo Izen (3):
>>> avcodec/png: use libavutil/csp.h for cHRM chunks
>>> avcodec/pngdec: support decoding sRGB chunks
>>> avcodec/png: support cICP chunks
>>>
>>> libavcodec/pngdec.c | 87 +++++++++++++++++++++++++++---------
>>> libavcodec/pngenc.c | 61 ++++++++++---------------
>>> tests/ref/fate/png-icc | 2 +-
>>> tests/ref/fate/png-side-data | 13 +-----
>>> 4 files changed, 92 insertions(+), 71 deletions(-)
>>>
>>
>> Bumping for review, thanks.
>>
>> -Leo Izen (thebombzen)
>
> Got a LGTM from haasn on IRC, will push soon-ish
>
> - Leo Izen (thebombzen)
Pushed.
- Leo Izen (thebombzen)
More information about the ffmpeg-devel
mailing list