ffmpeg | branch: master | Michael Niedermayer | Fri
Jun 23 01:58:48 2017 +0200| [24e95f9d4de012f51fdd5767dff0b3142e13ec3a] |
committer: Michael Niedermayer
avcodec/wavpack: Fix integer overflow
Fixes: runtime error: signed integer overflow: 227511904 + 1964113935 cannot be
represented in type
ffmpeg | branch: master | Michael Niedermayer | Thu
Jun 22 20:21:05 2017 +0200| [27f80ab0160d2e64007e1c9799ffd4504cc13eb5] |
committer: Michael Niedermayer
avcodec/tiff: Update pointer only when the result is used
Fixes: runtime error: signed integer overflow: 538976288 * 32 cannot be
represe
ffmpeg | branch: master | Michael Niedermayer | Thu
Jun 22 21:21:56 2017 +0200| [0c2ef4f6b4d52a7b7184c747ffea3576926ea1b1] |
committer: Michael Niedermayer
avcodec/takdec: Fix integer overflow
Fixes: runtime error: signed integer overflow: 512 + 2147483146 cannot be
represented in type 'int'
ffmpeg | branch: master | Rostislav Pehlivanov | Thu Jun
22 22:37:53 2017 +0100| [7e98da9c4f423a26929188aa0aba5b9b3c5989b0] | committer:
Rostislav Pehlivanov
opus_celt: do not use double precision exp2
Signed-off-by: Rostislav Pehlivanov
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com
ffmpeg | branch: master | James Almer | Thu Jun 22 15:51:28
2017 -0300| [505cb8e390f275830f5f387020207aaf267be800] | committer: James Almer
avformat/oggenc: check for stream private data in ogg_free()
Fixes a NULL pointer derefence when ogg_init() returns a failure and
a stream's private data w
ffmpeg | branch: master | Matthieu Bouron | Mon Jun
19 10:55:28 2017 +0200| [067e42b851a707924a154c4757516cc488985eb3] | committer:
Matthieu Bouron
checkasm/aarch64: fix tests returning a float
Avoids overriding the v0 register (which containins the result of the
tested function) in checkasm_c