[FFmpeg-cvslog] avfilter/vf_zscale: do not attempt to continue filtering if there is no graph

2022-03-11 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Mar 11 09:32:34 2022 +0100| [a0724328a82ed1ea89b86c1414ba1d4dd12c760f] | committer: Paul B Mahol avfilter/vf_zscale: do not attempt to continue filtering if there is no graph > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a0724328a82ed1e

[FFmpeg-cvslog] configure: move ranlib -D test after setting defaults

2022-03-11 Thread Adrian Ratiu
ffmpeg | branch: master | Adrian Ratiu | Mon Feb 14 15:00:07 2022 +0200| [bc5ccea3b9d2c71929af6271bd8afe9b6cfab436] | committer: Martin Storsjö configure: move ranlib -D test after setting defaults In Gentoo and ChromeOS we want to allow pure LLVM builds without using GNU tools, so we block an

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

2022-03-11 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Mar 4 14:23:53 2022 +0100| [a909666d7ce110b9394a42df5ac817f322141c32] | committer: Andreas Rheinhardt fate/mov: Add test for muxing chapters Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a9096

[FFmpeg-cvslog] avformat/movenc: Simplify creating chapter track extradata

2022-03-11 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Mar 4 14:25:58 2022 +0100| [707ad03096b29de53f1a27c128891a81a7d6d7c2] | committer: Andreas Rheinhardt avformat/movenc: Simplify creating chapter track extradata Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.g

[FFmpeg-cvslog] avfilter/af_afftdn: remove code that have marginal impact to denoising

2022-03-11 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Mar 10 15:20:59 2022 +0100| [ea777333de770f3121680cbffd5742f51d6a756a] | committer: Paul B Mahol avfilter/af_afftdn: remove code that have marginal impact to denoising > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ea777333de770f3121680c

[FFmpeg-cvslog] avfilter/af_afftdn: remove special handling for first and last bin

2022-03-11 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Mar 10 15:34:45 2022 +0100| [e7caa18b4a3344b90a0574591fd86158458b7e9f] | committer: Paul B Mahol avfilter/af_afftdn: remove special handling for first and last bin > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e7caa18b4a3344b90a0574591f

[FFmpeg-cvslog] lavfi/dnn_io_proc: Return Specific Error Codes

2022-03-11 Thread Shubhanshu Saxena
ffmpeg | branch: master | Shubhanshu Saxena | Wed Mar 2 23:53:51 2022 +0530| [d0587daec24be3032f2111c5144aeaece973caaf] | committer: Guo Yejun lavfi/dnn_io_proc: Return Specific Error Codes This commit returns specific error codes from the functions in the dnn_io_proc instead of DNN_ERROR. S

[FFmpeg-cvslog] libavfilter: Prepare to handle specific error codes in DNN Filters

2022-03-11 Thread Shubhanshu Saxena
ffmpeg | branch: master | Shubhanshu Saxena | Wed Mar 2 23:53:49 2022 +0530| [e5ce6a60708fb9cd2ec46f6302c3bc943e330f16] | committer: Guo Yejun libavfilter: Prepare to handle specific error codes in DNN Filters This commit prepares the filter side to handle specific error codes from the DNN ba

[FFmpeg-cvslog] lavfi/dnn: Error Specificity in Native Backend Layers

2022-03-11 Thread Shubhanshu Saxena
ffmpeg | branch: master | Shubhanshu Saxena | Wed Mar 2 23:53:50 2022 +0530| [b602f11a0671273dcf08607c37197a41c437463e] | committer: Guo Yejun lavfi/dnn: Error Specificity in Native Backend Layers This commit returns specific error codes from the execution functions in the Native Backend laye

[FFmpeg-cvslog] lavfi/dnn_backend_common: Return specific error codes

2022-03-11 Thread Shubhanshu Saxena
ffmpeg | branch: master | Shubhanshu Saxena | Wed Mar 2 23:53:55 2022 +0530| [1df77bab08ac53482f94c4d4be2449cfa50b8e68] | committer: Guo Yejun lavfi/dnn_backend_common: Return specific error codes Switch to returning specific error codes or DNN_GENERIC_ERROR when an error is encountered in th

[FFmpeg-cvslog] lavfi/dnn_backend_tf: Return Specific Error Codes

2022-03-11 Thread Shubhanshu Saxena
ffmpeg | branch: master | Shubhanshu Saxena | Wed Mar 2 23:53:53 2022 +0530| [3fa89bd7587f725eeebf1b42adda987eacef1962] | committer: Guo Yejun lavfi/dnn_backend_tf: Return Specific Error Codes Switch to returning specific error codes or DNN_GENERIC_ERROR when an error is encountered. For Tens

[FFmpeg-cvslog] lavfi/dnn_backend_openvino: Return Specific Error Codes

2022-03-11 Thread Shubhanshu Saxena
ffmpeg | branch: master | Shubhanshu Saxena | Wed Mar 2 23:53:52 2022 +0530| [91af38f2b39719ebb5682bea0fdf760bf154ec11] | committer: Guo Yejun lavfi/dnn_backend_openvino: Return Specific Error Codes Switch to returning specific error codes or DNN_GENERIC_ERROR when an error is encountered. Fo

[FFmpeg-cvslog] libavfilter: Remove DNNReturnType from DNN Module

2022-03-11 Thread Shubhanshu Saxena
ffmpeg | branch: master | Shubhanshu Saxena | Wed Mar 2 23:53:56 2022 +0530| [d0a999a0ab8313fd1b5e9cb09e35fb769fb3e51c] | committer: Guo Yejun libavfilter: Remove DNNReturnType from DNN Module This patch removes all occurences of DNNReturnType from the DNN module. This commit replaces DNN_SUC

[FFmpeg-cvslog] lavfi/dnn_backend_native: Return Specific Error Codes

2022-03-11 Thread Shubhanshu Saxena
ffmpeg | branch: master | Shubhanshu Saxena | Wed Mar 2 23:53:54 2022 +0530| [515ff6b4f83385d0557c45d6e9b71a4ef3e47374] | committer: Guo Yejun lavfi/dnn_backend_native: Return Specific Error Codes Switch to returning specific error codes or DNN_GENERIC_ERROR when an error is encountered. Sig