[FFmpeg-cvslog] dnn_backend_native.c: Add missing static to local variable

2021-01-21 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Thu Jan 21 21:39:53 2021 +| [2c424d963039a7d50b5b93f0db5efd70101d8e44] | committer: Guo, Yejun dnn_backend_native.c: Add missing static to local variable >

[FFmpeg-cvslog] dnn-layer-conv2d-test.c: remove dependency of dnn_native_class

2021-01-21 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Fri Jan 22 10:39:19 2021 +0800| [5235634b615110dc5cf6a23141a4bd72730f4ac6] | committer: Guo, Yejun dnn-layer-conv2d-test.c: remove dependency of dnn_native_class >

[FFmpeg-cvslog] avutils/vulkan: hwmap, respect src frame resolution

2021-01-21 Thread Xu Guangxin
ffmpeg | branch: master | Xu Guangxin | Thu Jan 21 12:35:13 2021 +0800| [ae97f69ce1032f96e361c0622355ac15cf7f9029] | committer: Lynne avutils/vulkan: hwmap, respect src frame resolution fixes http://trac.ffmpeg.org/ticket/9055 The hw decoder may allocate a large frame from AVHWFramesContext,

[FFmpeg-cvslog] dnn_backend_native_layer_mathbinary.c: Delete unused global variable

2021-01-21 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Thu Jan 21 21:39:52 2021 +| [c6a3ca2db491a66af9b1f5b12cbe3058713caf0b] | committer: Guo, Yejun dnn_backend_native_layer_mathbinary.c: Delete unused global variable >

[FFmpeg-cvslog] dnn_backend_native_layer_conv2d.c: refine code with av_malloc_array and av_freep

2021-01-21 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Mon Jan 18 16:28:11 2021 +0800| [a11a3f358dcbabf885a57f93956e81cbd968a797] | committer: Guo, Yejun dnn_backend_native_layer_conv2d.c: refine code with av_malloc_array and av_freep Signed-off-by: Guo, Yejun >

[FFmpeg-cvslog] dnn_backend_native_layer_conv2d.c: correct struct name with CamelCase

2021-01-21 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Mon Jan 18 16:15:34 2021 +0800| [a76fa0caa0cf0109f94eee691ebae3c20432163e] | committer: Guo, Yejun dnn_backend_native_layer_conv2d.c: correct struct name with CamelCase Signed-off-by: Guo, Yejun >

[FFmpeg-cvslog] dnn/queue: remove prefix FF for Queue and SafeQueue

2021-01-21 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Mon Jan 18 16:09:56 2021 +0800| [d4f40c1b608dbf619976f9fa3b48d16c6dcae946] | committer: Guo, Yejun dnn/queue: remove prefix FF for Queue and SafeQueue we don't need FF prefix for internal data struct Signed-off-by: Guo, Yejun >

[FFmpeg-cvslog] libavfilter/dnn: add prefix ff_ for internal functions

2021-01-21 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Mon Jan 18 16:00:58 2021 +0800| [c5e30d588d7794ac9c93dfb3b9e2464777af0475] | committer: Guo, Yejun libavfilter/dnn: add prefix ff_ for internal functions from proc_from_frame_to_dnn to ff_proc_from_frame_to_dnn, and from proc_from_dnn_to_frame to

[FFmpeg-cvslog] dnn_backend_openvino.c: add version mismatch reminder

2021-01-21 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Mon Jan 18 15:27:23 2021 +0800| [0d5fd4999a2291d82fe5cc8a4c8157165536ba04] | committer: Guo, Yejun dnn_backend_openvino.c: add version mismatch reminder The OpenVINO model file format changes when OpenVINO goes to a new release, it does not work if the

[FFmpeg-cvslog] libavfilter/dnn: use avpriv_report_missing_feature for unsupported features

2021-01-21 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Mon Jan 18 15:56:34 2021 +0800| [2d6af4a501d0563268580740c5a51073382ad045] | committer: Guo, Yejun libavfilter/dnn: use avpriv_report_missing_feature for unsupported features Signed-off-by: Guo, Yejun >

[FFmpeg-cvslog] avformat/async: Use AVERROR macro

2021-01-21 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Sat Jan 16 09:32:13 2021 +0800| [6dad42854690f5754a1cf1ed138ebd9813e1af37] | committer: Limin Wang avformat/async: Use AVERROR macro Signed-off-by: Limin Wang >

[FFmpeg-cvslog] lavd/dshow: Add namespace prefix to global functions

