diff --git a/Changelog b/Changelog index ed1292b9cc..7ab39646eb 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,20 @@ Entries are sorted chronologically from oldest to youngest within each release, releases are sorted from youngest to oldest. +version 10.5: +- proresenc: Remove unneeded parameters from encode_alpha_plane() +- proresenc: Report buffer overflow +- proresenc: Realloc if buffer is too small +- proresenc: Properly account for alpha plane +- setpts: Add missing inttypes.h #include for PRId64 +- mpegvideo: Use the current_picture pts +- mpegenc: limit the maximum muxrate +- avconv: fix the muxrate values for -target +- avconv: fix parsing the AVOptions for -target +- pulse: Add a wallclock option to be compatible with other other captures +- license: Mention that vf_interlace is GPL, not LGPL +- doc: Fix syntax and logical errors in avconv stream combination example + version 10.4: - mpegts: Do not try to write a PMT larger than SECTION_SIZE (CVE-2014-2263) - mpegts: Define the section length with a constant