diff options
author | Reinhard Tartler <siretart@tauware.de> | 2013-02-23 14:49:16 +0100 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2013-02-23 14:49:16 +0100 |
commit | a991c0673f71199df363df05d2c8c83e17e80dfd (patch) | |
tree | c4ea8535df64711ebda1b9a41edef01eeb37008b | |
parent | 77493bfd976253e87ac0d6934d64f51edc4d0d2c (diff) | |
download | ffmpeg-a991c0673f71199df363df05d2c8c83e17e80dfd.tar.gz |
update Changelog
-rw-r--r-- | Changelog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -2,6 +2,15 @@ Entries are sorted chronologically from oldest to youngest within each release, releases are sorted from youngest to oldest. version 9.2: +- loco: check that there is data left after decoding a plane. +- mov: use the format context for logging. +- lagarith: avoid infinite loop in lag_rac_refill() with corrupted files +- flicvideo: avoid an infinite loop in byte run compression +- av_memcpy_backptr: avoid an infinite loop for back = 0 +- mlpdec: do not try to allocate a zero-sized output buffer. +- qtrle: add more checks against pixel_ptr being negative. +- 4xm: check the return value of read_huffman_tables(). +- cavs: initialize various context tables, avoids crashes with corrupted files - x86/H.264: Don't use redzone in AVX h264_deblock on Win64 - VQA video: check chunk sizes before reading chunks - RoQ video decoder: check dimensions validity |