Module: libav Branch: release/9 Commit: 27f60e2b0b419066619c738b3c9b9376a83ed4b1
Author: Reinhard Tartler <[email protected]> Committer: Reinhard Tartler <[email protected]> Date: Sun Feb 2 13:08:08 2014 -0500 Update Changelog for 9.11 --- Changelog | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/Changelog b/Changelog index 594a6ff..bc18fef 100644 --- a/Changelog +++ b/Changelog @@ -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 _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
