diff options
author | Reinhard Tartler <siretart@tauware.de> | 2014-05-10 10:05:03 -0400 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2014-05-10 10:05:03 -0400 |
commit | e2a83d72da866a29f5307a56f66c469966f02473 (patch) | |
tree | cc30f339eb117c40adb4c76f09f923a57045b80f | |
parent | 6c3985713b77c5c1155f31c3fbb8236f9b4cdfb5 (diff) | |
download | ffmpeg-e2a83d72da866a29f5307a56f66c469966f02473.tar.gz |
Update Changelog for v10.1
-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 10.1: +- rtmpproto: Check the buffer sizes when copying app/playpath strings +- swscale: Fix an undefined behaviour +- vp9: Read the frame size as unsigned +- dcadec: Use correct channel count in stereo downmix check +- dcadec: Do not decode the XCh extension when downmixing to stereo +- matroska: add the Opus mapping +- matroskadec: read the CodecDelay element +- rtmpproto: Make sure to pass on the error code if read_connect failed +- lavr: allocate the resampling buffer with a positive size +- mp3enc: Properly write bitrate value in XING header (debian/736088) +- golomb: Fix the implementation of get_se_golomb_long + version 10: - af_channelmap: fix ONE_STR mapping mode - matroskaenc: HEVC fixeswrite private data in hvcC format for HEVC. |