diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-06-19 19:03:00 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-06-19 19:03:00 +0200 |
commit | 7cbceb16ade6937d0f8b5e7d92e8acfc1a00f088 (patch) | |
tree | 8df5f2f04e63dfbedb6bcd6527368c109d7b365b | |
parent | 157dd527008cf3569853dd75dc808021a6a1f62e (diff) | |
download | ffmpeg-7cbceb16ade6937d0f8b5e7d92e8acfc1a00f088.tar.gz |
Update for 2.7.1
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | Changelog | 21 | ||||
-rw-r--r-- | RELEASE | 2 | ||||
-rw-r--r-- | doc/Doxyfile | 2 |
3 files changed, 23 insertions, 2 deletions
@@ -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 @@ -1 +1 @@ -2.7 +2.7.1 diff --git a/doc/Doxyfile b/doc/Doxyfile index 0244e2b98b..0f847afa0c 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 |