[FFmpeg-cvslog] avfilter: add v360 filter

2019-08-19 Thread Eugene Lyapustin
ffmpeg | branch: master | Eugene Lyapustin | Thu Aug 15 03:56:11 2019 +0300| [b26094e217d4d7cb9947d25f01c04badb8ba62dd] | committer: Kieran Kunhya avfilter: add v360 filter Signed-off-by: Eugene Lyapustin >

[FFmpeg-cvslog] avfilter/vf_v360: add padding option for cubemap

2019-08-19 Thread Eugene Lyapustin
ffmpeg | branch: master | Eugene Lyapustin | Thu Aug 15 03:56:12 2019 +0300| [d044252aac77867271db3809ceda9bd07fdb3e43] | committer: Kieran Kunhya avfilter/vf_v360: add padding option for cubemap Signed-off-by: Eugene Lyapustin >

[FFmpeg-cvslog] avfilter/vf_v360: add dual fisheye format

2019-08-19 Thread Eugene Lyapustin
ffmpeg | branch: master | Eugene Lyapustin | Thu Aug 15 03:56:13 2019 +0300| [596ecc295fc4bb3bc964d03e8a94bced52c40694] | committer: Kieran Kunhya avfilter/vf_v360: add dual fisheye format Signed-off-by: Eugene Lyapustin >

[FFmpeg-cvslog] FATE/dnn: let fate/dnn tests depend on ffmpeg static libraries

2019-08-19 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Wed Aug 7 10:44:27 2019 +0800| [d0fa1a58da71492f665759e73c47daf04a9b658c] | committer: Pedro Arthur FATE/dnn: let fate/dnn tests depend on ffmpeg static libraries background: DNN (deep neural network) is a sub module of libavfilter, and FATE/dnn is unit

[FFmpeg-cvslog] libavfilter/dnn/dnn_backend_tf: fix typo that variable uninitialized.

2019-08-19 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Fri Aug 16 10:36:56 2019 +0800| [29aeeb3e3e7b21a56ff4b1684fb65fa242a66c8d] | committer: Pedro Arthur libavfilter/dnn/dnn_backend_tf: fix typo that variable uninitialized. if it is initialized randomly, the tensorflow lib will report error message such

[FFmpeg-cvslog] libavfilter/dnn/dnn_backend_tf: add tf.pad support for tensorflow backend with native model.

2019-08-19 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Fri Aug 16 10:37:09 2019 +0800| [67889d4715d4a65864fedba1b8e5e2918bd8152a] | committer: Pedro Arthur libavfilter/dnn/dnn_backend_tf: add tf.pad support for tensorflow backend with native model. Signed-off-by: Guo, Yejun Signed-off-by: Pedro Arthur >

[FFmpeg-cvslog] lavf/hlsenc: free the old_filname to avoid memory leak

2019-08-19 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Aug 19 21:01:07 2019 +0800| [f36925201c591015b1fbd366df71317f0290cef2] | committer: Steven Liu lavf/hlsenc: free the old_filname to avoid memory leak free the old_filname to avoid memory leak in error handle path. Reviewed-by: Steven Liu

[FFmpeg-cvslog] lavf/hlsenc: fix one warning: unused variable 'filename' [-Wunused-variable]

2019-08-19 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Mon Aug 19 09:42:29 2019 +0800| [eccb94c3babcc93484d409b1d0fa059f1a2b7645] | committer: Steven Liu lavf/hlsenc: fix one warning: unused variable 'filename' [-Wunused-variable] Reviewed-by: Steven Liu Signed-off-by: Limin Wang >

[FFmpeg-cvslog] lavfi/dnn/dnn_backend_native: fix memory leak in error path

2019-08-19 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Aug 19 14:52:50 2019 +0800| [1b0a8e48f1d710800d2bd85795cfb3e93f28ab32] | committer: Jun Zhao lavfi/dnn/dnn_backend_native: fix memory leak in error path fix memory leak in error path Reviewed-by: Guo, Yejun Signed-off-by: Jun Zhao >

[FFmpeg-cvslog] lavfi/avfiltergraph: add check before free the format

2019-08-19 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Aug 19 13:22:34 2019 +0800| [f156f4ab2317f22bfef33c7eaead0d5d5f162903] | committer: Jun Zhao lavfi/avfiltergraph: add check before free the format ff_merge_samplerates will be deallocate a or b in some case, so add a check before free the format.

