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>2016-10-22 02:37:37 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2016-10-22 02:37:37 +0300
commit2a5c41e3e4a7e763503af59de903d5649dcc071a (patch)
tree7f6ff09921a58911f0cd99e9c87cff513c86fa45
parent9e6586ceb2f2891730557c7ec8bf5388cc7b0d94 (diff)
Chagelog: updaten3.1.5
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 9baf711241..ccb0799dff 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 3.1.5:
+- avformat/mxfdec: Check size to avoid integer overflow in mxf_read_utf16_string()
+- avcodec/mpegvideo_enc: Clear mmx state in ff_mpv_reallocate_putbitbuffer()
+- avcodec/utils: Clear MMX state before returning from avcodec_default_execute*()
+- doc/examples/demuxing_decoding: Drop AVFrame->pts use
- libopenjpegenc: fix out-of-bounds reads when filling the edges
- libopenjpegenc: stop reusing image data buffer for openjpeg 2
- configure: fix detection of libopenjpeg