diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2018-02-19 00:43:07 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2018-02-19 01:11:57 +0100 |
commit | 3f8a0d5ad1a9ee2d15083f954a75f2aabe987b07 (patch) | |
tree | b35f5068655aed2af721a302442f91362a7e2b45 | |
parent | 603d23ffebdd6891167ad6c439e27517e7227a9d (diff) | |
download | ffmpeg-3f8a0d5ad1a9ee2d15083f954a75f2aabe987b07.tar.gz |
Changelog: updaten2.8.14
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | Changelog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ Entries are sorted chronologically from oldest to youngest within each release, releases are sorted from youngest to oldest. version 2.8.14: +- avcodec/vp8: Check for bitstream end before vp7_fade_frame() +- avcodec/exr: Check remaining bits in last get code loop +- avutil/common: Fix integer overflow in av_clip_uint8_c() and av_clip_uint16_c() +- avcodec/h264_cabac: Tighten allowed coeff_abs range +- avcodec/h264_cavlc: Set valid qscale value in ff_h264_decode_mb_cavlc() - avcodec/vp3: Error out on invalid num_coeffs in unpack_vlcs() - avcodec/mpeg4videodec: Ignore multiple VOL headers - avcodec/vp3: Check eob_run |