[FFmpeg-cvslog] update for 3.0.2

Michael Niedermayer git at videolan.org
Thu Apr 28 02:14:21 CEST 2016


ffmpeg | branch: release/3.0 | Michael Niedermayer <michael at niedermayer.cc> | Thu Apr 28 01:40:54 2016 +0200| [ad559492dc75e7e6d74c48889eb6b90918a39126] | committer: Michael Niedermayer

update for 3.0.2

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

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

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

diff --git a/Changelog b/Changelog
index 8776e0d..5cb30a0 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,25 @@
 Entries are sorted chronologically from oldest to youngest within each release,
 releases are sorted from youngest to oldest.
 
+
+version 3.0.2:
+- avcodec/ttaenc: Reallocate packet if its too small
+- configure: build fix for P5600 with mips code restructuring
+- mips: add support for R6
+- pgssubdec: fix subpicture output colorspace and range
+- avcodec/ac3dec: Reset SPX when switching from EAC3 to AC3
+- avfilter/vf_drawtext: Check return code of load_glyph()
+- avformat/mux: Check that deinit is set before calling it
+- avcodec/takdec: add code that got somehow lost in process of REing
+- avcodec/apedec: fix decoding of stereo files with one channel full of silence
+- avcodec/avpacket: Fix off by 5 error
+- avcodec/h264: Fix for H.264 configuration parsing
+- avcodec/bmp_parser: Ensure remaining_size is not too small in startcode packet crossing corner case
+- avcodec/pngdec: Fix alpha detection with skip_frame
+- Changelog: Make formating consistent
+- avfilter/src_movie: fix how we check for overflows with seek_point
+- avcodec/j2kenc: Add attribution to OpenJPEG project:
+
 version 3.0.1:
 - avcodec/libutvideodec: copy frame so it has reference counters when refcounted_frames is set
 - avformat/rtpdec_jpeg: fix low contrast image on low quality setting
diff --git a/RELEASE b/RELEASE
index cb2b00e..b502146 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1 +1 @@
-3.0.1
+3.0.2
diff --git a/doc/Doxyfile b/doc/Doxyfile
index c001ef7..845d8dc 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.1
+PROJECT_NUMBER         = 3.0.2
 
 # 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