[FFmpeg-cvslog] pthread_frame: change the way delay is set

2020-06-09 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Thu Jun 4 12:01:51 2020 +0200| [6943ab688d0c75dbab3222b5b80457ab72a0615f] | committer: Anton Khirnov pthread_frame: change the way delay is set It is a constant known at codec init, so set it in ff_frame_thread_init(). Also, only set it for video, sin

[FFmpeg-cvslog] doc/utils: document the "s", "ms" and "us" suffixes for durations

2020-06-09 Thread Moritz Barsnick
ffmpeg | branch: master | Moritz Barsnick | Mon Jun 8 17:39:00 2020 +0200| [7ab375f57488112fcdc8c286cdf74276d50887c2] | committer: Gyan Doshi doc/utils: document the "s", "ms" and "us" suffixes for durations These suffixes were introduced in 61c972384d311508d07f9360d196909e27195655 and comple

[FFmpeg-cvslog] doc/ffmpeg: remove reference to deprecated option

2020-06-09 Thread Moritz Barsnick
ffmpeg | branch: master | Moritz Barsnick | Mon Jun 8 17:09:53 2020 +0200| [aab0885c198432457ff43581394156d9b09c05d1] | committer: Gyan Doshi doc/ffmpeg: remove reference to deprecated option The "-deinterlace" was deprecated since d7edd35, over eight years ago. Refer to deinterlacing filter

[FFmpeg-cvslog] avcodec/snow: ensure current_picture is writable before modifying its data

2020-06-09 Thread James Almer
ffmpeg | branch: master | James Almer | Fri May 29 13:59:12 2020 -0300| [1ee3c984b91e0241068d1c093d222ecec2e6052c] | committer: James Almer avcodec/snow: ensure current_picture is writable before modifying its data current_picture was not writable here because a reference existed in at least av

[FFmpeg-cvslog] avcodec/snow: ensure current_picture is writable before modifying its data

2020-06-09 Thread James Almer
ffmpeg | branch: release/4.3 | James Almer | Fri May 29 13:59:12 2020 -0300| [52dc21a68df37f5aa36b334de4d10747780bff9d] | committer: James Almer avcodec/snow: ensure current_picture is writable before modifying its data current_picture was not writable here because a reference existed in at le

[FFmpeg-cvslog] RELEASE: We are after the 4.3 branch point, update for that

2020-06-09 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Jun 8 23:18:27 2020 +0200| [f66f3ca2c18f00bf4fc17f7a5d346abb78be41de] | committer: Michael Niedermayer RELEASE: We are after the 4.3 branch point, update for that Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmp

[FFmpeg-cvslog] avformat/url: check return value of strchr

2020-06-09 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Thu May 28 10:41:25 2020 +0800| [029ff31af6801dd2bca1b543575e17eaaa6b0772] | committer: Steven Liu avformat/url: check return value of strchr fix ticket: 8687 workflow should return if there have no value of strchr Signed-off-by: Steven Liu > http://gi

[FFmpeg-cvslog] avformat/hls: check segment duration value of EXTINF

2020-06-09 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Fri May 29 11:39:05 2020 +0800| [9dfb19baeb86a8bb02c53a441682c6e9a6e104cc] | committer: Steven Liu avformat/hls: check segment duration value of EXTINF fix ticket: 8673 set the default EXTINF duration to 1ms if duration is smaller than 1ms Signed-off-by:

[FFmpeg-cvslog] avformat/hls: check output string is usable of ff_make_absolute_url

2020-06-09 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Thu May 28 10:41:26 2020 +0800| [ea1940c6e2ead234f6e563c095bb67d352e3328f] | committer: Steven Liu avformat/hls: check output string is usable of ff_make_absolute_url fix ticket: 8688 should goto failed workflow if cannot get usable string by ff_make_abso