[FFmpeg-cvslog] avcodec/pngdec: avoid hard failure on illegal sBIT chunks

2025-02-09 Thread Leo Izen
ffmpeg | branch: master | Leo Izen | Mon Feb 3 22:22:24 2025 -0500| [3fca5877d0341578eb4cb23ba74b71c8637f81a0] | committer: Leo Izen avcodec/pngdec: avoid hard failure on illegal sBIT chunks If a malformed chunk like sBIT appears but otherwise the stream is still parseable, we should print a w

[FFmpeg-cvslog] avcodec/hw_base_encode: log the readable error message on failure

2025-02-09 Thread Marth64
ffmpeg | branch: master | Marth64 | Mon Feb 3 15:10:02 2025 -0600| [0ae5b1bfcca7fbf179e6bebdc020f8372fcbc8c1] | committer: Marth64 avcodec/hw_base_encode: log the readable error message on failure Currently, if there is a hardware encode failure, the numeric error code will be printed making i

[FFmpeg-cvslog] avformat/mpeg: demux ivtv captions

2025-02-09 Thread Scott Theisen
ffmpeg | branch: master | Scott Theisen | Sat Dec 14 17:00:23 2024 -0500| [e838e6cbe2d8ab4ad9cea85e04e545ff27e97bdb] | committer: Marth64 avformat/mpeg: demux ivtv captions The packets start 'IVT0' or 'ivt0' ('I' = 0x49, 'i' = 0x69). Signed-off-by: Marth64 > http://git.videolan.org/gitweb.c

[FFmpeg-cvslog] avcodec: add AV_CODEC_ID_IVTV_VBI

2025-02-09 Thread Scott Theisen
ffmpeg | branch: master | Scott Theisen | Sat Dec 14 17:00:22 2024 -0500| [9fb806fa57731690852dfb9ac2a0ae4ad5692fbf] | committer: Marth64 avcodec: add AV_CODEC_ID_IVTV_VBI IVTV, a Linux driver for TV tuners, and V4L2 utilize a coding named after IVTV to carry sliced VBI data in MPEG streams pr