ffmpeg | branch: master | Michael Niedermayer | Sun
Jan 14 00:39:39 2018 +0100| [a1f38c75893c852cf19dcf3e4553549ba1e70950] |
committer: Michael Niedermayer
avcodec/ac3dec_fixed: Fix integer overflow in scale_coefs()
Fixes: runtime error: signed integer overflow: 2147483520 + 128 cannot be
rep
ffmpeg | branch: master | Michael Niedermayer | Sun
Jan 14 00:39:40 2018 +0100| [6887e412434776eb260ad3904f565be491dd5726] |
committer: Michael Niedermayer
avcodec/jpeg2000: Check sum of sizes of band->prec before allocating
Fixes: OOM
Fixes: 4810/clusterfuzz-testcase-minimized-603425323509350
ffmpeg | branch: master | Michael Niedermayer | Sun
Jan 14 00:39:41 2018 +0100| [83e34ae3c2b36e7b20169a8866e3f49294db1f5a] |
committer: Michael Niedermayer
avcodec/wavpack: Fix integer overflows in wv_unpack_stereo / mono
Fixes: runtime error: signed integer overflow: 2146276249 + 1487583 cann
ffmpeg | branch: master | wm4 | Sat Jan 13 07:05:09
2018 +0100| [cbbb2067341d7c2d98f560f81c6fb103af33a490] | committer: wm4
hwcontext_vdpau: implement av_hwdevice_get_hwframe_constraints()
In addition, this does not allow creating frames contexts with sw_format
for which no known transfer forma
ffmpeg | branch: master | wm4 | Thu Jan 11 02:27:20
2018 +0100| [43e1ccfea186080b1c4cb4cd1e59ac1a3c3dc446] | committer: wm4
http: cosmetics: reformat reconnect check for better readability
The condition was a bit too long, and most editors will break the line
and turn it into an unreadable mess