mbox series

[FFmpeg-devel,0/2] PNG cLLi and mDVc chunk support

Message ID 20240203022819.726562-1-leo.izen@gmail.com
Headers show
Series PNG cLLi and mDVc chunk support | expand

Message

Leo Izen Feb. 3, 2024, 2:28 a.m. UTC
This adds support for cLLi and mDVc chunks in the PNG specification[1].

[1]: https://www.w3.org/TR/png-3/


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(-)