[FFmpeg-cvslog] avcodec/mlpenc: stop returning packets with no data

2021-09-05 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Sep 5 11:36:50 2021 +0200| [036d94da43d09d3e9c312b7c3f6707212de804df] | committer: Paul B Mahol avcodec/mlpenc: stop returning packets with no data > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=036d94da43d09d3e9c312b7c3f6707212de804df

[FFmpeg-cvslog] avcodec/mlpenc: remove not needed buf_size checks

2021-09-05 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Sep 5 11:42:30 2021 +0200| [d8863013a8ba8967b88c706133ef41cb6ed544cb] | committer: Paul B Mahol avcodec/mlpenc: remove not needed buf_size checks > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d8863013a8ba8967b88c706133ef41cb6ed544cb --

[FFmpeg-cvslog] avcodec/mlpenc: fix indentation

2021-09-05 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Sep 5 11:38:01 2021 +0200| [85b9b9695775156c3ade9860ceca7fc9d408ae3f] | committer: Paul B Mahol avcodec/mlpenc: fix indentation > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=85b9b9695775156c3ade9860ceca7fc9d408ae3f --- libavcodec/mlp

[FFmpeg-cvslog] Revert "ffmpeg: force 128k default audio bitrate if nothing is specified and there is no specific default"

2021-09-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Sep 1 14:28:03 2021 +0200| [5312208f1274683610d1b677517b953603f48d2b] | committer: Andreas Rheinhardt Revert "ffmpeg: force 128k default audio bitrate if nothing is specified and there is no specific default" This reverts commit 628a73f8f376

[FFmpeg-cvslog] fftools/cmdutils: Use %c, not %s to write a single char

2021-09-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Sep 1 15:46:09 2021 +0200| [b36b703c29a6cad8c01ea5a5867a709791324eff] | committer: Andreas Rheinhardt fftools/cmdutils: Use %c, not %s to write a single char Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/

[FFmpeg-cvslog] avcodec/mlpenc: fix removal of packet timestamp/size from queue

2021-09-05 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Sep 5 12:10:11 2021 +0200| [4ca9877b91e58336a5fdababb7ccfe8399f17938] | committer: Paul B Mahol avcodec/mlpenc: fix removal of packet timestamp/size from queue > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4ca9877b91e58336a5fdababb7ccf

[FFmpeg-cvslog] doc/muxers: add entry for OBU muxer

2021-09-05 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Sun Sep 5 16:19:02 2021 +0530| [a947098558ea33f4709af7d762b164c341cf5f34] | committer: Gyan Doshi doc/muxers: add entry for OBU muxer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a947098558ea33f4709af7d762b164c341cf5f34 --- doc/muxers.tex

[FFmpeg-cvslog] avcodec/mlpenc: use av_shrink_packet()

2021-09-05 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Sep 5 14:08:08 2021 +0200| [ac29cec312b7efc2f3cc59a84515ceb4356406f3] | committer: Paul B Mahol avcodec/mlpenc: use av_shrink_packet() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ac29cec312b7efc2f3cc59a84515ceb4356406f3 --- libavco

[FFmpeg-cvslog] avcodec/mlpenc: remove no more needed goto

2021-09-05 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Sep 5 14:03:16 2021 +0200| [cfc491bf449a9ed66afbba7bad5dad09f611c5a7] | committer: Paul B Mahol avcodec/mlpenc: remove no more needed goto > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cfc491bf449a9ed66afbba7bad5dad09f611c5a7 --- lib

[FFmpeg-cvslog] avcodec/mlpenc: stop using hardcoded value

2021-09-05 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Sep 5 15:00:14 2021 +0200| [5852bb6b4be9f9a011de93f0272a55fc4c82dd57] | committer: Paul B Mahol avcodec/mlpenc: stop using hardcoded value > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5852bb6b4be9f9a011de93f0272a55fc4c82dd57 --- lib

[FFmpeg-cvslog] avcodec/mlpenc: remove frame_size array from private context

2021-09-05 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Sep 5 15:23:37 2021 +0200| [3ea0171ea3ef374f9468805ec27b37b29f0dd47c] | committer: Paul B Mahol avcodec/mlpenc: remove frame_size array from private context It is supposed to be used with different bit depth and/or sample rates per each substream, b

[FFmpeg-cvslog] avcodec/mlp: move sync defines to common header

2021-09-05 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Sep 5 18:10:53 2021 +0200| [0c87b43c6cd45a66c54134026d2f2cf823df4c7d] | committer: Paul B Mahol avcodec/mlp: move sync defines to common header > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0c87b43c6cd45a66c54134026d2f2cf823df4c7d ---

[FFmpeg-cvslog] avcodec/xpmdec: Move allocations down after more error checks

2021-09-05 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Sep 3 18:54:08 2021 +0200| [e58692837c20c8484a23cd9beb63ac422f82458a] | committer: Michael Niedermayer avcodec/xpmdec: Move allocations down after more error checks Fixes: Timeout Fixes: 37035/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_

[FFmpeg-cvslog] avcodec/argo: Move U, fix shift

2021-09-05 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Sep 3 17:12:53 2021 +0200| [26659fe53ee9e51dc06ea2384321cc18229f5768] | committer: Michael Niedermayer avcodec/argo: Move U, fix shift Fixes: left shift of 255 by 24 places cannot be represented in type 'int' Fixes: 37249/clusterfuzz-testca

[FFmpeg-cvslog] avcodec/apedec: Fix 2 integer overflows in filter_3800()

2021-09-05 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Sep 4 19:55:28 2021 +0200| [33feb527fff9bf547c4118147434869875cf0c3d] | committer: Michael Niedermayer avcodec/apedec: Fix 2 integer overflows in filter_3800() Fixes: signed integer overflow: 1683879955 - -466265224 cannot be represented in

[FFmpeg-cvslog] avcodec/jpeg2000dec: Check that atom header is within bytsetream

2021-09-05 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Sep 5 21:00:38 2021 +0200| [3c659f861856d751fe3aa1358b1cccff3117f948] | committer: Michael Niedermayer avcodec/jpeg2000dec: Check that atom header is within bytsetream Fixes: Infinite loop Fixes: 3/clusterfuzz-testcase-minimized-ffmpeg_

[FFmpeg-cvslog] ffmpeg: fix order between field order autodetection and override

2021-09-05 Thread Jan Ekström
ffmpeg | branch: release/4.4 | Jan Ekström | Mon Jul 19 23:25:28 2021 +0300| [926d8b844fee222cb68dfd393273d7876a84e088] | committer: Jan Ekström ffmpeg: fix order between field order autodetection and override Having the override before autodetection meant that the overridden value got overwri

[FFmpeg-cvslog] avfilter/vf_scale: reset color matrix in case of identity & non-RGB

2021-09-05 Thread Jan Ekström
ffmpeg | branch: release/4.4 | Jan Ekström | Sun Aug 22 23:28:55 2021 +0300| [ae057cec10b454da6ad5e2891d6898c8f0f787ca] | committer: Jan Ekström avfilter/vf_scale: reset color matrix in case of identity & non-RGB Fixes passing through mismatching metadata from the input side when RGB input (fr

[FFmpeg-cvslog] avfilter/vf_scale: set the RGB matrix coefficients in case of RGB

2021-09-05 Thread Jan Ekström
ffmpeg | branch: release/4.4 | Jan Ekström | Sun Aug 29 00:38:29 2021 +0300| [b1f2d203c0232dcb861f795e8958ed43b4da21da] | committer: Jan Ekström avfilter/vf_scale: set the RGB matrix coefficients in case of RGB This fixes the passing through of non-RGB matrix from input to output when conversi