2021-01-21 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon Jun 25 19:47:03 2018 +0100| [c154aada45588a01cfa2adb5e56ed197eb3e4bfd] | committer: James Almer lavd/dshow: Add namespace prefix to global functions >

[FFmpeg-cvslog] avcodec/cri: check for available input in unpack_10bit()

2021-01-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Nov 9 23:31:30 2020 +0100| [43c8d3097b8254d08f5413a1934c001327859f47] | committer: Michael Niedermayer avcodec/cri: check for available input in unpack_10bit() Fixes: Timeout (>20sec -> 56ms) Fixes:

[FFmpeg-cvslog] avformat/avidec: dv does not support palettes

2021-01-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Nov 9 21:48:31 2020 +0100| [1b373b41d940e3058cdfb3d17703e23ed665353c] | committer: Michael Niedermayer avformat/avidec: dv does not support palettes Fixes: memleak Fixes:

[FFmpeg-cvslog] avformat/dhav: Break out of infinite dhav search loop

2021-01-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Nov 9 20:42:56 2020 +0100| [7540d60bf687ae1f18927c5e6c3dbd317df9f35e] | committer: Michael Niedermayer avformat/dhav: Break out of infinite dhav search loop Fixes: Infinite loop Fixes:

[FFmpeg-cvslog] libavformat/utils: consider avio_size() failure in ffio_limit()

2021-01-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Nov 9 19:58:20 2020 +0100| [1b1dac2716d713dfd6949b7eb4a3c18c16f1faf6] | committer: Michael Niedermayer libavformat/utils: consider avio_size() failure in ffio_limit() Fixes: Timeout (>20sec -> 3ms) Fixes:

[FFmpeg-cvslog] avformat/paf: Do not zero allocated tables which are immedeately filled

2021-01-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jan 20 00:32:22 2021 +0100| [631ee3f8e43f95abb4af9d4c83f844ce23f25f26] | committer: Michael Niedermayer avformat/paf: Do not zero allocated tables which are immedeately filled Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] avformat/nistspheredec: Check bits_per_coded_sample and channels

2021-01-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jan 17 00:07:26 2021 +0100| [60770a50fba0d47203d417b048b37d314918085d] | committer: Michael Niedermayer avformat/nistspheredec: Check bits_per_coded_sample and channels Fixes: signed integer overflow: 80 * 92233009 cannot be represented in

[FFmpeg-cvslog] avcodec/me_cmp: Remove ff_check_alignment()

2021-01-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Dec 2 00:20:04 2020 +0100| [b3473841731eebf5c32077f931334820316f16c6] | committer: Andreas Rheinhardt avcodec/me_cmp: Remove ff_check_alignment() The usage of a static variable presents a potential for data races and means that this function

[FFmpeg-cvslog] avcodec/mpeg12dec: Remove redundant writes

2021-01-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Dec 9 03:30:00 2020 +0100| [1f9ef2f3cf0812c9ad3e3055946673375c982cac] | committer: Andreas Rheinhardt avcodec/mpeg12dec: Remove redundant writes ff_mpv_decode_init() already sets MpegEncContext.avctx. Reviewed-by: Anton Khirnov

[FFmpeg-cvslog] avcodec/Makefile: Make H.263 encoder compilable without MPEG4 encoder

2021-01-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Jan 8 04:07:19 2021 +0100| [aff923c0b52d5e38ea3201c34451b918dd92285d] | committer: Andreas Rheinhardt avcodec/Makefile: Make H.263 encoder compilable without MPEG4 encoder Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/Makefile: Make H.263 decoder compilable without H.263I

2021-01-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Jan 7 02:51:13 2021 +0100| [ab905f1dbc736630538ce61907e6ba691f759d04] | committer: Andreas Rheinhardt avcodec/Makefile: Make H.263 decoder compilable without H.263I The only call to ff_intel_h263_decode_picture_header() is already behind "if

[FFmpeg-cvslog] avcodec/Makefile: Remove FLAC dependencies on vorbis_data

2021-01-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Jan 7 02:00:26 2021 +0100| [d64828c8afe496c0fdb42499309b59ac175b7971] | committer: Andreas Rheinhardt avcodec/Makefile: Remove FLAC dependencies on vorbis_data 2ef2496cd19eb833f4ad22a5051c11be80d09598 used ff_vorbis_channel_layouts in

[FFmpeg-cvslog] avcodec/Makefile: Remove dependency of H.263 on FLV codecs

