diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2018-11-03 00:51:11 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2018-11-03 00:51:11 +0100 |
commit | fcbd117df3077bad495e99e20f01cf93737bce76 (patch) | |
tree | 9e88a2bad63617a7b1ce017640f278b028bf1906 | |
parent | b8aa7b9a6d8618cf8997f20602be11a2c31c83d6 (diff) | |
download | ffmpeg-fcbd117df3077bad495e99e20f01cf93737bce76.tar.gz |
Changelog: updaten4.0.3
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | Changelog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ Entries are sorted chronologically from oldest to youngest within each release, releases are sorted from youngest to oldest. version 4.0.3: +- 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 +- avformat/ftp: return AVERROR_EOF for EOF +- avcodec/libx264: remove FF_CODEC_CAP_INIT_THREADSAFE flag - 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 |