diff options
author | Reinhard Tartler <siretart@tauware.de> | 2013-07-06 13:20:57 +0200 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2013-07-06 13:20:57 +0200 |
commit | c8fb5d0f383fcbb0da9bdef609c3a826df0064f7 (patch) | |
tree | c5eee820d5a837f93524e6918cafbd9e942fd9fa | |
parent | 5f7944a308df69619315a18e0a6c2661c7346990 (diff) | |
download | ffmpeg-c8fb5d0f383fcbb0da9bdef609c3a826df0064f7.tar.gz |
Update Changelog
-rw-r--r-- | Changelog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,6 +1,19 @@ Entries are sorted chronologically from oldest to youngest within each release, releases are sorted from youngest to oldest. +version 9.8: +- indeo: Check for reference when inheriting motion vectors +- indeo: Properly forward the error codes +- mjpeg: Check the unescaped size for overflows +- wmapro: Error out on impossible scale factor offsets +- wmapro: Check the min_samples_per_subframe +- wmapro: Return early on unsupported condition +- wmapro: Check num_vec_coeffs against the actual available buffer +- wmapro: Make sure there is room to store the current packet +- lavc: Move put_bits_left in put_bits.h +- 4xm: Do not overread the source buffer in decode_p_block +- 4xm: Check bitstream_size boundary before using it + version 9.7: Most of the following fixes resulted from test samples that the Google |