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-02 19:50:40 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2020-07-02 19:50:40 +0300
commit37a8ad9a3167923d500910031a8086489c004d83 (patch)
treef848b8bf3ec951a8e69bc93d720229f40520b053
parent5c691bf7585de2d6fa29872512ea14937c9fd015 (diff)
Changelog: updaten3.2.15
-rw-r--r--Changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 16481ad9b1..3952acc1ab 100644
--- a/Changelog
+++ b/Changelog
@@ -2,6 +2,9 @@ Entries are sorted chronologically from oldest to youngest within each release,
releases are sorted from youngest to oldest.
version 3.2.15:
+ avcodec/dstdec: Replace AC overread check by sample rate check
+ avformat/mov: fix memleaks
+ libavformat/mov: Fix memleaks when demuxing DV audio
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.