[FFmpeg-cvslog] avfilter/libvmaf: mention csv as available log format

2020-08-20 Thread Harry Mallon
ffmpeg | branch: master | Harry Mallon | Thu Aug 20 17:39:27 2020 +0100| [412d63fe72d4398d0ffd271a9bd30c6ac9fc0deb] | committer: Gyan Doshi avfilter/libvmaf: mention csv as available log format Signed-off-by: Harry Mallon Signed-off-by: Gyan Doshi > http://git.videolan.org/gitweb.cgi/ffmpeg

[FFmpeg-cvslog] dnn/native: rename struct ConvolutionalNetwork to NativeModel

2020-08-20 Thread Ting Fu
ffmpeg | branch: master | Ting Fu | Wed Aug 19 21:43:13 2020 +0800| [a6e830ae7fb6d5204e3827ef5180b7ce32586072] | committer: Guo, Yejun dnn/native: rename struct ConvolutionalNetwork to NativeModel Signed-off-by: Ting Fu Reviewed-by: Guo, Yejun > http://git.videolan.org/gitweb.cgi/ffmpeg.git/

[FFmpeg-cvslog] avfilter/formats: Cosmetics

2020-08-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Aug 14 19:21:18 2020 +0200| [b2266961c04eb4cfc3c842e092d3f7198a586719] | committer: Andreas Rheinhardt avfilter/formats: Cosmetics Reviewed-by: Paul B Mahol Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?

[FFmpeg-cvslog] avfilter/formats: Avoid code duplication when merging samplerates

2020-08-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Aug 14 00:18:09 2020 +0200| [363f93460fbce0a2ea073f7f64edc597405982a1] | committer: Andreas Rheinhardt avfilter/formats: Avoid code duplication when merging samplerates Right now, ff_merge_samplerates() contains three instances of the MERGE_RE

[FFmpeg-cvslog] avfilter/formats: Factor checking for mergeability out of ff_merge_*

2020-08-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Aug 14 16:47:01 2020 +0200| [06754f7bbf341062581accc27b5cce353e99fd82] | committer: Andreas Rheinhardt avfilter/formats: Factor checking for mergeability out of ff_merge_* The callers of the ff_merge_*() functions fall into two categories with

[FFmpeg-cvslog] swscale/x86/output: add missing AVX2 support preprocessor wrappers

2020-08-20 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Aug 20 15:14:56 2020 -0300| [621e2625e0e37c41ea813f1113278a79f05f288a] | committer: James Almer swscale/x86/output: add missing AVX2 support preprocessor wrappers Fixes compilation with old yasm Signed-off-by: James Almer > http://git.videolan.org/

[FFmpeg-cvslog] lavfi/vaf_spectrumsynth: switch to activate.

2020-08-20 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Wed Aug 12 19:01:34 2020 +0200| [29e0c30b1c182199db5802ad785a928c0663c352] | committer: Nicolas George lavfi/vaf_spectrumsynth: switch to activate. Preserve the original workings, that does not use frames timestamps and therefore is very fragile. All

[FFmpeg-cvslog] lavfi: remove request_samples.

2020-08-20 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Wed Aug 12 19:17:29 2020 +0200| [03c8fe49ea3f2a2444607e541dff15a1ccd7f0c2] | committer: Nicolas George lavfi: remove request_samples. Filters can use min_samples/max_samples if the number is constant or activate and ff_inlink_consume_samples(). > htt

[FFmpeg-cvslog] lavfi/vf_overlay_qsv: remove needs_fifo.

2020-08-20 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Wed Aug 12 17:22:21 2020 +0200| [7c1fbf7cf3c32b02c53025d2e08fe460b9b275b2] | committer: Nicolas George lavfi/vf_overlay_qsv: remove needs_fifo. It is not relevant when using activate and framesync. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=c

[FFmpeg-cvslog] lavfi: remove needs_fifo.

2020-08-20 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Wed Aug 12 19:13:37 2020 +0200| [4ca1fb9d2a91757c8c4c34dd456abf340e3f765f] | committer: Nicolas George lavfi: remove needs_fifo. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4ca1fb9d2a91757c8c4c34dd456abf340e3f765f --- libavfilter/avf

[FFmpeg-cvslog] avcodec/h2645_parse: always return 0 on successful h{264,evc}_parse_nal_header() calls

2020-08-20 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Aug 12 14:26:50 2020 -0300| [a4d28ea030b210eefaaf144dcdbae4c330c69c4d] | committer: James Almer avcodec/h2645_parse: always return 0 on successful h{264,evc}_parse_nal_header() calls HEVC NALs are no longer being skipped based on their nuh_layer_id v

[FFmpeg-cvslog] avcodec/h2645_parse: reset the H2645NAL type value before parsing a NAL header

