diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2019-11-22 22:46:42 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2019-11-22 22:46:42 +0100 |
commit | e5baac772ccbabda4eb06fc48cbf332660da6815 (patch) | |
tree | 4e20891b093a24309bc71c332272eb5210a1cc6e | |
parent | b9735a0271a95d4188b195723e31a817cd6bd33a (diff) | |
download | ffmpeg-e5baac772ccbabda4eb06fc48cbf332660da6815.tar.gz |
Changelog: update
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | Changelog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -2,6 +2,15 @@ Entries are sorted chronologically from oldest to youngest within each release, releases are sorted from youngest to oldest. version 3.4.7: +- avcodec/iff: Move index use after check in decodeplane8() +- avcodec/atrac3: Check for huge block aligns +- avcodec/ralf: use multiply instead of shift to avoid undefined behavior in decode_block() +- avcodec/wmadec: Require previous exponents for reuse +- avcodec/vc1_block: Fix undefined behavior in ac prediction rescaling +- avcodec/qdm2: The smallest header seems to have 2 bytes so treat 1 as invalid +- avcodec/apedec: Fixes integer overflow of res+*data in do_apply_filter() +- avcodec/sonic: Fix integer overflow in predictor_calc_error() +- avformat/mp3dec: Check that the frame fits within the probe buffe - lavc/tableprint_vlc: Remove avpriv_request_sample() from included files. - avcodec/wmaprodec: get frame during frame decode - avcodec/interplayacm: Fix overflow of last unused value |