2021-01-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Jan 7 01:34:25 2021 +0100| [21b4b90475f61e4204d20c4f228c0c633d1b040a] | committer: Andreas Rheinhardt avcodec/Makefile: Remove dependency of H.263 on FLV codecs Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/Makefile: Remove unnecessary cbrt_data dependency

2021-01-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Jan 7 00:34:13 2021 +0100| [9e74f324d8096c317419b42081b8288a6bc9ae60] | committer: Andreas Rheinhardt avcodec/Makefile: Remove unnecessary cbrt_data dependency Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] h264_redundant_pps_bsf: Use common cbs bsf implementation

2021-01-21 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Fri Jan 1 21:35:23 2021 +| [fa75e438756f159a667080dcba58ea2e3b190001] | committer: Mark Thompson h264_redundant_pps_bsf: Use common cbs bsf implementation >

[FFmpeg-cvslog] av1_metadata_bsf: Use common cbs bsf implementation

2021-01-21 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Fri Jan 1 21:35:22 2021 +| [375176a540121959a2dd37e910934e77c71eb78a] | committer: Mark Thompson av1_metadata_bsf: Use common cbs bsf implementation >

[FFmpeg-cvslog] vp9_metadata_bsf: Use common cbs bsf implementation

2021-01-21 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Fri Jan 1 21:35:21 2021 +| [e46aa5a894f8b3dcf44a4028af726a5882ed27df] | committer: Mark Thompson vp9_metadata_bsf: Use common cbs bsf implementation >

[FFmpeg-cvslog] mpeg2_metadata_bsf: Use common cbs bsf implementation

2021-01-21 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Fri Jan 1 21:35:20 2021 +| [f35b2683275aeea8c4967877267d7376d3741a42] | committer: Mark Thompson mpeg2_metadata_bsf: Use common cbs bsf implementation This also adds support for updating new extradata. >

[FFmpeg-cvslog] h265_metadata_bsf: Use common cbs bsf implementation

2021-01-21 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Fri Jan 1 21:35:19 2021 +| [b95f901c7ff5758a31df4d897cc82613b3caf99d] | committer: Mark Thompson h265_metadata_bsf: Use common cbs bsf implementation >

[FFmpeg-cvslog] h264_metadata_bsf: Use common cbs bsf implementation

2021-01-21 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Fri Jan 1 21:35:18 2021 +| [c837d9481a0035f3b547a5b417e5341e6e0d6128] | committer: Mark Thompson h264_metadata_bsf: Use common cbs bsf implementation >

[FFmpeg-cvslog] h264_metadata_bsf: Refactor the filter function into smaller parts

2021-01-21 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Fri Jan 1 21:35:15 2021 +| [8a14d51b8bab63d23fac2ac05aead590b4178408] | committer: Mark Thompson h264_metadata_bsf: Refactor the filter function into smaller parts >

[FFmpeg-cvslog] cbs_sei: Remove restrictions on MDCV values

2021-01-21 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Fri Jan 1 21:35:14 2021 +| [88b65bed9ca033818f5618885c8a3d26d61a7c8a] | committer: Mark Thompson cbs_sei: Remove restrictions on MDCV values Since this was originally written the standards have changed to allow arbitrary values here, but leaves

[FFmpeg-cvslog] cbs: Implement common parts of cbs-based bitstream filters separately

2021-01-21 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Fri Jan 1 21:35:17 2021 +| [01a68c12a7cdf9031c19d1f00885a84d58e2c2a6] | committer: Mark Thompson cbs: Implement common parts of cbs-based bitstream filters separately This allows removal of a lot of duplicated code between BSFs. >

[FFmpeg-cvslog] h264_metadata_bsf: Improve interpretation of input display matrices

2021-01-21 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Fri Jan 1 21:35:16 2021 +| [c9c5b1977fe2406df495665fa3254657f0170ff5] | committer: Mark Thompson h264_metadata_bsf: Improve interpretation of input display matrices The previous code here only worked in more limited cases. >

[FFmpeg-cvslog] cbs_h2645: Merge SEI message handling in common between codecs

2021-01-21 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Fri Jan 1 21:35:13 2021 +| [8843607f495c95c1e67a3ce3d6f15dca6e252439] | committer: Mark Thompson cbs_h2645: Merge SEI message handling in common between codecs >

[FFmpeg-cvslog] hevc: Use common SEI types

2021-01-21 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Thu Jan 21 14:38:58 2021 +| [773857df592d8f3095a548b3085c6b7fe6b30dfe] | committer: Mark Thompson hevc: Use common SEI types > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=773857df592d8f3095a548b3085c6b7fe6b30dfe ---

