[FFmpeg-cvslog] libavformat/flacenc: reject too big picture blocks

2019-11-01 Thread Mattias Wadman
ffmpeg | branch: master | Mattias Wadman | Wed Oct 30 14:01:28 2019 +0100| [e447a4d112bcfee10126c54eb4481fa8712957c8] | committer: Michael Niedermayer libavformat/flacenc: reject too big picture blocks A too big picture will case the muxer to write a truncated block size (uint24) causing

[FFmpeg-cvslog] lavf/oggparsevorbis: Use case-insensitive key compare for vorbis picture

2020-04-11 Thread Mattias Wadman
ffmpeg | branch: master | Mattias Wadman | Sat Apr 11 12:56:21 2020 +0200| [9d21d18ec3ca2721e989fd4522d19bd90d6ac2db] | committer: Carl Eugen Hoyos lavf/oggparsevorbis: Use case-insensitive key compare for vorbis picture Regression since 8d3630c5402fdda2889fe4f74f7dcdd50ebca654 where keys

[FFmpeg-cvslog] libavformat/flacdec: Workaround for truncated metadata picture size

2020-05-25 Thread Mattias Wadman
ffmpeg | branch: master | Mattias Wadman | Tue May 19 11:27:11 2020 +0200| [af97c9865fe7a48b223e162eabce21cc180f305c] | committer: Anton Khirnov libavformat/flacdec: Workaround for truncated metadata picture size Some flac muxers write truncated metadata picture size if the picture data do

[FFmpeg-cvslog] libavcodec/flac_parser: Validate subframe zero bit and type

2021-10-18 Thread Mattias Wadman
ffmpeg | branch: master | Mattias Wadman | Wed Oct 13 18:15:26 2021 +0200| [49597300e87c5c4b2ca56c5b93930d92f64cdf5b] | committer: Paul B Mahol libavcodec/flac_parser: Validate subframe zero bit and type Reduces the risk of finding false frames that happens to have valid values and CRC

[FFmpeg-cvslog] avfilter/vf_zscale: Add smpte240m transfer option and fix matrix option typo

2022-07-28 Thread Mattias Wadman
ffmpeg | branch: master | Mattias Wadman | Wed Jul 27 16:13:01 2022 +0200| [1ec1a48458923bb393f0013eb2b5951649a82b7e] | committer: Anton Khirnov avfilter/vf_zscale: Add smpte240m transfer option and fix matrix option typo Signed-off-by: Anton Khirnov > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avcodec/h2645_parse: Don't treat 0x000002 as a start code and truncate

2024-02-17 Thread Mattias Wadman
ffmpeg | branch: master | Mattias Wadman | Tue Feb 13 11:17:46 2024 +0100| [78812cd147fa2ab1f0aa3019886c0abe00b7c63a] | committer: Anton Khirnov avcodec/h2645_parse: Don't treat 0x02 as a start code and truncate According to ITU-T H.265 7.4.2.1 this byte sequence should not appear