[FFmpeg-cvslog] avcodec/shorten: Fix undefined integer overflow

2018-07-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Jul 2 19:08:54 2018 +0200| [70832333bba3b915040f415548518e136b44280e] | committer: Michael Niedermayer avcodec/shorten: Fix undefined integer overflow Fixes: signed integer overflow: 8454144 * 256 cannot be represented in type 'int' Fixes:

[FFmpeg-cvslog] avcodec/shorten: Fix undefined addition in shorten_decode_frame()

2018-07-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Jul 2 19:11:46 2018 +0200| [3b10bb8772c76177cc47b8d15a6970f19dd11039] | committer: Michael Niedermayer avcodec/shorten: Fix undefined addition in shorten_decode_frame() Fixes: signed integer overflow: 1139785606 + 1454196085 cannot be repres

[FFmpeg-cvslog] avcodec/jpeg2000dec: Check that there are enough bytes for all tiles

2018-07-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Jul 2 18:40:08 2018 +0200| [0898a3d9909960324e27d3a7a4f48c4effbb654a] | committer: Michael Niedermayer avcodec/jpeg2000dec: Check that there are enough bytes for all tiles Fixes: OOM Fixes: 8781/clusterfuzz-testcase-minimized-ffmpeg_AV_CODE

[FFmpeg-cvslog] avformat/mov: Expose encryption info to the app.

2018-07-03 Thread Jacob Trimble
ffmpeg | branch: master | Jacob Trimble | Wed Dec 6 16:17:54 2017 -0800| [7e22f5d457fa042292741c1f5c38232ba10dbea2] | committer: Michael Niedermayer avformat/mov: Expose encryption info to the app. This exposes encryption info from the container to the app. This includes key ID, IV, and subs

[FFmpeg-cvslog] avcodec/jpeg2000dec: Fixes invalid shifts in jpeg2000_decode_packets_po_iteration()

2018-07-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Jul 2 18:57:05 2018 +0200| [652d7c6348f96181fa69f8e2afb7b27a14c0a88a] | committer: Michael Niedermayer avcodec/jpeg2000dec: Fixes invalid shifts in jpeg2000_decode_packets_po_iteration() Fixes: shift exponent 47 is too large for 32-bit type

[FFmpeg-cvslog] riff: add ATRAC9 guid

2018-07-03 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Sat Jun 30 08:32:05 2018 +0100| [9fececb6f335851304a8e1e78ff7d6f8c11c285a] | committer: Rostislav Pehlivanov riff: add ATRAC9 guid Enables demuxing of ATRAC9 files. Signed-off-by: Rostislav Pehlivanov > http://git.videolan.org/gitweb.cgi/ffmp