[FFmpeg-devel] [PATCH v3 0/2] PNG sBIT chunk support

Leo Izen leo.izen at gmail.com
Tue Mar 28 19:24:12 EEST 2023


On 3/21/23 23:26, Leo Izen wrote:
> Add support to the PNG decoder and encoder to support sBIT chunks,
> by using AVCodecContext->bits_per_raw_sample.
> 
> Changes from v2:
> - Added chunk size check to make sure there's enough bytes left
> 
> Leo Izen (2):
>    avcodec/pngdec: support sBIT chunks
>    avcodec/pngenc: write sBIT chunks
> 
>   libavcodec/pngdec.c | 48 +++++++++++++++++++++++++++++++++++++++++++++
>   libavcodec/pngenc.c |  6 ++++++
>   2 files changed, 54 insertions(+)
> 

If there's no further objections I'll push this in ~3 days or so.

- Leo Izen (thebombzen)


More information about the ffmpeg-devel mailing list