diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2017-07-19 13:48:31 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-07-19 13:48:31 +0200 |
commit | 0df61711cfb974601fbb8ac3d168d1c52c699ac8 (patch) | |
tree | ef528faf4ba47ee4421a474d257518f12262f2ec | |
parent | 4e7ddba5949ab44798271cd5f82ea878a1826540 (diff) | |
download | ffmpeg-n3.0.9.tar.gz |
Changelog: updaten3.0.9
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | Changelog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -2,6 +2,16 @@ Entries are sorted chronologically from oldest to youngest within each release, releases are sorted from youngest to oldest. version 3.0.9 +- avcodec/aacdec_template: Fix undefined integer overflow in apply_tns() +- avcodec/mjpegdec: Clip DC also on the negative side. +- avcodec/aacps (fixed point): Fix multiple signed integer overflows +- avcodec/sbrdsp_fixed: Fix integer overflow in sbr_hf_apply_noise() +- avcodec/wavpack: Fix invalid shift +- avcodec/hevc_ps: Fix integer overflow with beta/tc offsets +- avcodec/cfhd: Fix invalid left shift of negative value +- avcodec/vb: Check vertical GMC component before multiply +- avcodec/jpeg2000dwt: Fix integer overflow in dwt_decode97_int() +- avcodec/apedec: Fix integer overflow - avcodec/wavpack: Fix integer overflow in wv_unpack_stereo() - avcodec/mpeg4videodec: Fix GMC with videos of dimension 1 - avcodec/wavpack: Fix integer overflow |