[FFmpeg-cvslog] avcodec/ffv1enc: mark RGB48 support as non-experimental

2018-02-02 Thread Jérôme Martinez
ffmpeg | branch: master | Jérôme Martinez | Thu Feb 1 13:15:54 2018 +0100| [e3d946b3f48fa000e2ba917ecb1bf21e5fe947fb] | committer: Michael Niedermayer avcodec/ffv1enc: mark RGB48 support as non-experimental Remove the 2nd mark, 1st mark was removed in 58e16a4 Signed-off-by: Michael Niedermay

[FFmpeg-cvslog] ffprobe: remove usage of deprecation warning removal pragmas

2018-02-02 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Feb 2 17:51:24 2018 -0300| [94eb5505ad7b061e17e1c338f04bec0d05e10ca0] | committer: James Almer ffprobe: remove usage of deprecation warning removal pragmas Fixes compilation in non Windows targets. Signed-off-by: James Almer > http://git.videolan.

[FFmpeg-cvslog] ffprobe: Initialize coded_width/height

2018-02-02 Thread Zhong Li
ffmpeg | branch: master | Zhong Li | Fri Jan 19 13:05:55 2018 +0800| [19b1d905b88d32a86511219585eae6afda23dfbd] | committer: James Almer ffprobe: Initialize coded_width/height coded_width/height are unnitialized and will be overwritten by dec_ctx->width/height in avcodec_open2() This fixes tik

[FFmpeg-cvslog] librsvgdec: Fix frame clearing code

2018-02-02 Thread Calvin Walton
ffmpeg | branch: master | Calvin Walton | Thu Feb 1 13:28:25 2018 -0500| [108958e43df075967217d4c81cb4cea5164b2b5f] | committer: Rostislav Pehlivanov librsvgdec: Fix frame clearing code The existing code attempts to clear the frame by painting in OVER mode with transparent black - which is a

[FFmpeg-cvslog] fate: add id3v2 test

2018-02-02 Thread Richard Shaffer
ffmpeg | branch: master | Richard Shaffer | Sat Jan 27 18:21:28 2018 -0800| [4be6307cbf819eeaac850b3f0e7e088b147107d3] | committer: James Almer fate: add id3v2 test Adds basic unit test for parsing ID3v2 tags. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com