aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-12-06 03:50:50 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2016-12-06 03:50:50 +0100
commit16c0d8aa46b6a206d14f1d1010b7487809d54e5f (patch)
treee9d2c88ebda5969a93bc591ebc05f9aa0dfbfd7d /Changelog
parent1ec9fd15b9c113e139b828e47b30f8c5f2169cc3 (diff)
downloadffmpeg-n2.8.10.tar.gz
update for ffmpeg 2.8.10n2.8.10
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog11
1 files changed, 11 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index d93fb22ea8..ac863b2260 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,17 @@
Entries are sorted chronologically from oldest to youngest within each release,
releases are sorted from youngest to oldest.
+version 2.8.10
+- avformat/http: Match chunksize checks to master..3.0
+- Changelog: fix typos
+- ffserver: Check chunk size
+- Avoid using the term "file" and prefer "url" in some docs and comments
+- avformat/rtmppkt: Check for packet size mismatches
+- zmqsend: Initialize ret to 0
+- configure: check for strtoull on msvc
+- http: move chunk handling from http_read_stream() to http_buf_read().
+- http: make length/offset-related variables unsigned.
+
version 2.8.9
- avcodec/flacdec: Fix undefined shift in decode_subframe()
- avcodec/get_bits: Fix get_sbits_long(0)