Changelog: update

This commit is contained in:
Michael Niedermayer 2020-07-02 18:50:40 +02:00
parent 5c691bf758
commit 37a8ad9a31

View File

@ -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.