diff options
author | Reinhard Tartler <siretart@tauware.de> | 2013-03-23 08:29:24 +0100 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2013-03-23 14:45:10 +0100 |
commit | 2dfe3a7b4dda1ff94b31aaf1dd50f208b63dc301 (patch) | |
tree | 2880c28f661942b4ca49ffa2b584e031e9d1b103 | |
parent | 9d5f16f6fe23640ee90c92b3737d9d30c2f994f3 (diff) | |
download | ffmpeg-2dfe3a7b4dda1ff94b31aaf1dd50f208b63dc301.tar.gz |
update Changelog
-rw-r--r-- | Changelog | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,6 +1,29 @@ Entries are sorted chronologically from oldest to youngest within each release, releases are sorted from youngest to oldest. +version 9.4: +- atrac3: avoid oversized shifting in decode_bytes() +- eamad: allocate a dummy reference frame when the real one is missing +- ffv1: fix calculating slice dimensions for version 2 +- flacdec: simplify bounds checking in flac_probe() +- h264: check for luma and chroma bit dept being equal (CVE-2013-2277) +- hqdn3d: Fix out of array read in LOWPASS +- iff: validate CMAP palette size (CVE-2013-2495) +- ivi_common: do not call MC for intra frames when dc_transform is unset +- libmp3lame: use the correct remaining buffer size when flushing +- lzo: fix overflow checking in copy_backptr() +- mp3dec: Fix VBR bit rate parsing +- png: use av_mallocz_array() for the zlib zalloc function +- roqvideodec: fix a potential infinite loop in roqvideo_decode_frame() +- shorten: fix various programming mistakes +- vf_gradfun: fix uninitialized variable use +- vf_hqdn3d: fix uninitialized variable use +- vmdaudio: fix invalid reads when packet size is not a multiple of chunk size +- wmadec: require block_align to be set +- wmaprodec: require block_align to be set +- wmaprodec: return an error, not 0, when the input is too small +- xxan: fix invalid memory access in xan_decode_frame_type0() + version 9.3: - h264: fix deadlocks with broken/fuzzed files - flvdec: make decoder more robust |