[FFmpeg-cvslog] libavformat/mov: Fix heap buffer overflow.

2018-06-01 Thread Jacob Trimble
ffmpeg | branch: master | Jacob Trimble | Thu May 31 10:41:29 2018 -0700| [9827bb88e7dc55d5aaeddfaa3d1ba80a7489566c] | committer: Michael Niedermayer libavformat/mov: Fix heap buffer overflow. Found by Chrome's ClusterFuzz: https://crbug.com/847060 Signed-off-by: Jacob Trimble Signed-off-by:

[FFmpeg-cvslog] lavc/libx265: allow users to set closed GOP via generic lavc flag

2018-06-01 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Fri Jun 1 16:32:02 2018 +0530| [841c1efc78ace70497187d984adf31c7cc2cd7b6] | committer: Gyan Doshi lavc/libx265: allow users to set closed GOP via generic lavc flag lavc flag 'cgop' can be used to set closed GOP. Reviewed-by: Derek Buitenhuis > http://g

[FFmpeg-cvslog] avcodec/dpx: Support for RGBA 12-bit packed decoding

2018-06-01 Thread Jérôme Martinez
ffmpeg | branch: master | Jérôme Martinez | Fri Jun 1 10:09:01 2018 +0200| [5205b3289e46b680c314e44a9243929b6d00146a] | committer: Paul B Mahol avcodec/dpx: Support for RGBA 12-bit packed decoding Limited to widths multiple of 2 due to lack of test files for such corner case This partially f

[FFmpeg-cvslog] avcodec/dnxhdenc: do not free nonexistent slice threads data when frame threading is used

2018-06-01 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Jun 1 10:54:39 2018 +0200| [0d35413e5dbe304bafbe48b1057785ced44de71f] | committer: Paul B Mahol avcodec/dnxhdenc: do not free nonexistent slice threads data when frame threading is used Forgotten in 28e9ba951d1a0b0aca53b242aa64f484ca75e874. Fixes #