[FFmpeg-cvslog] vf_dnn_processing.c: add async support

2020-12-28 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Wed Dec 16 14:07:00 2020 +0800| [c720286ee3bf59420e6f6ddd1f999f2f327c8967] | committer: Guo, Yejun vf_dnn_processing.c: add async support Signed-off-by: Xie, Lin Signed-off-by: Wu Zhiwen Signed-off-by: Guo, Yejun > http://git.videolan.org/gitweb.cgi/

[FFmpeg-cvslog] dnn_interface: change from 'void *userdata' to 'AVFilterContext *filter_ctx'

2020-12-28 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Wed Nov 18 14:54:10 2020 +0800| [5024286465acc35ae005715e0152a135df30ad0a] | committer: Guo, Yejun dnn_interface: change from 'void *userdata' to 'AVFilterContext *filter_ctx' 'void *' is too flexible, since we can derive info from AVFilterContext*, so we

[FFmpeg-cvslog] dnn: add async execution support for openvino backend

2020-12-28 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Wed Nov 18 14:30:11 2020 +0800| [e67b5d0a247cc7c896c6c1042cf140c429866738] | committer: Guo, Yejun dnn: add async execution support for openvino backend Signed-off-by: Xie, Lin Signed-off-by: Wu Zhiwen Signed-off-by: Guo, Yejun > http://git.videolan.o

[FFmpeg-cvslog] dnn_interface: add interface to support async execution

2020-12-28 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Wed Nov 18 14:28:06 2020 +0800| [39f5cb4bd1bbb12632baac24dd7b9bb5a68bef8d] | committer: Guo, Yejun dnn_interface: add interface to support async execution Signed-off-by: Xie, Lin Signed-off-by: Wu Zhiwen Signed-off-by: Guo, Yejun > http://git.videolan

[FFmpeg-cvslog] dnn_backend_openvino.c: refine code for error handle

2020-12-28 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Wed Nov 18 14:16:24 2020 +0800| [38089925fa41d0b767e8c47fb236dec390ec38ac] | committer: Guo, Yejun dnn_backend_openvino.c: refine code for error handle Signed-off-by: Xie, Lin Signed-off-by: Wu Zhiwen Signed-off-by: Guo, Yejun > http://git.videolan.or

[FFmpeg-cvslog] dnn_backend_openvino.c: separate function execute_model_ov

2020-12-28 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Tue Nov 17 20:55:13 2020 +0800| [2b177033bb0fe7637448b08ec6a84325b5b25945] | committer: Guo, Yejun dnn_backend_openvino.c: separate function execute_model_ov function fill_model_input_ov and infer_completion_callback are extracted, it will help the async

[FFmpeg-cvslog] dnn/queue: add queue and safe_queue support

2020-12-28 Thread Xie , Lin
ffmpeg | branch: master | Xie, Lin | Mon Nov 9 14:09:13 2020 +0800| [6506ab8b03dd6747f6ad6b836a347a6fc346708b] | committer: Guo, Yejun dnn/queue: add queue and safe_queue support Signed-off-by: Xie, Lin Signed-off-by: Wu Zhiwen Signed-off-by: Guo, Yejun > http://git.videolan.org/gitweb.cgi

[FFmpeg-cvslog] vf_dnn_processing.c: replace filter_frame with activate func

2020-12-28 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Wed Oct 7 10:47:31 2020 +0800| [1b64954e42b4dc685a82d5576527a2166d818773] | committer: Guo, Yejun vf_dnn_processing.c: replace filter_frame with activate func with this change, dnn_processing can use DNN async interface later. Signed-off-by: Xie, Lin S

[FFmpeg-cvslog] avformat/rtsp: add support for satip://

2020-12-28 Thread Aman Karmani
ffmpeg | branch: master | Aman Karmani | Wed Dec 16 12:40:16 2020 -0800| [98b76bb11f3d2bfb0f12373e9930c11ee48e8940] | committer: Aman Karmani avformat/rtsp: add support for satip:// The SAT>IP protocol[1] is similar to RTSP. However SAT>IP servers are assumed to speak only MP2T, so DESCRIBE is

[FFmpeg-cvslog] avcodec/codec_desc: describe AV_CODEC_ID_MPEG2TS

2020-12-28 Thread Aman Karmani
ffmpeg | branch: master | Aman Karmani | Tue Dec 22 14:28:38 2020 -0800| [e1d7433100ede761d971e1bd436958d1c348b2b1] | committer: Aman Karmani avcodec/codec_desc: describe AV_CODEC_ID_MPEG2TS Signed-off-by: Aman Karmani > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e1d7433100ede7

[FFmpeg-cvslog] avformat/rtsp: add satip_raw flag to receive raw mpegts stream

2020-12-28 Thread Aman Karmani
ffmpeg | branch: master | Aman Karmani | Mon Dec 21 15:53:55 2020 -0800| [d20f059fb964436bac58f3ab3d0db2bd5185d316] | committer: Aman Karmani avformat/rtsp: add satip_raw flag to receive raw mpegts stream This can be used to receive the raw mpegts stream from a SAT>IP server, by letting avforma

[FFmpeg-cvslog] avcodec/tiff: Disallow striped and tiled tiffs except for DNG

2020-12-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Nov 2 10:46:04 2020 +0100| [292e41ce650a7b5ca5de4ae87fff0d6a90d9fc97] | committer: Michael Niedermayer avcodec/tiff: Disallow striped and tiled tiffs except for DNG strips + tiles is not allowed in TIFF DNG uses a separate codepath Regressi

[FFmpeg-cvslog] avformat/mxfdec: Do not clear arrays in mxf_read_index_entry_array()

2020-12-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Dec 26 11:44:25 2020 +0100| [93bf8004d1eeb8db6a9f4425d14f2dcb99acc455] | committer: Michael Niedermayer avformat/mxfdec: Do not clear arrays in mxf_read_index_entry_array() They are written too immediately, so it should not be needed. Signed

[FFmpeg-cvslog] avformat/mpegts: Fix argument type for av_log

2020-12-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Dec 27 18:47:44 2020 +0100| [654b21ef176a807bf4e8359a4ed52c629d766100] | committer: Michael Niedermayer avformat/mpegts: Fix argument type for av_log Reviewed-by: Marton Balint Signed-off-by: Michael Niedermayer > http://git.videolan.org/g