diff options
author | Reinhard Tartler <siretart@tauware.de> | 2014-02-02 13:08:08 -0500 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2014-02-02 13:08:08 -0500 |
commit | 27f60e2b0b419066619c738b3c9b9376a83ed4b1 (patch) | |
tree | d39a1f08f791ccd67b2c192eb7904ea1df2e4fb2 | |
parent | bf7c240a50f8ed99a42e08bb7a8a70262cce34ad (diff) | |
download | ffmpeg-27f60e2b0b419066619c738b3c9b9376a83ed4b1.tar.gz |
Update Changelog for 9.11
-rw-r--r-- | Changelog | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -1,5 +1,35 @@ Releases are sorted from youngest to oldest. +version 9.11: +- oggparseogm: check timing variables +- mathematics: remove asserts from av_rescale_rnd() +- vc1: Always reset numref when parsing a new frame header. +- h264: reset num_reorder_frames if it is invalid +- h264: check that an IDR NAL only contains I slices +- mov: Free an earlier allocated array if allocating a new one +- mov: Free intermediate arrays in the normal cleanup function +- segafilm: fix leaks if reading the header fails +- h264_cavlc: check the size of the intra PCM data. +- h263: Check init_get_bits return value +- cavsdec: check ff_get_buffer() return value +- cavs: Check for negative cbp +- avi: DV in AVI must be considered single stream +- vmnc: Check the cursor dimensions +- vmnc: Port to bytestream2 +- vmnc: K&R formatting cosmetics +- flashsv: Check diff_start diff_height values +- dsputil/pngdsp: fix signed/unsigned type in end comparison (CVE-2013-7010, CVE-2013-7014) +- lavf: make av_probe_input_buffer more robust (CVE-2012-6618) +- lavf: use a fixed width type +- lavf: simplify handling of offset in av_probe_input_buffer() +- prores: Error out only on surely incomplete ac_coeffs +- shorten: Fix out-of-array read +- prores: Add a codepath for decoding errors +- nut: Fix unchecked allocations +- avi: directly resync on DV in AVI read failure +- mov: Don't allocate arrays with av_malloc that will be realloced +- shorten: Extend fixed_coeffs to properly support pred_order 0 + version 9.10: - alac: Do bounds checking of lpc_order read from the bitstream - ape: Don't allow the seektable to be omitted |