diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-08-25 02:40:41 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-08-25 02:40:41 +0200 |
commit | 0045969e411bcf946b2393e7bcb42032cb71a9a1 (patch) | |
tree | 403dfd8deb5c944ba2713c65a3a82ebbd7103696 | |
parent | b06958917cca35a0dc7ac1da4d8e681cdea811ed (diff) | |
download | ffmpeg-0045969e411bcf946b2393e7bcb42032cb71a9a1.tar.gz |
Update Changelogn2.4.11
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | Changelog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2,6 +2,13 @@ Entries are sorted chronologically from oldest to youngest within each release, releases are sorted from youngest to oldest. version 2.4.11: +- avformat/hevc: Check num_long_term_ref_pics_sps to avoid potentially long loops +- avformat/hevc: Fix parsing errors +- ffmpeg: Use correct codec_id for av_parser_change() check +- ffmpeg: Check av_parser_change() for failure +- avcodec/h264_mp4toannexb_bsf: Reorder operations in nal_size check +- ffmpeg: Check for RAWVIDEO and do not relay only on AVFMT_RAWPICTURE +- ffmpeg: check avpicture_fill() return value - avformat/mux: Update sidedata in ff_write_chained() - avcodec/flashsvenc: Correct max dimension in error message - avcodec/svq1enc: Check dimensions |