On 2/4/24 04:35, Leo Izen wrote: > This adds support for cLLi and mDVc chunks in the PNG specification[1]. > > [1]: https://www.w3.org/TR/png-3/ > > Changes from v1: > - fix regression in cHRM writing, causing fate failure > > Leo Izen (2): > avcodec/pngdec: read cLLi and mDVc chunks > avcodec/pngenc: write cLLi and mDVc chunks > > libavcodec/pngdec.c | 63 +++++++++++++++++++++++++++++++++++++++++++++ > libavcodec/pngenc.c | 32 ++++++++++++++++++++--- > 2 files changed, 92 insertions(+), 3 deletions(-) > Will apply soon. - Leo Izen (Traneptora)