[FFmpeg-cvslog] lavc: Add new header for SEI payload types

2021-01-21 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Thu Jan 21 14:31:56 2021 +| [9ef32649d02109c364387edcbb55932491f1dcf1] | committer: Mark Thompson lavc: Add new header for SEI payload types These form a common namespace between the H.264, H.265 and H.266 standards, so we can use the same

[FFmpeg-cvslog] h264: Use common SEI types

2021-01-21 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Thu Jan 21 14:37:49 2021 +| [64b3aac8d07a8744656737619b70977359d9a6a5] | committer: Mark Thompson h264: Use common SEI types > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=64b3aac8d07a8744656737619b70977359d9a6a5 ---

[FFmpeg-cvslog] cbs_h2645: Merge SEI messages in common between codecs

2021-01-21 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Fri Jan 1 21:35:11 2021 +| [4bf338480035238b3ff595ebd761688fc0db9e11] | committer: Mark Thompson cbs_h2645: Merge SEI messages in common between codecs Make a new template file for common SEI messages - this will also apply to H.266. >

[FFmpeg-cvslog] h264_metadata_bsf: Move SEI user data parsing to init time

2021-01-21 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Fri Jan 1 21:35:12 2021 +| [75092c5b45d00585f72945243a1509d77a8f6476] | committer: Mark Thompson h264_metadata_bsf: Move SEI user data parsing to init time >

[FFmpeg-cvslog] avfilter/vf_readeia608: add >8 depth support

2021-01-21 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Jan 21 14:27:44 2021 +0100| [df4e2b923c21ee4565eb1789f96fba0ab55a3c00] | committer: Paul B Mahol avfilter/vf_readeia608: add >8 depth support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=df4e2b923c21ee4565eb1789f96fba0ab55a3c00 ---

[FFmpeg-cvslog] ffmpeg_opts: remove lowres check

2021-01-21 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Jan 8 17:47:41 2021 -0300| [a423bc9dc294c32e6162b900b58b1cc2d3c3328d] | committer: James Almer ffmpeg_opts: remove lowres check The st->codec values are updated based on the lowres factor by avformat_find_stream_info() when it runs an instance of

[FFmpeg-cvslog] avfilter/vf_super2xsai: add slice threading support

2021-01-21 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Jan 21 13:26:17 2021 +0100| [f07a8b13f38bbd52d55c52d1d6ea1265b13c7a84] | committer: Paul B Mahol avfilter/vf_super2xsai: add slice threading support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f07a8b13f38bbd52d55c52d1d6ea1265b13c7a84

[FFmpeg-cvslog] avfilter/vf_super2xsai: constify src pointer

2021-01-21 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Jan 21 13:05:57 2021 +0100| [c2ee42e0323943499f5c2ae0dcdc6cccfc09d749] | committer: Paul B Mahol avfilter/vf_super2xsai: constify src pointer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c2ee42e0323943499f5c2ae0dcdc6cccfc09d749 ---

[FFmpeg-cvslog] avfilter/vf_dblur: remove unused line

2021-01-21 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Jan 21 12:58:58 2021 +0100| [b51eae1abeab6875e619a598b6e8d4e14c1b6cfd] | committer: Paul B Mahol avfilter/vf_dblur: remove unused line > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b51eae1abeab6875e619a598b6e8d4e14c1b6cfd ---

[FFmpeg-cvslog] avfilter/vf_deblock: fix >8 depth format case check

2021-01-21 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Jan 21 12:55:16 2021 +0100| [4225819c70161630f26b7129b63e6f3b3f90f59a] | committer: Paul B Mahol avfilter/vf_deblock: fix >8 depth format case check > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4225819c70161630f26b7129b63e6f3b3f90f59a

[FFmpeg-cvslog] avfilter/vf_decimate: add support for more formats

2021-01-21 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Jan 21 11:07:04 2021 +0100| [b43c35c633a4c0c35d914cfc097fe9507a8409e2] | committer: Paul B Mahol avfilter/vf_decimate: add support for more formats > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b43c35c633a4c0c35d914cfc097fe9507a8409e2

[FFmpeg-cvslog] avfilter/vf_fieldmatch: use av_malloc_array()

2021-01-21 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Jan 21 12:28:13 2021 +0100| [27f1ee7f53adf665818d89ce468e7e10bce4c831] | committer: Paul B Mahol avfilter/vf_fieldmatch: use av_malloc_array() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=27f1ee7f53adf665818d89ce468e7e10bce4c831 ---