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>2019-02-09 20:20:02 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2019-02-09 20:33:21 +0300
commit74700e50bf7444930bfc12935bd3e17cd5f766c1 (patch)
tree3386d1a2b73380372dd04107e7ab4a10559d9337
parent00cdf4e4e51750daa1e99ecbd49d6ee5f98dac51 (diff)
Changelog: updaten4.1.1
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index acf01244ec..809d2967a2 100644
--- a/Changelog
+++ b/Changelog
@@ -2,6 +2,8 @@ Entries are sorted chronologically from oldest to youngest within each release,
releases are sorted from youngest to oldest.
version 4.1.1:
+- avformat/mov: validate chunk_count vs stsc_data
+- avformat/mov: require tfhd to begin parsing trun
- avcodec/pgssubdec: Check for duplicate display segments
- avformat/rtsp: Check number of streams in sdp_parse_line()
- avformat/rtsp: Clear reply in every iteration in ff_rtsp_connect()