ffmpeg | branch: release/3.1 | Michael Niedermayer <[email protected]> | Thu Aug 25 03:35:17 2016 +0200| [949094a4cdd946a2e38b6fc570e190ac8df1b5ec] | committer: Michael Niedermayer
Update for 3.1.3 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=949094a4cdd946a2e38b6fc570e190ac8df1b5ec --- Changelog | 22 ++++++++++++++++++++++ RELEASE | 2 +- doc/Doxyfile | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 6100077..a1bd17d 100644 --- a/Changelog +++ b/Changelog @@ -4,6 +4,28 @@ releases are sorted from youngest to oldest. version <next>: +version 3.1.3: +- avcodec/exr: Check tile positions +- avcodec/aacenc: Tighter input checks +- avformat/wtvdec: Check pointer before use +- libavcodec/wmalosslessdec: Check the remaining bits +- avcodec/adpcm: Fix adpcm_ima_wav padding +- avcodec/svq3: fix slice size check +- avcodec/diracdec: Check numx/y +- avcodec/h2645_parse: fix nal size +- avcodec/h2645_parse: Use get_nalsize() in ff_h2645_packet_split() +- h2645_parse: only read avc length code at the correct position +- h2645_parse: don't overread AnnexB NALs within an avc stream +- avcodec/h264_parser: Factor get_avc_nalsize() out +- avcodec/cfhd: Increase minimum band dimension to 3 +- avcodec/indeo2: check ctab +- avformat/swfdec: Fix inflate() error code check +- avcodec/rawdec: Fix bits_per_coded_sample checks +- vcodec/h2645_parse: Clear buffer padding +- avcodec/h2645: Fix NAL unit padding +- avfilter/drawutils: Fix single plane with alpha +- cmdutils: check for SetDllDirectory() availability + version 3.1.2: - cmdutils: remove the current working directory from the DLL search path on win32 - avcodec/rawdec: Fix palette handling with changing palettes diff --git a/RELEASE b/RELEASE index ef538c2..ff365e0 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -3.1.2 +3.1.3 diff --git a/doc/Doxyfile b/doc/Doxyfile index 20dcf77..5c8b2ed 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.2 +PROJECT_NUMBER = 3.1.3 # 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 _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
