diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-08-25 03:35:17 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-08-25 03:35:17 +0200 |
commit | 949094a4cdd946a2e38b6fc570e190ac8df1b5ec (patch) | |
tree | 0b872ae6554e8d9897f2f41f7f3e9ee233697632 | |
parent | 79f52a0dbd484aad111e4bf4a4f7047c7ceb6137 (diff) | |
download | ffmpeg-949094a4cdd946a2e38b6fc570e190ac8df1b5ec.tar.gz |
Update for 3.1.3
-rw-r--r-- | Changelog | 22 | ||||
-rw-r--r-- | RELEASE | 2 | ||||
-rw-r--r-- | doc/Doxyfile | 2 |
3 files changed, 24 insertions, 2 deletions
@@ -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 @@ -1 +1 @@ -3.1.2 +3.1.3 diff --git a/doc/Doxyfile b/doc/Doxyfile index 20dcf77812..5c8b2ed10f 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 |