Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-12-06 01:32:35 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2016-12-06 01:32:35 +0300
commitb408dba231091cd7f465ddf8bd8babf5b7efe63a (patch)
treec6e44e6b123dbc394f66f60725ba1f0b46cb6fb4
parentc1435f9dfb9a2d5195c3118f453f4a564ceaaaf4 (diff)
Chagelog: updaten3.0.5
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r--Changelog7
1 files changed, 7 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index cb97baca1f..0a8d3bc5f5 100644
--- a/Changelog
+++ b/Changelog
@@ -2,6 +2,13 @@ Entries are sorted chronologically from oldest to youngest within each release,
releases are sorted from youngest to oldest.
version 3.0.5:
+- 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.
+- 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
- avcodec/rawdec: check for side data before checking its size
- avcodec/flacdec: Fix undefined shift in decode_subframe()
- avcodec/get_bits: Fix get_sbits_long(0)