[FFmpeg-cvslog] ffmpeg: Fix stts_data memory allocation

2018-03-08 Thread Xiaohan Wang
ffmpeg | branch: master | Xiaohan Wang | Tue Feb 13 14:45:14 2018 -0800| [3386be16d5131961f73c4227e9ddde4e3a5e39e3] | committer: Michael Niedermayer ffmpeg: Fix stts_data memory allocation In this loop, |i| is the "index". And the memory allocated should be at least the current "count", which

[FFmpeg-cvslog] avcodec/ffv1enc: remove warning about transparency

2018-03-08 Thread Jérôme Martinez
ffmpeg | branch: master | Jérôme Martinez | Wed Mar 7 13:26:36 2018 +0100| [00035a6b4a9fcb4a9756fd4a3a01a196575e0d35] | committer: Michael Niedermayer avcodec/ffv1enc: remove warning about transparency Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] lavc/videotoolbox: fix threaded decoding

2018-03-08 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Fri Feb 2 20:50:13 2018 -0600| [63d875772d265a885808532889f094f80afaac7a] | committer: Aman Gupta lavc/videotoolbox: fix threaded decoding AVHWAccel.end_frame can run on a worker thread. The assumption of the frame threading code is that the worker thr

[FFmpeg-cvslog] lavfi/drawutils: Do not claim to support P016.

2018-03-08 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Wed Mar 7 00:36:21 2018 +0100| [9fe61b61074b013bc0a9289a207efce2107bfbcf] | committer: Carl Eugen Hoyos lavfi/drawutils: Do not claim to support P016. Fixes fate on big-endian. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9fe61b6107

[FFmpeg-cvslog] libavfilter/vf_fps: Minor cleanups

2018-03-08 Thread Calvin Walton
ffmpeg | branch: master | Calvin Walton | Thu Feb 22 14:10:04 2018 -0500| [2b2c8b22da9f9f0005b619a539023afbad1a1edd] | committer: Nicolas George libavfilter/vf_fps: Minor cleanups Since the config_props function now references both the input and output links, rename the 'link' variable to 'out

[FFmpeg-cvslog] libavfilter/vf_fps: Rewrite using activate callback

2018-03-08 Thread Calvin Walton
ffmpeg | branch: master | Calvin Walton | Thu Feb 22 14:10:03 2018 -0500| [e4edc567a077d34f579d31ef0bfe164c7abfac4c] | committer: Nicolas George libavfilter/vf_fps: Rewrite using activate callback The old version of the filter had a problem where it would queue up all of the duplicate frames r

[FFmpeg-cvslog] avfilter/vf_vaguedenoiser: fix plane copy for >8 bit depth formats

2018-03-08 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Mar 8 11:04:12 2018 +0100| [2f147588f7beac9c85df81f331ce38626def20d7] | committer: Paul B Mahol avfilter/vf_vaguedenoiser: fix plane copy for >8 bit depth formats Fixes #7072. Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpe