[FFmpeg-cvslog] Update for 2.7.1

Michael Niedermayer git at videolan.org
Fri Jun 19 19:10:13 CEST 2015


ffmpeg | branch: release/2.7 | Michael Niedermayer <michaelni at gmx.at> | Fri Jun 19 19:03:00 2015 +0200| [7cbceb16ade6937d0f8b5e7d92e8acfc1a00f088] | committer: Michael Niedermayer

Update for 2.7.1

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

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

diff --git a/Changelog b/Changelog
index aa5753e..8c2c458 100644
--- a/Changelog
+++ b/Changelog
@@ -3,6 +3,27 @@ releases are sorted from youngest to oldest.
 
 version <next>:
 
+version 2.7.1:
+- postproc: fix unaligned access
+- avformat: clarify what package needs to be compiled with SSL support
+- avcodec/libx264: Avoid reconfig on equivalent aspect ratios
+- avcodec/flacenc: Fix Invalid Rice order
+- tls_gnutls: fix hang on disconnection
+- avcodec/hevc_ps: Only discard overread VPS if a previous is available
+- ffmpeg: Free last_frame instead of just unref
+- avcodec/ffv1enc: fix bps for >8bit yuv when not explicitly set
+- avio: fix potential crashes when combining ffio_ensure_seekback + crc
+- examples/demuxing_decoding: use properties from frame instead of video_dec_ctx
+- h264: er: Copy from the previous reference only if compatible
+- doc: fix spelling errors
+- configure: only disable VSX for !ppc64el
+- ffmpeg_opt: Check for localtime() failure
+- avformat/singlejpeg: fix standalone compilation
+- configure: Disable VSX on unspecified / generic CPUs
+- avformat: Fix bug in parse_rps for HEVC.
+- takdec: ensure chan2 is a valid channel index
+- avcodec/h264_slice: Use AVFrame dimensions for grayscale handling
+
 
 version 2.7:
 - FFT video filter
diff --git a/RELEASE b/RELEASE
index 1effb00..860487c 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1 +1 @@
-2.7
+2.7.1
diff --git a/doc/Doxyfile b/doc/Doxyfile
index 0244e2b..0f847af 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         = 2.7
+PROJECT_NUMBER         = 2.7.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