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 /Changelog | |
parent | 79f52a0dbd484aad111e4bf4a4f7047c7ceb6137 (diff) | |
download | ffmpeg-949094a4cdd946a2e38b6fc570e190ac8df1b5ec.tar.gz |
Update for 3.1.3
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 22 |
1 files changed, 22 insertions, 0 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 |