[FFmpeg-cvslog] lavfi/af_adeclick: fix double free after ff_filter_frame fail

2019-08-19 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Aug 19 12:54:27 2019 +0800| [df6876d69172140eb315a914a924abece2c6481a] | committer: Jun Zhao lavfi/af_adeclick: fix double free after ff_filter_frame fail ff_filter_frame fail will free the frame, so we just returen after this function fail.

[FFmpeg-cvslog] avformat/hlsenc: remove unuse comment of the code

2019-08-19 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Tue Aug 20 09:45:47 2019 +0800| [939c17fcb33f44fa1ed8f0e53846e71958e5ef86] | committer: Steven Liu avformat/hlsenc: remove unuse comment of the code > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=939c17fcb33f44fa1ed8f0e53846e71958e5ef86 ---

[FFmpeg-cvslog] avformat/hlsenc: reindent code

2019-08-19 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Tue Aug 20 09:56:38 2019 +0800| [3708a2a90991b76766465fb1df6e7ea26d88ca4c] | committer: Steven Liu avformat/hlsenc: reindent code and remove redundant empty line >

[FFmpeg-cvslog] lavc/qsvdec: add function ff_qsv_map_picstruct()

2019-08-19 Thread Zhong Li
ffmpeg | branch: master | Zhong Li | Tue Aug 13 14:11:07 2019 +0800| [f115a2b7635d9e47b1299661ddaa6ac2386e9db1] | committer: Zhong Li lavc/qsvdec: add function ff_qsv_map_picstruct() Signed-off-by: Zhong Li >

[FFmpeg-cvslog] lavc/qsvdec: Replace current parser with MFXVideoDECODE_DecodeHeader()

2019-08-19 Thread Zhong Li
ffmpeg | branch: master | Zhong Li | Tue Aug 13 14:11:09 2019 +0800| [00d0a4aa9eda8553113e51556123c46648a5f31b] | committer: Zhong Li lavc/qsvdec: Replace current parser with MFXVideoDECODE_DecodeHeader() Using MSDK parser can improve qsv decoder pass rate in some cases (E.g: sps declares a

[FFmpeg-cvslog] lavc/qsvdec: remove orignal parser code since not needed now

2019-08-19 Thread Zhong Li
ffmpeg | branch: master | Zhong Li | Tue Aug 13 14:11:10 2019 +0800| [0dfcfc5096d76e30a4ef688fc5b2402cf81f3190] | committer: Zhong Li lavc/qsvdec: remove orignal parser code since not needed now Signed-off-by: Zhong Li >

[FFmpeg-cvslog] lavfi/scale_qsv: change alignment to be 16 bytes

2019-08-19 Thread Zhong Li
ffmpeg | branch: master | Zhong Li | Tue Jul 30 22:54:08 2019 +0800| [d252d1c2e987960be54488f962098af8bcdc4f60] | committer: Zhong Li lavfi/scale_qsv: change alignment to be 16 bytes 32 bytes alignment is not needed and increases the failure possibilty of SFC (low power scaling mode)

[FFmpeg-cvslog] lavc/qsvdec: Add VP9 decoder support

2019-08-19 Thread Zhong Li
ffmpeg | branch: master | Zhong Li | Tue Aug 13 14:11:12 2019 +0800| [655ff4708bfe160447b07d0cbae6b710666f0139] | committer: Zhong Li lavc/qsvdec: Add VP9 decoder support VP9 decoder is support on Intel kabyLake+ platforms with MSDK Version 1.19+ Signed-off-by: Zhong Li >

[FFmpeg-cvslog] lavc/qsv: make function qsv_map_fourcc() can be called externally

2019-08-19 Thread Zhong Li
ffmpeg | branch: master | Zhong Li | Tue Aug 13 14:11:08 2019 +0800| [f3dfd34f27ae11279baa9e2e2525e990b7c858f4] | committer: Zhong Li lavc/qsv: make function qsv_map_fourcc() can be called externally Signed-off-by: Zhong Li >

[FFmpeg-cvslog] lavc/qsvdec: Add mjpeg decoder support

2019-08-19 Thread Zhong Li
ffmpeg | branch: master | Zhong Li | Tue Aug 13 14:11:11 2019 +0800| [7555cfd29b7150a9c59f8a757ae0e5804a369644] | committer: Zhong Li lavc/qsvdec: Add mjpeg decoder support Signed-off-by: Zhong Li >