diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-09-28 17:13:09 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-09-28 17:13:09 +0200 |
commit | b9a1d389b2a05269042d013cf6da4a09ce6ccc24 (patch) | |
tree | ce54bf393ef6e5b7180b2ff330502a2df04b082b /Changelog | |
parent | 8c43f320574d201fe1b696b133c08368f5f18508 (diff) | |
download | ffmpeg-b9a1d389b2a05269042d013cf6da4a09ce6ccc24.tar.gz |
Update for 3.0.4
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,6 +1,25 @@ Entries are sorted chronologically from oldest to youngest within each release, releases are sorted from youngest to oldest. +version 3.0.4: +- avformat/avidec: Check nb_streams in read_gab2_sub() +- avformat/avidec: Remove ancient assert +- avformat/avidec: Fix memleak with dv in avi +- lavc/movtextdec.c: Avoid infinite loop on invalid data. +- avcodec/ansi: Check dimensions +- avcodec/cavsdsp: use av_clip_uint8() for idct +- avformat/movenc: Check packet in mov_write_single_packet() too +- avformat/movenc: Factor check_pkt() out +- avformat/utils: fix timebase error in avformat_seek_file() +- avcodec/g726: Add missing ADDB output mask +- avcodec/avpacket: clear side_data_elems +- avformat/movenc: Check first DTS similar to dts difference +- avcodec/ccaption_dec: Use simple array instead of AVBuffer +- avformat/mov: Fix potential integer overflow in mov_read_keys +- swscale/swscale_unscaled: Try to fix Rgb16ToPlanarRgb16Wrapper() with slices +- swscale/swscale_unscaled: Fix packed_16bpc_bswap() with slices +- lavf/utils: Avoid an overflow for huge negative durations. + version 3.0.3: - avformat/avidec: Fix infinite loop in avi_read_nikon() - avcodec/aacenc: Tighter input checks |