[FFmpeg-cvslog] Update for 3.1.1
Michael Niedermayer
git at videolan.org
Fri Jul 1 02:40:25 CEST 2016
ffmpeg | branch: release/3.1 | Michael Niedermayer <michael at niedermayer.cc> | Fri Jul 1 02:13:51 2016 +0200| [fc25481d17bec3c7191d933fcc25e87c0a20a3a1] | committer: Michael Niedermayer
Update for 3.1.1
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fc25481d17bec3c7191d933fcc25e87c0a20a3a1
---
Changelog | 14 ++++++++++++++
RELEASE | 2 +-
doc/Doxyfile | 2 +-
3 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/Changelog b/Changelog
index 99cdb80..2a87916 100644
--- a/Changelog
+++ b/Changelog
@@ -4,6 +4,20 @@ releases are sorted from youngest to oldest.
version <next>:
+version 3.1.1:
+- doc/APIchanges: document the lavu/lavf field moves
+- avformat/avformat: Move new field to the end of AVStream
+- avformat/utils: update deprecated AVStream->codec when the context is updated
+- avutil/frame: Move new field to the end of AVFrame
+- libavcodec/exr : fix decoding piz float file.
+- avformat/mov: Check sample size
+- lavfi: Move new field to the end of AVFilterContext
+- lavfi: Move new field to the end of AVFilterLink
+- ffplay: Fix usage of private lavfi API
+- lavc/mediacodecdec_h264: add missing NAL headers to SPS/PPS buffers
+- lavc/pnm_parser: disable parsing for text based PNMs
+
+
version 3.1:
- DXVA2-accelerated HEVC Main10 decoding
- fieldhint filter
diff --git a/RELEASE b/RELEASE
index 8c50098..94ff29c 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1 +1 @@
-3.1
+3.1.1
diff --git a/doc/Doxyfile b/doc/Doxyfile
index 53f9b25..68c0679 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.1
+PROJECT_NUMBER = 3.1.1
# 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