Update Changelog for v10.5

This commit is contained in:
Diego Biurrun
2014-09-10 13:01:30 -07:00
parent f2abf8df7a
commit d0af7d5745

View File

@@ -1,6 +1,20 @@
Entries are sorted chronologically from oldest to youngest within each release, Entries are sorted chronologically from oldest to youngest within each release,
releases are sorted from youngest to oldest. 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: version 10.4:
- mpegts: Do not try to write a PMT larger than SECTION_SIZE (CVE-2014-2263) - mpegts: Do not try to write a PMT larger than SECTION_SIZE (CVE-2014-2263)
- mpegts: Define the section length with a constant - mpegts: Define the section length with a constant