[FFmpeg-cvslog] avformat/oggenc: don't discard empty packets with no side data

2025-02-19 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Feb 13 19:47:45 2025 -0300| [84d85e7ad4ace228265af0c8c5caccc0730042fd] | committer: James Almer avformat/oggenc: don't discard empty packets with no side data Theora signals "Output last frame again" with an empty packet. To keep the behaviour of 18f2

[FFmpeg-cvslog] avformat/mov: further ensure mov_build_index isn't run twice

2025-02-19 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Feb 13 23:49:20 2025 -0300| [261ec6c35e306d0582f58b6842436839db837822] | committer: James Almer avformat/mov: further ensure mov_build_index isn't run twice If sc->tts_count is not 0, then the sample index has already been built. Fixes: Null-derefere

[FFmpeg-cvslog] avformat/iamf_parse: add missing constrains for num_parameters in audio_element_oub()

2025-02-19 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Feb 17 11:41:24 2025 -0300| [0526535cd58444dd264e810b2f3348b4d96cff3b] | committer: James Almer avformat/iamf_parse: add missing constrains for num_parameters in audio_element_oub() Fixes ticket #11475. Signed-off-by: James Almer > http://git.vide

[FFmpeg-cvslog] avformat/iamf_parse: ensure there's at most one of each parameter types in audio elements

2025-02-19 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Feb 17 11:41:25 2025 -0300| [5470d024e18968b3bdef2b745966f7617f1eb9f2] | committer: James Almer avformat/iamf_parse: ensure there's at most one of each parameter types in audio elements Should prevent potential memory leaks on invalid files. Signed-

[FFmpeg-cvslog] avformat/demux: don't discard empty Theora packets

2025-02-19 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Feb 14 00:14:35 2025 -0300| [6e26f57f672b05e7b8b052007a83aef99dc81ccb] | committer: James Almer avformat/demux: don't discard empty Theora packets Theora signals "Output last frame again" with an empty packet. Finishes fixing ticket #11451. Signed-o

[FFmpeg-cvslog] avcodec/codec_internal: remove unnecessary avcodec.h include

2025-02-19 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Feb 18 12:39:56 2025 -0300| [7e84865cff2d174beede69a2018c0d81c8cc3b02] | committer: James Almer avcodec/codec_internal: remove unnecessary avcodec.h include Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7e848

[FFmpeg-cvslog] avcodec/hevc: Add support for output_corrupt/showall flags

2025-02-19 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Thu Feb 20 11:39:15 2025 +0800| [bc1a3bfd2cbc01ffa386312662af8a014890d861] | committer: Zhao Zhili avcodec/hevc: Add support for output_corrupt/showall flags Also handle gradual decoding refresh stream. Signed-off-by: Zhao Zhili > http://git.videolan.o

[FFmpeg-cvslog] avcodec/hevc: Parse recovery point SEI

2025-02-19 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Thu Jan 23 22:12:09 2025 +0800| [b6652115de64b6dee5a212643280e3c50c169935] | committer: Zhao Zhili avcodec/hevc: Parse recovery point SEI Signed-off-by: Zhao Zhili > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b6652115de64b6dee5a212643280e

[FFmpeg-cvslog] avfilter/libplacebo: use a transparent default fillcolor

2025-02-19 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Mon Feb 17 15:17:20 2025 +0100| [cd81f084917dacaffda3112fee6876501d399898] | committer: Niklas Haas avfilter/libplacebo: use a transparent default fillcolor This will leave the background transparent when the target format contains an alpha channel, witho