diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2018-10-28 00:24:53 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2018-10-28 00:24:53 +0200 |
commit | 527e64d32c345e2da17ae8afc0f852c3cca28345 (patch) | |
tree | 13b28745cb454f4eeef0d35d3b0fefdc9f58fa49 | |
parent | 15296d64ca4f691285f245b1e5af04241e5b2fd2 (diff) | |
download | ffmpeg-527e64d32c345e2da17ae8afc0f852c3cca28345.tar.gz |
Changelog: Updaten3.0.12
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ Entries are sorted chronologically from oldest to youngest within each release, releases are sorted from youngest to oldest. version 3.0.12 +- avutil/integer: Fix integer overflow in av_mul_i() +- avcodec/msrle: Check that the input is large enough to contain a end of picture code - avcodec/jpeg2000dec: Fix off by 1 error in JPEG2000_PGOD_CPRL handling - avcodec/mpeg4videodec: Fix typo in sprite delta check - avcodec/h264_cavlc: Check mb_skip_run |