[FFmpeg-cvslog] avformat/nutdec: fix obvious typo

2018-12-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Dec 13 23:17:00 2018 +0100| [f2179afb01a35cce6189c878ae1ddfc84895676c] | committer: Paul B Mahol avformat/nutdec: fix obvious typo Fixes #6742. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f2179afb01a35cce6189c878ae1ddfc84895676c ---

[FFmpeg-cvslog] avformat/nut: add support for yuva444/422p12 pixel format

2018-12-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Dec 14 11:26:30 2018 +0100| [6f058b5cef67ffdb45f1d99553537efa9d3c1c1a] | committer: Paul B Mahol avformat/nut: add support for yuva444/422p12 pixel format > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6f058b5cef67ffdb45f1d99553537efa9d3

[FFmpeg-cvslog] avformat/flac_picture: try to guess PNG by actual picture data

2018-12-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Dec 13 20:12:52 2018 +0100| [e9817636a7e132129fee0c34e05f224da14c5200] | committer: Paul B Mahol avformat/flac_picture: try to guess PNG by actual picture data Fixes #5028. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e9817636a7e13212

[FFmpeg-cvslog] avformat/id3v2: use png header to get PNG signature

2018-12-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Dec 14 11:34:46 2018 +0100| [5e6b93bb4dc46a8a2c9e18e58810bdb6a64a1790] | committer: Paul B Mahol avformat/id3v2: use png header to get PNG signature > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5e6b93bb4dc46a8a2c9e18e58810bdb6a64a1790

[FFmpeg-cvslog] avformat/movenc: treat ALAC same as FLAC and write correct info

2018-12-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Dec 14 12:10:25 2018 +0100| [d9a91d58a17ff485a02cd63581ba6f528315c767] | committer: Paul B Mahol avformat/movenc: treat ALAC same as FLAC and write correct info Fixes #7291. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d9a91d58a17ff48

[FFmpeg-cvslog] doc/metadata: fix error in timebase description

2018-12-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Dec 14 12:56:13 2018 +0100| [ddefd05507fdf4391485f9985e80e4672486dbfd] | committer: Paul B Mahol doc/metadata: fix error in timebase description Fixes #7184. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ddefd05507fdf4391485f9985e80e46

[FFmpeg-cvslog] avcodec/ass_split: fix a memory leak defect when realloc fails

2018-12-14 Thread Fan Gang
ffmpeg | branch: master | Fan Gang | Tue Feb 13 15:38:59 2018 +0800| [c6e1966c1a1a8987de0834462d7a76377eaa76bc] | committer: Paul B Mahol avcodec/ass_split: fix a memory leak defect when realloc fails Fixes #7019. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c6e1966c1a1a8987de08

[FFmpeg-cvslog] avformat/ffmetadec: do no limit size of tags to 1024

2018-12-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Dec 13 13:06:30 2018 +0100| [78e7b70395e984326bf2b82727d9943ecc10617e] | committer: Paul B Mahol avformat/ffmetadec: do no limit size of tags to 1024 Use bprint API instead. Fixes #4833. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7

[FFmpeg-cvslog] avcodec/mpeg: Initialize quarter_sample parameter from previous thread.

2018-12-14 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Wed Dec 12 23:57:35 2018 -0500| [5282db5929f25ca9566a47ad217794842b364afc] | committer: Michael Niedermayer avcodec/mpeg: Initialize quarter_sample parameter from previous thread. Fixes #7410. The value of sub-pixel precision for me/mc can change durin

[FFmpeg-cvslog] swscale/output: VSX-optimize 16-bit yuv2plane1

2018-12-14 Thread Lauri Kasanen
ffmpeg | branch: master | Lauri Kasanen | Thu Dec 13 14:07:58 2018 +0200| [b4c8c03b004077c0160c9898e8e5b7acc3bea630] | committer: Michael Niedermayer swscale/output: VSX-optimize 16-bit yuv2plane1 ./ffmpeg_g -f rawvideo -pix_fmt rgb24 -s hd1080 -i /dev/zero -pix_fmt yuv420p16le \ -f null -vfr

[FFmpeg-cvslog] avformat/nutdec: fix pts overflow

2018-12-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Dec 14 21:48:17 2018 +0100| [6bfc935232fbdb584abef0ec4560be00c5797f46] | committer: Paul B Mahol avformat/nutdec: fix pts overflow Probably fixes #6913. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6bfc935232fbdb584abef0ec4560be00c579

[FFmpeg-cvslog] avcodec/dvdsubdec: discard accumulated buffer on error

2018-12-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Dec 6 00:09:37 2018 +0100| [35a603050d6c1f8d6955808e1b13d81cd12f8843] | committer: Michael Niedermayer avcodec/dvdsubdec: discard accumulated buffer on error Fixes: Timeout Fixes: 10992/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_DVDS

[FFmpeg-cvslog] avcodec/clearvideo: Check remaining input bits in P macro block loop

2018-12-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Dec 6 01:19:37 2018 +0100| [7aaab127bebb33003105a620736d6cae8c45a6e5] | committer: Michael Niedermayer avcodec/clearvideo: Check remaining input bits in P macro block loop Fixes: Timeout Fixes: 11083/clusterfuzz-testcase-minimized-ffmpeg_AV

[FFmpeg-cvslog] avcodec/rasc: Check input space before reading chunk

2018-12-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Dec 5 02:18:51 2018 +0100| [52ba824c65817c1db6aad41c470dde7162252036] | committer: Michael Niedermayer avcodec/rasc: Check input space before reading chunk Fixes: Timeout Fixes: 8/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_RASC_f

[FFmpeg-cvslog] avfilter/vf_overlay: fix filtering with negative y

2018-12-14 Thread Paul B Mahol
ffmpeg | branch: release/4.1 | Paul B Mahol | Mon Dec 3 10:00:01 2018 +0100| [a4ddc3c9fc60e6cf8123966f4ca7a7db70aa58eb] | committer: Marton Balint avfilter/vf_overlay: fix filtering with negative y (cherry picked from commit 8440835dbe93ef9972ceb940af9bda9bc0e178e7) > http://git.videolan.org

[FFmpeg-cvslog] lavc/g729dec: Support stereo streams.

2018-12-14 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Fri Dec 14 15:16:56 2018 +0100| [641d52152f6a6825f2b77b1b4c4cd6621a8fa236] | committer: Carl Eugen Hoyos lavc/g729dec: Support stereo streams. Fixes ticket #4553. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=641d52152f6a6825f2b77b1b4

[FFmpeg-cvslog] lavc/g729dec: Cosmetics, fix indentation after last commit.

2018-12-14 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Sat Dec 15 00:55:18 2018 +0100| [011c9112a0207e6f3ae1cb1226f10c6bbb1fa887] | committer: Carl Eugen Hoyos lavc/g729dec: Cosmetics, fix indentation after last commit. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=011c9112a0207e6f3ae1cb12