[FFmpeg-cvslog] lavc/libaomdec: fix build with 1.0.0

2021-04-17 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Apr 17 16:12:30 2021 +0200| [d43b26b30dabc6004142b86a87c1d6730735b11c] | committer: Anton Khirnov lavc/libaomdec: fix build with 1.0.0 aom_codec_frame_flags_t in libaom 1.0.0 is defined in aom_encoder.h, whereas for newer versions it was moved to a

[FFmpeg-cvslog] lavu/detection_bbox.h: use AV_NUM_DETECTION_BBOX_CLASSIFY to replace AV_NUM_BBOX_CLASSIFY

2021-04-17 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Sat Apr 17 19:59:34 2021 +0800| [0c7aef84a00a7114aa7da6ee38e5575eb05590b5] | committer: Guo, Yejun lavu/detection_bbox.h: use AV_NUM_DETECTION_BBOX_CLASSIFY to replace AV_NUM_BBOX_CLASSIFY > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0c7ae

[FFmpeg-cvslog] avformat/utils: Combine identical statements

2021-04-17 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Apr 14 21:56:50 2021 +0200| [a10c47acc29e5dc2c6b5278d0dcef225865f6341] | committer: Andreas Rheinhardt avformat/utils: Combine identical statements This would only make a difference in case the first attempt to initialize the encoder failed an

[FFmpeg-cvslog] avcodec/jpeglsdec: Don't allocate+free JPEGLSState for every frame

2021-04-17 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Apr 14 21:24:33 2021 +0200| [9b3c46a081a9f01559082bf7a154fc6be1e06c18] | committer: Andreas Rheinhardt avcodec/jpeglsdec: Don't allocate+free JPEGLSState for every frame Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/

[FFmpeg-cvslog] avformat/matroskaenc: Remove unnecessary function calls

2021-04-17 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Apr 14 20:00:12 2021 +0200| [5627da3555ecbf6fbfd98d045abbc7b63bc98fce] | committer: Andreas Rheinhardt avformat/matroskaenc: Remove unnecessary function calls ffio_fill() is used when initially writing unknown length elements; yet it can happe

[FFmpeg-cvslog] avformat/wavdec: Fix reading files with id3v2 apic before fmt tag

2021-04-17 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Apr 16 20:53:55 2021 +0200| [e1f41b4fdc5d3e8813d8f9d4d81899bd4e6df31b] | committer: Andreas Rheinhardt avformat/wavdec: Fix reading files with id3v2 apic before fmt tag Up until now the cover images will get the stream index 0 in this case, vi

[FFmpeg-cvslog] avformat/webm_chunk: Use ff_stream_encode_params_copy()

2021-04-17 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Apr 13 18:27:10 2021 +0200| [3651d6f276da32fcff8f7e6cb13513661e3c7bbc] | committer: Andreas Rheinhardt avformat/webm_chunk: Use ff_stream_encode_params_copy() It is simpler and more complete (e.g. it copies the framerate information which allo

[FFmpeg-cvslog] avformat/id3v2: Don't reverse the order of id3v2 APICs

2021-04-17 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Apr 13 01:24:03 2021 +0200| [8068f2fcf33722875907e2fe25e81e1f05b1a476] | committer: Andreas Rheinhardt avformat/id3v2: Don't reverse the order of id3v2 APICs When parsing ID3v2 tags, special (non-text) metadata is not applied directly and unco

[FFmpeg-cvslog] avformat/segment: Use ff_stream_encode_params_copy()

2021-04-17 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Apr 15 21:46:43 2021 +0200| [a74428921f8bfb33cbe0340bfd810b6945e432d2] | committer: Andreas Rheinhardt avformat/segment: Use ff_stream_encode_params_copy() It is simpler and more complete (e.g. it copies the id). Signed-off-by: Andreas Rheinh

[FFmpeg-cvslog] avformat/aiffenc: Avoid seek when writing id3v2 tags at the end

2021-04-17 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Apr 10 02:19:05 2021 +0200| [9f834a1ac1dfb8e61b1edbaa57c880518abb0f17] | committer: Andreas Rheinhardt avformat/aiffenc: Avoid seek when writing id3v2 tags at the end Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] avformat/aiffenc: Remove always-false check

2021-04-17 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Apr 10 02:01:41 2021 +0200| [a4869bf029fdb49a9cb6643d37a4cb081d6d443c] | committer: Andreas Rheinhardt avformat/aiffenc: Remove always-false check write_header() already checks that there are only video tracks besides the one audio track. Sig

