Re: [FFmpeg-devel] [PATCH v2 0/3] Proper color support in PNG

2023-01-25 Thread Leo Izen
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  

Re: [FFmpeg-devel] [PATCH v2 0/3] Proper color support in PNG

2023-01-24 Thread Leo Izen
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

Re: [FFmpeg-devel] [PATCH v2 0/3] Proper color support in PNG

2023-01-24 Thread Leo Izen
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

[FFmpeg-devel] [PATCH v2 0/3] Proper color support in PNG

2023-01-17 Thread Leo Izen
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