[FFmpeg-cvslog] dnn/openvino: add log error message

2020-08-30 Thread Ting Fu
ffmpeg | branch: master | Ting Fu | Thu Aug 27 12:17:21 2020 +0800| [74358ff4a446157791daf9220e552c9604bc3eb3] | committer: Guo, Yejun dnn/openvino: add log error message Signed-off-by: Ting Fu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=74358ff4a446157791daf9220e552c9604bc3eb

[FFmpeg-cvslog] dnn/tensorflow: add log error message

2020-08-30 Thread Ting Fu
ffmpeg | branch: master | Ting Fu | Thu Aug 27 12:17:22 2020 +0800| [4a11a6f4ccc7c56ccc82adf0c3ab4054d4c22d1e] | committer: Guo, Yejun dnn/tensorflow: add log error message Signed-off-by: Ting Fu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4a11a6f4ccc7c56ccc82adf0c3ab4054d4c22

[FFmpeg-cvslog] avfilter/src_movie: Avoid intermediate buffer for writing string

2020-08-30 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Aug 22 04:08:15 2020 +0200| [a97d8469a64b9416ad4f92ce503ad219470cbe7b] | committer: Andreas Rheinhardt avfilter/src_movie: Avoid intermediate buffer for writing string Reviewed-by: Paul B Mahol Reviewed-by: Nicolas George Signed-off-by: Andr

[FFmpeg-cvslog] avcodec/roqvideodec: Move transient GetByteContext to the stack

2020-08-30 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Aug 30 14:06:11 2020 +0200| [a067d449558ac4ff69b53c7e09fdd6396d6f7c0c] | committer: Andreas Rheinhardt avcodec/roqvideodec: Move transient GetByteContext to the stack This avoids keeping potentially dangling pointers in the context, beautifies

[FFmpeg-cvslog] avcodec/roqvideodec: Remove set-but-unused frame stats

2020-08-30 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Aug 30 14:20:18 2020 +0200| [e6c5102fb472395681e227759caae05c5541bcf9] | committer: Andreas Rheinhardt avcodec/roqvideodec: Remove set-but-unused frame stats Reviewed-by: Paul B Mahol Signed-off-by: Andreas Rheinhardt > http://git.videolan.

[FFmpeg-cvslog] avcodec/cdxl: also mark decoded frame as keyframe

2020-08-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Aug 31 00:07:18 2020 +0200| [72942ad6d4b243389d84e7e95641152ad9148bd9] | committer: Paul B Mahol avcodec/cdxl: also mark decoded frame as keyframe > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=72942ad6d4b243389d84e7e95641152ad9148bd9 --

[FFmpeg-cvslog] avcodec/qpeg: reduce unnecessary size of tables

2020-08-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Aug 30 23:49:11 2020 +0200| [ef46de695f1f54ec1025ec20c07b25685787d956] | committer: Paul B Mahol avcodec/qpeg: reduce unnecessary size of tables > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ef46de695f1f54ec1025ec20c07b25685787d956 ---

[FFmpeg-cvslog] avcodec/cfhd: Replace a few literal numbers by named constants

2020-08-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Aug 29 21:45:54 2020 +0200| [2359656da2e5a8a191e49fdc667d04c16ff0ea7b] | committer: Michael Niedermayer avcodec/cfhd: Replace a few literal numbers by named constants Reviewed-by: Paul B Mahol Signed-off-by: Michael Niedermayer > http://gi

[FFmpeg-cvslog] avcodec/aacdec_template: Initialize `layout_map` on declaration

2020-08-30 Thread Xiaohan Wang
ffmpeg | branch: master | Xiaohan Wang | Fri Aug 28 12:51:19 2020 -0700| [b54c7797c515dd050a39d8d00e75eab726c3c7c3] | committer: Michael Niedermayer avcodec/aacdec_template: Initialize `layout_map` on declaration Without this change, it'll cause use-of-uninitialized-variable error. Signed-off

[FFmpeg-cvslog] libavcodec/jpeg2000: Make tag tree functions non static

2020-08-30 Thread Gautam Ramakrishnan
ffmpeg | branch: master | Gautam Ramakrishnan | Fri Aug 28 00:33:33 2020 +0530| [87567fc398a8a35536c7df0378eecb86dcb6fbf9] | committer: Michael Niedermayer libavcodec/jpeg2000: Make tag tree functions non static This patch makes the tag_tree_zero() and tag_tree_size() functions non static and

[FFmpeg-cvslog] libavcodec/j2kenc: Fix tag tree coding

2020-08-30 Thread Gautam Ramakrishnan
ffmpeg | branch: master | Gautam Ramakrishnan | Fri Aug 28 00:33:34 2020 +0530| [3c06045a8b584a8d569547c2f4d108588cce6a37] | committer: Michael Niedermayer libavcodec/j2kenc: Fix tag tree coding The implementation of tag tree encoding was incorrect. However, this error was not visible as the c

[FFmpeg-cvslog] avcodec/cfhd: Check transform type

2020-08-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Aug 28 00:17:41 2020 +0200| [659658d08bb2e7219001795c78efd24f381446e2] | committer: Michael Niedermayer avcodec/cfhd: Check transform type Fixes: out of array access Fixes: 24823/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_CFHD_fuzzer-

[FFmpeg-cvslog] libavcodec/jpeg2000: fix tag tree reset

2020-08-30 Thread Gautam Ramakrishnan
ffmpeg | branch: master | Gautam Ramakrishnan | Fri Aug 28 00:33:36 2020 +0530| [341064d68a134e2fb3dd35f8f5b50c6df8506c10] | committer: Michael Niedermayer libavcodec/jpeg2000: fix tag tree reset The implementation of the tag tree did not set the correct reset value for the encoder. This lead

[FFmpeg-cvslog] adtsenc: Add ability to write MPEG2 ID

2020-08-30 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Sat Aug 29 13:57:13 2020 +0200| [ff4cc8c65458eb4494a0a1a8ff136dcf85a0f4d0] | committer: Michael Niedermayer adtsenc: Add ability to write MPEG2 ID Reviewed-by: Kieran Kunhya Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] libavcodec/j2kenc: Support for multiple layers

2020-08-30 Thread Gautam Ramakrishnan
ffmpeg | branch: master | Gautam Ramakrishnan | Fri Aug 28 00:33:35 2020 +0530| [f0e33119e4fa1cf1705c16affa5daa6f0b487b48] | committer: Michael Niedermayer libavcodec/j2kenc: Support for multiple layers This patch allows setting a compression ratio and to set multiple layers. The user has to i

[FFmpeg-cvslog] avcodec/mpegvideo_enc: Replace some s->avctx by avctx

2020-08-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Aug 25 21:31:57 2020 +0200| [a0f20c3b3f197f1655a2e11c25c4f3332bc9c9a5] | committer: Michael Niedermayer avcodec/mpegvideo_enc: Replace some s->avctx by avctx Fixes issue reported by: Xu Guangxin Original report: Steps to reproduce: 1. ./conf

[FFmpeg-cvslog] avfilter/vf_xfade: fix excessive number of queued frames

2020-08-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Aug 30 11:07:51 2020 +0200| [60796d22f9a74625bcb823c50b2406cd764726d5] | committer: Paul B Mahol avfilter/vf_xfade: fix excessive number of queued frames Also do not abort in some cases too early when transition is over. Fixes #8823. > http://git.v