[FFmpeg-cvslog] dnn/native: unify error return to DNN_ERROR

2020-08-24 Thread Ting Fu
ffmpeg | branch: master | Ting Fu | Tue Aug 25 11:47:49 2020 +0800| [230cf9d1854b171727d1b10c2a2fbe0df9d1d489] | committer: Guo, Yejun dnn/native: unify error return to DNN_ERROR Unify all error return as DNN_ERROR, in order to cease model executing when return error in ff_dnn_execute_model_nat

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

2020-08-24 Thread Ting Fu
ffmpeg | branch: master | Ting Fu | Tue Aug 25 11:47:50 2020 +0800| [c8ba0daf8dab2f5cbcdded37cd6383649933fbf3] | committer: Guo, Yejun dnn/native: add log error message Signed-off-by: Ting Fu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c8ba0daf8dab2f5cbcdded37cd6383649933fbf3

[FFmpeg-cvslog] dnn: move output name from DNNModel.set_input_output to DNNModule.execute_model

2020-08-24 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Thu Aug 13 16:19:48 2020 +0800| [0f7a99e37ae52f9ecdc4c81195c14b03f5be3dfd] | committer: Guo, Yejun dnn: move output name from DNNModel.set_input_output to DNNModule.execute_model currently, output is set both at DNNModel.set_input_output and DNNModule.exe

[FFmpeg-cvslog] lavfi/hflip: Support Bayer pixel formats.

2020-08-24 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Sun Jul 26 21:58:31 2020 +0200| [b61376bdee61c08732105fa331eb076497eface9] | committer: Carl Eugen Hoyos lavfi/hflip: Support Bayer pixel formats. Fixes part of ticket #8819. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b61376bdee61c

[FFmpeg-cvslog] lavf/mxfdec: Limit score for files with run-in.

2020-08-24 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Mon Aug 24 21:37:00 2020 +0200| [3092a53cbc48252d29007177205f599c9c6f8769] | committer: Carl Eugen Hoyos lavf/mxfdec: Limit score for files with run-in. Only return AVPROBE_SCORE_MAX if the header partition pack key is at the start of the file. Fixe

[FFmpeg-cvslog] avcodec/aacdec_template: keep tabs on layout in sniff_channel_order

2020-08-24 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Tue Aug 18 20:25:03 2020 +0300| [de1d6aa0a3d4358e9975e0d6fe5c655fd38694fe] | committer: Jan Ekström avcodec/aacdec_template: keep tabs on layout in sniff_channel_order This way the layout set at various points can be checked instead of only having the lay

[FFmpeg-cvslog] avcodec/aacdec_template: add more checks to make sure only 22.2 gets to 22.2

2020-08-24 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Tue Aug 18 20:49:00 2020 +0300| [d6f293353c94c7ce200f6e0975ae3de49787f91f] | committer: Jan Ekström avcodec/aacdec_template: add more checks to make sure only 22.2 gets to 22.2 Validates the set channel layout as well as verifies that the received layout

[FFmpeg-cvslog] Set AVSTREAM_PARSE_HEADERS flag for AV1 MP4 streams

2020-08-24 Thread Vikas Agrawal
ffmpeg | branch: master | Vikas Agrawal | Fri Aug 21 12:25:18 2020 +0530| [026fea827d7957c4f9de5a81beab6e7eacfabfe0] | committer: James Almer Set AVSTREAM_PARSE_HEADERS flag for AV1 MP4 streams It help initialize chroma format and other info properly Chroma format wasn't correct if I use below

[FFmpeg-cvslog] fate: remove "-v 0" from ffprobe tests.

2020-08-24 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Fri Aug 21 13:03:50 2020 +0200| [7969551a22440adf51a5b6ad9aa0f524c6eff3b3] | committer: Nicolas George fate: remove "-v 0" from ffprobe tests. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7969551a22440adf51a5b6ad9aa0f524c6eff3b3 --- t