[FFmpeg-cvslog] avcodec/wavpack: Fix integer overflows in wv_unpack_stereo / mono

2018-01-15 Thread Michael Niedermayer
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:

[FFmpeg-cvslog] avcodec/jpeg2000: Check sum of sizes of band->prec before allocating

2018-01-15 Thread Michael Niedermayer
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:

[FFmpeg-cvslog] avcodec/ac3dec_fixed: Fix integer overflow in scale_coefs()

2018-01-15 Thread Michael Niedermayer
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:

[FFmpeg-cvslog] hwcontext_vdpau: implement av_hwdevice_get_hwframe_constraints()

2018-01-15 Thread wm4
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

[FFmpeg-cvslog] http: cosmetics: reformat reconnect check for better readability

2018-01-15 Thread wm4
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