---
 Changelog | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 70 insertions(+)

diff --git a/Changelog b/Changelog
index 4cd63c8..c9a7444 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,76 @@
 Entries are sorted chronologically from oldest to youngest within each release,
 releases are sorted from youngest to oldest.
 
+version 9.9:
+- ac3: Return proper error codes
+- ac3: Clean up the error paths
+- ac3: Do not clash with normal AVERROR
+- ogg: Fix potential infinite discard loop
+- dxa: Make sure the reference frame exists
+- h261: check the mtype index
+- segafilm: Error out on impossible packet size
+- ogg: Always alloc the private context in vorbis_header
+- rtjpeg: Use init_get_bits8
+- nuv: Reset the frame on resize
+- nuv: Use av_fast_realloc
+- nuv: return meaningful error codes.
+- nuv: Pad the lzo outbuf
+- nuv: Do not ignore lzo decompression failures
+- rtmp: Do not misuse memcmp
+- rtmp: rename data_size to size
+- vc1: check mb_height validity.
+- vc1: check the source buffer in vc1_mc functions
+- bink: Bound check the quantization matrix.
+- aac: Check init_get_bits return value
+- aac: return meaningful errors
+- oma: correctly mark and decrypt partial packets
+- oma: check geob tag boundary
+- oma: refactor seek function
+- xl: Make sure the width is valid
+- 8bps: Bound-check the input buffer
+- 4xm: Reject not a multiple of 16 dimension
+- alsdec: Clean up error paths
+- alsdec: Fix the clipping range
+- dsicinav: Clip the source size to the expected maximum
+- dsicinav: Bound-check the source buffer when needed
+- lavf: Make sure avg_frame_rate can be calculated without integer overflow
+- mov: Do not allow updating the time scale after it has been set
+- mov: Seek back if overreading an individual atom
+- ac3dec: Don't consume more data than the actual input packet size
+- indeo: Reject impossible FRAMETYPE_NULL
+- indeo: Do not reference mismatched tiles
+- indeo: Sanitize ff_ivi_init_planes fail paths
+- indeo5: return proper error codes
+- indeo: Bound-check before applying motion compensation
+- indeo: Bound-check before applying transform
+- indeo4: Validate scantable dimension
+- indeo4: Check the quantization matrix index
+- indeo4: Do not access missing reference MV
+- ac3dec: Increment channel pointers only once per channel
+- dca: Respect the current limits in the downmixing capabilities
+- dca: Error out on missing DSYNC
+- pcm: always use codec->id instead of codec_id
+- mlpdec: Do not set invalid context in read_restart_header
+- pcx: Do not overread source buffer in pcx_rle_decode
+- wmavoice: conceal clearly corrupted blocks
+- iff: Do not read over the source buffer
+- qdm2: Conceal broken samples
+- qdm2: refactor joined stereo support
+- adpcm: Write the correct number of samples for ima-dk4
+- imc: Catch a division by zero
+- atrac3: Error on impossible encoding/channel combinations
+- atrac3: set the getbits context the right buffer_end
+- atrac3: fix error handling
+- qdm2: check and reset dithering index per channel
+- qdm2: use init_static_data
+- westwood_vqa: do not free extradata on error in read_header
+- vqavideo: check the version
+- rmdec: Use the AVIOContext given as parameter in rm_read_metadata()
+- avio: Handle AVERROR_EOF in the same way as the return value 0
+- wtv: Mark attachment with a negative stream id
+- avconv: do not use lavfi direct rendering with -deinterlace
+- avidec: Let the inner dv demuxer take care of discarding
+
 version 9.8:
 - kmvc: Clip pixel position to valid range
 - kmvc: Use fixed sized arrays in the context
-- 
1.8.1.4

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to