[FFmpeg-cvslog] avformat/hlsenc: fix the av_dirname path isn't include separator in the end of string

2019-10-30 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Wed Oct 23 23:55:15 2019 +0800| [7c872df3e175d1c9de4aeb294abcd7c6ab4bb0f3] | committer: Steven Liu avformat/hlsenc: fix the av_dirname path isn't include separator in the end of string Reviewed-by: Liu Steven Signed-off-by: Limin Wang > http://git.vid

[FFmpeg-cvslog] configure: fix standalone compilation of mxf muxer

2019-10-30 Thread Lou Logan
ffmpeg | branch: master | Lou Logan | Tue Oct 29 16:11:46 2019 -0800| [881f083a16a17509aaa53274f2c6f4f4c507dade] | committer: Lou Logan configure: fix standalone compilation of mxf muxer Signed-off-by: Lou Logan Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=c

[FFmpeg-cvslog] avformat/apngenc: Add deinit function

2019-10-30 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Oct 23 14:59:41 2019 +0200| [26aa04991e02f5fb83ffe177fbd832d7d7deb2fb] | committer: James Almer avformat/apngenc: Add deinit function Prevents memleaks when the trailer is never written (e.g. when there was a write error when writing the heade

[FFmpeg-cvslog] avfilter/af_afade: check for eof after crossfade later

2019-10-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Oct 30 19:07:19 2019 +0100| [89389b7ed47b70f98d27b84e2aae3343d92d9682] | committer: Paul B Mahol avfilter/af_afade: check for eof after crossfade later Fixes memleaks and #8346 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=89389b7ed47b

[FFmpeg-cvslog] FATE: add a test for freeezedetect

2019-10-30 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Mon Oct 21 18:12:13 2019 +0800| [78c0030f344c408d71eb35db7f880ec96a1be03a] | committer: Michael Niedermayer FATE: add a test for freeezedetect Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/

[FFmpeg-cvslog] avfilter/f_sidedata: fix Wtautological-constant-out-of-range-compare

2019-10-30 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Wed Oct 16 01:17:54 2019 +0800| [af70c94c63cc0ccf6a8078e87c81d061b8765889] | committer: Michael Niedermayer avfilter/f_sidedata: fix Wtautological-constant-out-of-range-compare Reviewed-by: Paul B Mahol Signed-off-by: Michael Niedermayer > http://git.v

[FFmpeg-cvslog] avcodec/mips: msa optimizations for vc1dsp

2019-10-30 Thread gxw
ffmpeg | branch: master | gxw | Mon Oct 21 15:56:47 2019 +0800| [648b422e171d5eab18f6c6fd346e4050d717b936] | committer: Michael Niedermayer avcodec/mips: msa optimizations for vc1dsp Performance of WMV3 decoding has speed up from 3.66x to 5.23x tested on 3A4000. Reviewed-by: Shiyou Yin Signe

[FFmpeg-cvslog] doc/filters: move drawgraph to video filters chapter

2019-10-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Oct 30 17:55:44 2019 +0100| [d4ba2506ce9e05dda598f702fa63c183580927b4] | committer: Paul B Mahol doc/filters: move drawgraph to video filters chapter > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d4ba2506ce9e05dda598f702fa63c183580927b4

[FFmpeg-cvslog] doc/filters: move agraphmonitor to multimedia filters chapter

2019-10-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Oct 30 17:47:05 2019 +0100| [2539fea777a7ebbb211280f7de0bc872be23b1fa] | committer: Paul B Mahol doc/filters: move agraphmonitor to multimedia filters chapter > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2539fea777a7ebbb211280f7de0bc87

[FFmpeg-cvslog] avfilter/vf_sr: correct flags since the filter changes frame w/h

2019-10-30 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Mon Oct 28 21:11:02 2019 +0800| [912ab246f16699b2b2c782ab63884b00f2e39dae] | committer: Pedro Arthur avfilter/vf_sr: correct flags since the filter changes frame w/h If filter changes frame w/h, AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC cannot be supported.

[FFmpeg-cvslog] dnn: add tf.nn.conv2d support for native model

2019-10-30 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Mon Oct 21 20:38:03 2019 +0800| [dff39ea9f0154ec52b7548b122a4a5332df3c2c6] | committer: Pedro Arthur dnn: add tf.nn.conv2d support for native model Unlike other tf.*.conv2d layers, tf.nn.conv2d does not create many nodes (within a scope) in the graph, it

[FFmpeg-cvslog] avfilter/dnn: add a new interface to query dnn model's input info

2019-10-30 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Mon Oct 21 20:38:17 2019 +0800| [f4b3c0e55c84434eb897c2a4a1179cb1d202c52c] | committer: Pedro Arthur avfilter/dnn: add a new interface to query dnn model's input info to support dnn networks more general, we need to know the input info of the dnn model.

[FFmpeg-cvslog] avfilter/dnn: get the data type of network output from dnn execution result

2019-10-30 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Mon Oct 21 20:38:10 2019 +0800| [e1b45b85963b5aa9d67e23638ef9b045e7fbd875] | committer: Pedro Arthur avfilter/dnn: get the data type of network output from dnn execution result so, we can make a filter more general to accept different network models, by

[FFmpeg-cvslog] doc: fix typo in muxers documentation

2019-10-30 Thread Alfred E . Heggestad
ffmpeg | branch: master | Alfred E. Heggestad | Wed Oct 30 10:48:44 2019 +0100| [a269fa044b1364af1654456c33b7d45407822876] | committer: Paul B Mahol doc: fix typo in muxers documentation > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a269fa044b1364af1654456c33b7d45407822876 ---

[FFmpeg-cvslog] avformat/hls: Set AVFMT_TS_DISCONT flag on HLS input format

2019-10-30 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Sun Oct 27 11:39:08 2019 -0700| [d6ac6650b911f0957e69545d7fc25be6b7728705] | committer: Steven Liu avformat/hls: Set AVFMT_TS_DISCONT flag on HLS input format There have been many reports over the years about problems when taking an HLS stream as inp

[FFmpeg-cvslog] vp4: prevent unaligned memory access in loop filter

2019-10-30 Thread Peter Ross
ffmpeg | branch: master | Peter Ross | Fri Jun 21 07:52:31 2019 +1000| [fd172185580c1ccdcfb90bbfdb59fa806fad3117] | committer: Michael Niedermayer vp4: prevent unaligned memory access in loop filter VP4 applies a loop filter during motion compensation, causing the block offset will often by un