[FFmpeg-cvslog] configure: The eac3_core bitstream filter needs the ac3 parser.

2018-06-13 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Tue Jun 12 10:02:44 2018 +0200| [9461e7d3a598e78811146b730db68d3a5b2532b0] | committer: Carl Eugen Hoyos configure: The eac3_core bitstream filter needs the ac3 parser. Fixes linking with "--disable-everything --enable-bsf=eac3_core". > http://git.

[FFmpeg-cvslog] avformat/mov: Add check for per-sample IV size.

2018-06-13 Thread Jacob Trimble
ffmpeg | branch: master | Jacob Trimble | Tue Jun 12 14:26:20 2018 -0700| [4aba45ca1fece6be425d168c05aa3a7f9f05da36] | committer: Michael Niedermayer avformat/mov: Add check for per-sample IV size. Found by Chrome's ClusterFuzz: http://crbug.com/849062. Signed-off-by: Jacob Trimble Signed-of

[FFmpeg-cvslog] avformat/movenc: fix recognization of cover image streams

2018-06-13 Thread Timo Teräs
ffmpeg | branch: master | Timo Teräs | Mon Jun 4 17:36:19 2018 +0300| [2223811b015926fec68473a08016d40cea0989b2] | committer: Michael Niedermayer avformat/movenc: fix recognization of cover image streams For chapter images, the mov demux produces streams with disposition set to attached_pic+t

[FFmpeg-cvslog] avformat/movenc: properly handle cover image codecs

2018-06-13 Thread Timo Teräs
ffmpeg | branch: master | Timo Teräs | Fri Jun 1 02:24:39 2018 +0300| [12205d2c896b7edbc929d4886e7bfda4b53538e5] | committer: Michael Niedermayer avformat/movenc: properly handle cover image codecs Find codec tag for attached images using appropriate list of supported image formats. This fix

[FFmpeg-cvslog] doc/devices: order alphabetically and add missing v4l2 outdev

2018-06-13 Thread Lou Logan
ffmpeg | branch: master | Lou Logan | Wed Jun 13 11:21:12 2018 -0800| [30af29a712b820e8e28c4963fab0160128c23d3d] | committer: Lou Logan doc/devices: order alphabetically and add missing v4l2 outdev Signed-off-by: Lou Logan > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=30af29a712

[FFmpeg-cvslog] avcodec/mpeg4videodec: Clear bits_per_raw_sample if it has originated from a previous instance

2018-06-13 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Jun 9 22:25:38 2018 +0200| [2fc108f60f98cd00813418a8754a46476b404a3c] | committer: Michael Niedermayer avcodec/mpeg4videodec: Clear bits_per_raw_sample if it has originated from a previous instance Fixes: assertion failure Fixes: ffmpeg_cra

[FFmpeg-cvslog] qt-faststart: add fate test for stco overflow

2018-06-13 Thread erankor
ffmpeg | branch: master | erankor | Mon Jun 11 14:45:11 2018 +0300| [c5e6c0b5f680bbcaa7a172b6b241f5a920df983a] | committer: Michael Niedermayer qt-faststart: add fate test for stco overflow verify that the stco atom is upgraded to co64 when the addition of moov size to the offsets results in a

[FFmpeg-cvslog] qt-faststart - stco offset bug fix

2018-06-13 Thread erankor
ffmpeg | branch: master | erankor | Fri Jun 1 09:55:45 2018 +0300| [dc16c9dd90593ffc3642d4a531b73ae6ea836a97] | committer: Michael Niedermayer qt-faststart - stco offset bug fix when the last offsets in the stco atom are close to 4GB, the addition of the moov atom size can overflow, causing c

[FFmpeg-cvslog] qt-faststart: add validation on ftyp atom size

2018-06-13 Thread erankor
ffmpeg | branch: master | erankor | Wed Jun 13 11:48:20 2018 +0300| [ee09ffbfd2f744e796d6289523f396d830c025a3] | committer: Michael Niedermayer qt-faststart: add validation on ftyp atom size avoid trying to allocate an unreasonably sized buffer on corrupt files Signed-off-by: Michael Niederma