[FFmpeg-cvslog] Update for 3.2.4

Michael Niedermayer git at videolan.org
Wed Feb 8 21:30:51 EET 2017


ffmpeg | branch: release/3.2 | Michael Niedermayer <michael at niedermayer.cc> | Wed Feb  8 20:30:18 2017 +0100| [cbe65ccfa02a9061cead73a6685eef90225c41b5] | committer: Michael Niedermayer

Update for 3.2.4

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

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

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

diff --git a/Changelog b/Changelog
index b1f05a0..1e0f861 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.2.4:
+- 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
+- ffserver_config: Setup codecpar in add_codec()
+- Changelog: fix typos
+
 version 3.2.3:
 - avcodec/movtextdec: Fix decode_styl() cleanup
 - lavf/matroskadec: fix is_keyframe for early Blocks
diff --git a/RELEASE b/RELEASE
index b347b11..351227f 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1 +1 @@
-3.2.3
+3.2.4
diff --git a/doc/Doxyfile b/doc/Doxyfile
index 367a2d0..1426772 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -38,7 +38,7 @@ PROJECT_NAME           = FFmpeg
 # could be handy for archiving the generated documentation or if some version
 # control system is used.
 
-PROJECT_NUMBER         = 3.2.3
+PROJECT_NUMBER         = 3.2.4
 
 # Using the PROJECT_BRIEF tag one can provide an optional one line description
 # for a project that appears at the top of each page and should give viewer a



More information about the ffmpeg-cvslog mailing list