diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2017-06-22 03:10:22 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-06-22 03:10:22 +0200 |
commit | a2d9595a4b4e0e6fe85683ff79774fd618b282cc (patch) | |
tree | f5eaec2e967d662069d5b8fa2788a551b99160c9 | |
parent | 9c52cf95ee3569603105c5bd03284811391208fe (diff) | |
download | ffmpeg-a2d9595a4b4e0e6fe85683ff79774fd618b282cc.tar.gz |
Changelog: updaten3.1.9
-rw-r--r-- | Changelog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -3,6 +3,17 @@ releases are sorted from youngest to oldest. version 3.1.9: +- avcodec/cfhd: Check bpc before setting bpc in context +- avcodec/cfhd: Fix undefined shift +- avcodec/hevc_filter: Fix invalid shift +- avcodec/mpeg4videodec: Fix overflow in virtual_ref computation +- avcodec/lpc: signed integer overflow in compute_lpc_coefs() (aacdec_fixed) +- avcodec/wavpack: Fix undefined integer negation +- avcodec/aacdec_fixed: Check s for being too small +- avcodec/htmlsubtitles: Replace very slow redundant sscanf() calls by cleaner and faster code +- avcodec/h264: Fix mix of lossless and lossy MBs decoding +- avcodec/h264_mb: Fix 8x8dct in lossless for new versions of x264 +- avcodec/h264_cabac: Fix CABAC+8x8dct in 4:4:4 - avcodec/takdec: Fixes: integer overflow in AV_SAMPLE_FMT_U8P output - avcodec/jpeg2000dsp: Reorder operations in ict_int() to avoid 2 integer overflows - avcodec/hevcpred_template: Fix left shift of negative value |