[FFmpeg-cvslog] update for ffmpeg 2.8.10

Michael Niedermayer git at videolan.org
Tue Dec 6 04:51:44 EET 2016


ffmpeg | branch: release/2.8 | Michael Niedermayer <michael at niedermayer.cc> | Tue Dec  6 03:50:50 2016 +0100| [16c0d8aa46b6a206d14f1d1010b7487809d54e5f] | committer: Michael Niedermayer

update for ffmpeg 2.8.10

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=16c0d8aa46b6a206d14f1d1010b7487809d54e5f
---

 Changelog    | 11 +++++++++++
 RELEASE      |  2 +-
 doc/Doxyfile |  2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/Changelog b/Changelog
index d93fb22..ac863b2 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)
diff --git a/RELEASE b/RELEASE
index d578041..4067d1d 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1 +1 @@
-2.8.9
+2.8.10
diff --git a/doc/Doxyfile b/doc/Doxyfile
index 48bdb2c..74fca40 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -31,7 +31,7 @@ PROJECT_NAME           = FFmpeg
 # This could be handy for archiving the generated documentation or
 # if some version control system is used.
 
-PROJECT_NUMBER         = 2.8.9
+PROJECT_NUMBER         = 2.8.10
 
 # With the PROJECT_LOGO tag one can specify a logo or icon that is included
 # in the documentation. The maximum height of the logo should not exceed 55



More information about the ffmpeg-cvslog mailing list