--- Changelog | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+)
How do people feel with such a long Changelog? I've already trimmed the commit logs a bit and left out some changes for cosmetics, etc., but I still feel its kinda long. OTOH, there have been quite some changes since v9.1. What do folks think about the Changelog in release/9? diff --git a/Changelog b/Changelog index 7f6249a..8755277 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,56 @@ Entries are sorted chronologically from oldest to youngest within each release, releases are sorted from youngest to oldest. +version 9.2: +- vqavideo: check chunk sizes before reading chunks +- roqvideodec: check dimensions validity +- qdm2: check array index before use, fix out of array accesses +- mpegvideo: Do REBASE_PICTURE with byte pointers +- svq3: unbreak decoding +- libopencore-amrwb: Make AMR-WB ifdeffery more precise +- libopencore-amr: Conditionally compile decoder and encoder bits +- arm: Fall back to runtime cpu feature detection via /proc/cpuinfo +- xxan: properly handle odd heights. +- msrledec: check bounds before constructing a possibly invalid pointer, +- qtrle: fix the topmost line for 1bit +- aasc: fix output for msrle compression. +- yop: check for input overreads. +- yop: check that extradata is large enough. +- fraps: fix off-by one bug for version 1. +- vf_delogo: fix copying the input frame. +- vf_delogo: fix an uninitialized read. +- dnxhdenc: fix invalid reads in dnxhd_mb_var_thread(). +- atrac3: use correct loop variable in add_tonal_components() +- mlp: store the channel layout for each substream. +- mlpdec: TrueHD: use Libav channel order. +- x86: ac3: Fix HAVE_MMXEXT condition to only refer to external assembly +- arm: vp8: Fix the plain-armv6 version of vp8_luma_dc_wht +- lavr: call mix_function_init() in ff_audio_mix_set_matrix() +- rtpenc_chain: Use the original AVFormatContext for getting payload type +- rtp: Make sure the output format pointer is set +- rtp: Make sure priv_data is set before reading it +- videodsp_armv5te: remove #if HAVE_ARMV5TE_EXTERNAL +- get_bits: change the failure condition in init_get_bits +- mpegvideo: fix loop condition in draw_line() +- fate: update ref after rv30_loop_filter fix +- rv30: fix masking in rv30_loop_filter() +- libcdio: support recent cdio-paranoia +- theora: Skip zero-sized headers +- h264: add 3 pixels below for subpixel filter wait position +- h264: fix ff_generate_sliding_window_mmcos() prototype. +- h264: don't clobber mmco opcode tables for non-first slice headers. +- libx264: use the library specific default rc_initial_buffer_occupancy +- lavc: set the default rc_initial_buffer_occupancy +- lavc: introduce the convenience function init_get_bits8 +- lavc: check for overflow in init_get_bits +- APIchanges: Fill in missing hashes and dates; fix a version number typo. +- configure: enable pic for shared libs on AArch64 +- zmbv: Reset the decoder on keyframe errors +- vc1dec: prevent a crash due missing pred_flag parameter +- matroska: Fix use after free +- vp3: Fix double free in vp3_decode_end() + + version 9.1: - Fix a crash on windows platforms related to automatic stack alignment in libavresample -- 1.7.9.5 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
