Module: libav Branch: release/11 Commit: 90b6a55bcdeb69891cae66253eb4557ae0d126bf
Author: Sean McGovern <[email protected]> Committer: Sean McGovern <[email protected]> Date: Sat Oct 14 16:29:43 2017 -0400 Changelog: add missing issue tracker references --- Changelog | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Changelog b/Changelog index 1f0b86e..aa2df96 100644 --- a/Changelog +++ b/Changelog @@ -2,13 +2,13 @@ Entries are sorted chronologically from oldest to youngest within each release, releases are sorted from youngest to oldest. version 11.10: - - mm: Skip unexpected audio packets - - aacsbr: Turnoff in the event of over read. - - smacker: Check that the data size is a multiple of a sample vector + - mm: Skip unexpected audio packets (bug/1046) + - aacsbr: Turnoff in the event of over read. (bug/1047) + - smacker: Check that the data size is a multiple of a sample vector (CVE-2015-8365) - build: Add an option for passing linker flags to the shared library build - - flv: Validate the packet size - - mjpeg: Report non-3 component rgb lossless as not supported - - vc1dec: raise an error if sprite picture data is missing + - flv: Validate the packet size (bug/1041) + - mjpeg: Report non-3 component rgb lossless as not supported (bug/1043) + - vc1dec: raise an error if sprite picture data is missing (bug/1013) - doc: Drop the legacy symlink to README version 11.9: @@ -48,11 +48,11 @@ version 11.8: - fft: ppc: Place ff_fft_calc_interleave_altivec() under correct ifdefs - ac3: Check the array bound before dereferencing - librtmp: Avoid an infiniloop setting connection arguments - - h264: only allow starting a new picture in the first slice thread + - h264: only allow starting a new picture in the first slice thread (bug/690) - mimic: do not release the newly obsolete reference at the end of decoding - buffer: fix av_buffer_realloc() when the data is offset wrt buffer start - vp9: make mv bounds 32bit. - - riff: don't overwrite bps from WAVEFORMATEX if EXTENSIBLE doesn't contain that data. + - riff: don't overwrite bps from WAVEFORMATEX if EXTENSIBLE doesn't contain that data. (bug/950) - vmnc: check that subrectangles fit into their containing rectangles - alac: do not return success if nothing was decoded - qpeg: fix an off by 1 error in the MV check _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
