[FFmpeg-cvslog] Update for 3.0.7

Michael Niedermayer git at videolan.org
Wed Feb 8 22:17:34 EET 2017


ffmpeg | branch: release/3.0 | Michael Niedermayer <michael at niedermayer.cc> | Wed Feb  8 21:16:57 2017 +0100| [a5dabd4013d1d4e90855d955fcc5069c6ddf8170] | committer: Michael Niedermayer

Update for 3.0.7

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a5dabd4013d1d4e90855d955fcc5069c6ddf8170
---

 Changelog    | 8 ++++++++
 RELEASE      | 2 +-
 doc/Doxyfile | 2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/Changelog b/Changelog
index fe496dc..8e8aa20 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,14 @@
 Entries are sorted chronologically from oldest to youngest within each release,
 releases are sorted from youngest to oldest.
 
+version 3.0.7
+- avcodec/h264_slice: Clear ref_counts on redundant slices
+- lavf/mov.c: Avoid heap allocation wrap in mov_read_uuid
+- lavf/mov.c: Avoid heap allocation wrap in mov_read_hdlr
+- avcodec/pictordec: Fix logic error
+- avcodec/movtextdec: Fix decode_styl() cleanup
+- lavf/matroskadec: fix is_keyframe for early Blocks
+
 version 3.0.6:
 - avcodec/pngdec: Check trns more completely
 - avcodec/interplayvideo: Move parameter change check up
diff --git a/RELEASE b/RELEASE
index 818bd47..2451c27 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1 +1 @@
-3.0.6
+3.0.7
diff --git a/doc/Doxyfile b/doc/Doxyfile
index a03b12e..cb6e3cf 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -31,7 +31,7 @@ PROJECT_NAME           = FFmpeg
 # This could be handy for archiving the generated documentation or
 # if some version control system is used.
 
-PROJECT_NUMBER         = 3.0.6
+PROJECT_NUMBER         = 3.0.7
 
 # With the PROJECT_LOGO tag one can specify a logo or icon that is included
 # in the documentation. The maximum height of the logo should not exceed 55



More information about the ffmpeg-cvslog mailing list