[FFmpeg-cvslog] libavformat/dashenc: Enable HTTP persistent connections for dashenc_delete_file

2023-01-12 Thread Basel Sayeh
ffmpeg | branch: master | Basel Sayeh | Sat Jan 7 03:23:11 2023 +0300| [6161eacc748e255fee5af0e1d56845afc27b2e7f] | committer: Steven Liu libavformat/dashenc: Enable HTTP persistent connections for dashenc_delete_file Removed the unnecessary calls to ff_format_io_close this patch introduced i

[FFmpeg-cvslog] libavformat/hlsenc: Enable HTTP persistent connections for hls_delete_file

2023-01-12 Thread Basel Sayeh
ffmpeg | branch: master | Basel Sayeh | Sat Jan 7 03:15:40 2023 +0300| [77ad210fba745db0a151d0da5898c9056cb8bf97] | committer: Steven Liu libavformat/hlsenc: Enable HTTP persistent connections for hls_delete_file Removed the unnecessary calls to ff_format_io_close this patch introduced in hls

[FFmpeg-cvslog] avformat/movenc: Add loop parameter to animated AVIF

2023-01-12 Thread Vignesh Venkatasubramanian
ffmpeg | branch: master | Vignesh Venkatasubramanian | Thu Jan 12 12:45:45 2023 -0800| [54c488223b8dd76d3f5b8019797af9fbe6c920e5] | committer: Zhao Zhili avformat/movenc: Add loop parameter to animated AVIF The HEIF specification permits specifying the looping behavior of animated sequences by

[FFmpeg-cvslog] avformat/movenc: Add movie_timescale option to AVIF

2023-01-12 Thread Vignesh Venkatasubramanian
ffmpeg | branch: master | Vignesh Venkatasubramanian | Wed Jan 4 14:16:18 2023 -0800| [f2b175087197e983ac13e4c8c554b1b2f42612e0] | committer: Zhao Zhili avformat/movenc: Add movie_timescale option to AVIF Allow specifying the movie_timescale options to AVIF ouptut. This also makes sure that

[FFmpeg-cvslog] avcodec/bonk: Avoid undefined overflow in quant

2023-01-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Nov 5 19:57:21 2022 +0100| [977028f9f4f40efcac3ec9d6c226349dd0020b90] | committer: Michael Niedermayer avcodec/bonk: Avoid undefined overflow in quant Fixes: signed integer overflow: -2889074 * 2048 cannot be represented in type 'int' Fixes

[FFmpeg-cvslog] avcodec/sgidec: do not forget the number of components in read_uncompressed_sgi()

2023-01-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jan 12 00:16:01 2023 +0100| [9f0602a717c3939529bfe49734f3d8029dc36625] | committer: Michael Niedermayer avcodec/sgidec: do not forget the number of components in read_uncompressed_sgi() Fixes: out of array access Fixes: 48567/clusterfuzz-te

[FFmpeg-cvslog] avcodec/bonk: Check ntaps against buffer size

2023-01-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jan 11 21:07:13 2023 +0100| [8e58d20e1091f58287f430299edabc2f9a9b0c4b] | committer: Michael Niedermayer avcodec/bonk: Check ntaps against buffer size Fixes: out of array read Fixes: 48567/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_BON

[FFmpeg-cvslog] avformat/nsvdec: add support for STARDIVA format

2023-01-12 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Jan 9 01:57:29 2023 +0100| [fc263f073ed3cb4082194b594ffeb4dfce6a2c5d] | committer: Paul B Mahol avformat/nsvdec: add support for STARDIVA format > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fc263f073ed3cb4082194b594ffeb4dfce6a2c5d ---