[FFmpeg-cvslog] avcodec/libopenh264enc: fix class_name

2018-11-12 Thread Tobias Rapp
ffmpeg | branch: master | Tobias Rapp | Mon Nov 12 17:04:43 2018 +0100| [7992c2867efc79eb8e9983e15a7ba998d6c48ffd] | committer: Tobias Rapp avcodec/libopenh264enc: fix class_name Reverts some accidental change in commit e621b1ca646a2f268797adc3194b694a852548d2. Reviewed-by: Jan Ekström

[FFmpeg-cvslog] avfilter/vf_alphamerge: do not check for ret value if all wanted frames are present

2018-11-12 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Nov 12 22:07:13 2018 +0100| [23f589e073406f8c9d80092d3ff9ef8c22f27e63] | committer: Paul B Mahol avfilter/vf_alphamerge: do not check for ret value if all wanted frames are present It is not needed and may be uninitialized. >

[FFmpeg-cvslog] avfilter/vf_fade: fix start/duration max value

2018-11-12 Thread Mark Harris
ffmpeg | branch: master | Mark Harris | Sun Nov 11 22:54:04 2018 -0800| [ae4323548ae821db81b73bc66cf5a2f9885296cb] | committer: Paul B Mahol avfilter/vf_fade: fix start/duration max value A fade out (usually at the end of a video) can easily start beyond INT32_MAX (about 36 minutes).

[FFmpeg-cvslog] avfilter/af_afftfilt: use first input frame timestamp

2018-11-12 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Nov 12 12:30:37 2018 +0100| [e96742dd3bdfa36c8c80cc0c7a63af1425386c49] | committer: Paul B Mahol avfilter/af_afftfilt: use first input frame timestamp >

[FFmpeg-cvslog] lavc/videotoolbox: Fix cropping with HEVC and H264 videos

2018-11-12 Thread Akemi
ffmpeg | branch: master | Akemi | Sat Nov 10 16:09:05 2018 +0100| [233cd89056405c76f01cc6f5315aa566454132fa] | committer: Carl Eugen Hoyos lavc/videotoolbox: Fix cropping with HEVC and H264 videos videotoolbox returns an already cropped stream which led to double cropping. this issue was

[FFmpeg-cvslog] fate: Add test for vc1test demuxer

2018-11-12 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Tue Oct 23 21:45:01 2018 +0800| [991cd7915537601ce4b862b981e4ef5d517205dd] | committer: Jun Zhao fate: Add test for vc1test demuxer Signed-off-by: Jun Zhao >

[FFmpeg-cvslog] avfilter/vf_alphamerge: switch to activate

2018-11-12 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Nov 11 12:29:03 2018 +0100| [29f2893318a233b5e40be47ff5caf12f24623867] | committer: Paul B Mahol avfilter/vf_alphamerge: switch to activate > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=29f2893318a233b5e40be47ff5caf12f24623867 ---

[FFmpeg-cvslog] avformat/hlsenc: check dirname and fix vtt problem

2018-11-12 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Mon Nov 12 17:42:12 2018 +0800| [43cc2e39c0092d5f34bc89618188af71019b5e9f] | committer: Steven Liu avformat/hlsenc: check dirname and fix vtt problem fix ticket: 7527 check dirname before use it refine webvtt code in the hls_delete_old_segments

[FFmpeg-cvslog] avcodec/tiff: add initial bayer and sub image support

2018-11-12 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Oct 30 22:05:52 2018 +0100| [26772b789b950d7f941506225924333736872cd6] | committer: Paul B Mahol avcodec/tiff: add initial bayer and sub image support >

[FFmpeg-cvslog] avfilter/af_headphone: do not leak input frames on error

2018-11-12 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Nov 12 09:38:30 2018 +0100| [0f2cfa3d809b287b886fcaf8e0c61efae7a1cea7] | committer: Paul B Mahol avfilter/af_headphone: do not leak input frames on error >

[FFmpeg-cvslog] avfilter/af_afftfilt: calculate all channels FFT values upfront

2018-11-12 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Nov 12 09:27:08 2018 +0100| [a09411a0ee029687d3a80fb17149406513b2d2e5] | committer: Paul B Mahol avfilter/af_afftfilt: calculate all channels FFT values upfront >