[FFmpeg-cvslog] fate/id3v2: Add test for id3v2 chapters

2021-04-17 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Apr 12 20:38:24 2021 +0200| [b0afa10c8cf590907a93f1a6a9c49e73d78c3649] | committer: Andreas Rheinhardt fate/id3v2: Add test for id3v2 chapters Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b0af

[FFmpeg-cvslog] fate/cover-art: Add test for writing id3v2 tags and apic with AIFF/MP3

2021-04-17 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Apr 10 21:20:00 2021 +0200| [2f4ef9cbdfad716bcf1b4d4c99161e23b7cf24f0] | committer: Andreas Rheinhardt fate/cover-art: Add test for writing id3v2 tags and apic with AIFF/MP3 Notice that the order of the APIC tracks is currently wrong. This is

[FFmpeg-cvslog] fate/id3v2: Add a test for remuxing id3v2 private tags

2021-04-17 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Apr 10 23:30:51 2021 +0200| [8364643f68ede9cf9b5c5d36728e0975b3df44e8] | committer: Andreas Rheinhardt fate/id3v2: Add a test for remuxing id3v2 private tags Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?

[FFmpeg-cvslog] fate/filter-video: Remove SAMPLES depedency from refcmp tests

2021-04-17 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Apr 10 17:08:29 2021 +0200| [0c09d531d64d687fdda58a5f9d9a662e7d0e6dab] | committer: Andreas Rheinhardt fate/filter-video: Remove SAMPLES depedency from refcmp tests They don't need it as they use the lavfi device to create their samples. Sign

[FFmpeg-cvslog] fate/mov: Add test for muxing cover images

2021-04-17 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Apr 10 17:34:45 2021 +0200| [3d76d4bf7f83aff9403825f6b2b7816e5e9675ce] | committer: Andreas Rheinhardt fate/mov: Add test for muxing cover images Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3

[FFmpeg-cvslog] avcodec/dpx: Check bits_per_color earlier

2021-04-17 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Apr 11 21:04:12 2021 +0200| [c093eb30311b7148a4da1c7555498187c8cdf0db] | committer: Michael Niedermayer avcodec/dpx: Check bits_per_color earlier Fixes: shift exponent 251 is too large for 32-bit type 'int' Fixes: 32147/clusterfuzz-testcase-

[FFmpeg-cvslog] avcodec/exr: increase vlc depth

2021-04-17 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Apr 11 21:17:50 2021 +0200| [3344079d3065c99563c65277be89ec694a7ca818] | committer: Michael Niedermayer avcodec/exr: increase vlc depth Fixes: shift exponent -4 is negative Fixes: 32265/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_EXR_f

[FFmpeg-cvslog] lavu/detection_bboxes: add missing space

2021-04-17 Thread Lynne
ffmpeg | branch: master | Lynne | Sat Apr 17 13:11:39 2021 +0200| [6c65e499909016ff45c207c149f287ee5b3cf808] | committer: Lynne lavu/detection_bboxes: add missing space Could at least maintainers with push access follow the code styles we have? > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?

[FFmpeg-cvslog] lavu: add side data AV_FRAME_DATA_DETECTION_BBOXES for object detection/classification

2021-04-17 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Thu Feb 18 12:51:48 2021 +0800| [f1bf465aa03a255e31dfe2a7f25dba85b0d9a36c] | committer: Guo, Yejun lavu: add side data AV_FRAME_DATA_DETECTION_BBOXES for object detection/classification > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f1bf465a

[FFmpeg-cvslog] lavfi: show side data of detection bounding boxes

2021-04-17 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Wed Jan 27 12:54:58 2021 +0800| [e942b4bbaaddad451752254cbb60a3ea383294d6] | committer: Guo, Yejun lavfi: show side data of detection bounding boxes > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e942b4bbaaddad451752254cbb60a3ea383294d6 ---

[FFmpeg-cvslog] lavfi: add filter dnn_detect for object detection

2021-04-17 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Sun Feb 7 14:36:13 2021 +0800| [aa9ffdaa1eaeb5e16fb6b89852f38ff488d81173] | committer: Guo, Yejun lavfi: add filter dnn_detect for object detection Below are the example steps to do object detection: 1. download and install l_openvino_toolkit_p_2021.1.1