[FFmpeg-cvslog] FATE/dnn: add unit test for dnn conv2d layer

2019-09-19 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Thu Sep 5 14:00:39 2019 +0800| [24f507301b4774bb1b082c594d1ce8885b5cabd8] | committer: Pedro Arthur FATE/dnn: add unit test for dnn conv2d layer 'make fate-dnn-layer-conv2d' to run the test Signed-off-by: Guo, Yejun Signed-off-by: Pedro Arthur > http

[FFmpeg-cvslog] FATE/dnn: add unit test for dnn depth_to_space layer

2019-09-19 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Thu Sep 5 14:00:54 2019 +0800| [b766a13dba383df065869527aec87843d2183bc1] | committer: Pedro Arthur FATE/dnn: add unit test for dnn depth_to_space layer 'make fate-dnn-layer-depth2space' to run the test Signed-off-by: Guo, Yejun Signed-off-by: Pedro Ar

[FFmpeg-cvslog] libavfilter/dnn: separate conv2d layer from dnn_backend_native.c to a new file

2019-09-19 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Thu Sep 5 14:00:28 2019 +0800| [5f058dd693c4bebcd6a293da4630441f3540902f] | committer: Pedro Arthur libavfilter/dnn: separate conv2d layer from dnn_backend_native.c to a new file the logic is that one layer in one separated source file to make the source

[FFmpeg-cvslog] libavfilter/dnn: separate depth_to_space layer from dnn_backend_native.c to a new file

2019-09-19 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Thu Sep 5 14:00:46 2019 +0800| [48133fad056e9173a39333fc5f7d4a724a47a028] | committer: Pedro Arthur libavfilter/dnn: separate depth_to_space layer from dnn_backend_native.c to a new file the logic is that one layer in one separated source file to make t

[FFmpeg-cvslog] avfilter/vf_v360: add ball projection format

2019-09-19 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Sep 19 18:36:19 2019 +0200| [b632ad81c5f44d0c47b44c5a87084b30f33bed5e] | committer: Paul B Mahol avfilter/vf_v360: add ball projection format > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b632ad81c5f44d0c47b44c5a87084b30f33bed5e --- d

[FFmpeg-cvslog] avformat/mpegts: add support for EPG extraction from mpegts

2019-09-19 Thread Anthony Delannoy
ffmpeg | branch: master | Anthony Delannoy | Wed Aug 21 11:46:56 2019 +0200| [a221af1f5eea7313472b1cbeaa566b66d025fea6] | committer: Marton Balint avformat/mpegts: add support for EPG extraction from mpegts Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avfilter/dnn: fix inclusion guard in dnn/dnn_backend_native_layer_depth2space.h

2019-09-19 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Sep 19 21:28:10 2019 +0200| [862e020f93149af6ef9269690da210a5261b2b51] | committer: Marton Balint avfilter/dnn: fix inclusion guard in dnn/dnn_backend_native_layer_depth2space.h Fixes fate-source failure. Signed-off-by: Marton Balint > http://gi

[FFmpeg-cvslog] avcodec: add EPG codec ID

2019-09-19 Thread Anthony Delannoy
ffmpeg | branch: master | Anthony Delannoy | Wed Aug 21 11:36:15 2019 +0200| [81bb71761ac3bcac6d70c66267636753494174cc] | committer: Marton Balint avcodec: add EPG codec ID Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=81bb71761ac3bcac6d70c662676367

[FFmpeg-cvslog] avformat/mpegts: add all well known PIDs and TIDs to mpegts.h

2019-09-19 Thread Anthony Delannoy
ffmpeg | branch: master | Anthony Delannoy | Fri Jul 26 11:41:00 2019 +0200| [5e51c1aeb5b3497ce37f3eddab4c252125d54221] | committer: Marton Balint avformat/mpegts: add all well known PIDs and TIDs to mpegts.h Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] lavc/cook: Remove an incorrect comment.

2019-09-19 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Fri Sep 20 01:36:13 2019 +0200| [f9f9d5943f794f7dc9f5c02d32f6038ad0fede2d] | committer: Carl Eugen Hoyos lavc/cook: Remove an incorrect comment. Multichannel cook was implemented in 67da3182. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/movenc: don't hardcode the colr box size

2019-09-19 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Sep 19 21:32:40 2019 -0300| [179e15dc976510993ba28d7e41559d257b53aff6] | committer: James Almer avformat/movenc: don't hardcode the colr box size Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=179e15dc97651099

[FFmpeg-cvslog] avcodec/libvpxenc: add ROI-based encoding support for VP8/VP9

2019-09-19 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Thu Sep 12 18:25:21 2019 +0800| [ecd026a48d63166d97f074f072d36ade1b5d270b] | committer: James Zern avcodec/libvpxenc: add ROI-based encoding support for VP8/VP9 example command line to verify it: ./ffmpeg -i input.stream -vf addroi=0:0:iw/3:ih/3:-0.8 -c:v

[FFmpeg-cvslog] Delete unused branch in libaomenc

2019-09-19 Thread elliottk
ffmpeg | branch: master | elliottk | Sun Sep 15 14:02:50 2019 -0700| [ea673a0edb4b32cab54344faedb41bc3473730eb] | committer: James Zern Delete unused branch in libaomenc this branch is leftover from libvpxenc+vp8 Signed-off-by: James Zern > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=c