2020-08-20 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Aug 12 15:03:52 2020 -0300| [23bbb01077b6e1f623238173be547425159b33bd] | committer: James Almer avcodec/h2645_parse: reset the H2645NAL type value before parsing a NAL header This will prevent reporting a bogus value in the log message when the header

[FFmpeg-cvslog] avcodec/decode: move the ff_decode_frame_props() prototype to the proper header

2020-08-20 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Aug 16 11:43:48 2020 -0300| [c56d787fe3130593ca6e7851569e4e0d3524af04] | committer: James Almer avcodec/decode: move the ff_decode_frame_props() prototype to the proper header Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.gi

[FFmpeg-cvslog] avcodec/h2645_parse: skip empty NAL units earlier

2020-08-20 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Aug 12 14:46:35 2020 -0300| [1e41a9be3402b1cd76ae575488d141a8a0c06d81] | committer: James Almer avcodec/h2645_parse: skip empty NAL units earlier No point in trying to parse nonexistent header bits. Signed-off-by: James Almer > http://git.videolan.

[FFmpeg-cvslog] avformat/libsrt: close listen fd in listener mode

2020-08-20 Thread Nicolas Sugino
ffmpeg | branch: master | Nicolas Sugino | Thu Aug 13 22:18:26 2020 -0300| [86f5fd471d35423e3bd5c9d2bd0076b14124faee] | committer: Marton Balint avformat/libsrt: close listen fd in listener mode In listener mode the first fd is not closed when libsrt_close() is called because it is overwritten

[FFmpeg-cvslog] avformat/siff: Reject audio packets without audio stream

2020-08-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Aug 11 14:41:13 2020 +0200| [8931c55789a69f717b4a6954c5bb7acf5475a134] | committer: Michael Niedermayer avformat/siff: Reject audio packets without audio stream Fixes: Assertion failure Fixes: 24612/clusterfuzz-testcase-minimized-ffmpeg_DEMU

[FFmpeg-cvslog] libavcodec/proresdec2: Setup qmat_chroma according to RDD36

2020-08-20 Thread Harry Mallon
ffmpeg | branch: master | Harry Mallon | Wed Aug 19 21:32:47 2020 +0100| [a606e3b3393dec611f3830d2397651a943280546] | committer: Michael Niedermayer libavcodec/proresdec2: Setup qmat_chroma according to RDD36 Signed-off-by: Harry Mallon Signed-off-by: Michael Niedermayer > http://git.videol

[FFmpeg-cvslog] libavformat/r3d.c: Fix Use-of-uninitialized-value in filename.

2020-08-20 Thread Thierry Foucu
ffmpeg | branch: master | Thierry Foucu | Wed Aug 19 15:51:02 2020 -0700| [36f7b83568764ae73d0c7b3a43f1e3d3df234033] | committer: Michael Niedermayer libavformat/r3d.c: Fix Use-of-uninitialized-value in filename. While reading the filename tag, it may return a EOF and we are still copying the

[FFmpeg-cvslog] lavfi/buffersink: clearly document that the Params struct are unused.

2020-08-20 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Fri Aug 14 10:56:50 2020 +0200| [1f12b7b1d35e9b7f77fee1475883cae357ac50e1] | committer: Nicolas George lavfi/buffersink: clearly document that the Params struct are unused. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1f12b7b1d35e9b7f77

[FFmpeg-cvslog] lavfi/buffersink: add a summary documentation of the API.

2020-08-20 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Fri Aug 14 11:21:39 2020 +0200| [f103731e21e14efbc5efea32f1504eb99f45b10e] | committer: Nicolas George lavfi/buffersink: add a summary documentation of the API. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f103731e21e14efbc5efea32f1504e

[FFmpeg-cvslog] ffplay: do not set redundant channel count on abuffersink.

2020-08-20 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Fri Aug 14 11:25:09 2020 +0200| [973540118a82d1dbaa3d4ae08b7014eb434ef82b] | committer: Nicolas George ffplay: do not set redundant channel count on abuffersink. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=973540118a82d1dbaa3d4ae08b701

[FFmpeg-cvslog] avutil/video_enc_params: fix code comment

2020-08-20 Thread leozhang
ffmpeg | branch: master | leozhang | Thu Aug 13 11:57:05 2020 +0800| [3b7036bc1d3bea6631088b58a6dc6399aad157e3] | committer: Steven Liu avutil/video_enc_params: fix code comment Reviewed-by: Zhao Zhili Signed-off-by: leozhang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3b7036

[FFmpeg-cvslog] lavc/libkvazaar: export encoded frame stats

2020-08-20 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun Jul 26 10:43:10 2020 +0800| [d5abb11738a3897681f5e1205659e0054180efe4] | committer: Jun Zhao lavc/libkvazaar: export encoded frame stats Export choosen pict_type and qp. Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi