Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2020-07-07 20:33:31 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2020-07-07 20:33:31 +0300
commitd5b9ecc2d1ed345282064e41a2d6fbe4fa03bb4e (patch)
tree13a6b60f97694f362dd3548b45290ceaa16bde8c
parentefe225d30774e0dfba11a77e1d53915a57cce7f8 (diff)
Changelog: updaten2.8.17
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r--Changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index de8f782b12..d8240b72f0 100644
--- a/Changelog
+++ b/Changelog
@@ -2,6 +2,10 @@ Entries are sorted chronologically from oldest to youngest within each release,
releases are sorted from youngest to oldest.
version 2.8.17:
+ avcodec/apedec: Fix undefined integer overflow with 24bit
+ avcodec/loco: Fix integer overflow with large values from loco_get_rice()
+ avformat/smjpegdec: Check the existence of referred streams
+ avcodec/pnmdec: Fix misaligned reads
avformat/utils: reorder duration computation to avoid overflow
avcodec/pngdec: Check for fctl after idat
png: split header state and data state in two separate variables.