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 02:09:40 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2016-12-06 02:09:40 +0300
commit148c4fb8d203fdef8589ccef56a995724938918b (patch)
treed89e170b484fb63c831306b6ce07ed9c046ffc4d
parentc12ee64e80af2517005231388fdf4ea78f16bb0e (diff)
Update for 3.2.2n3.2.2
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r--Changelog20
-rw-r--r--RELEASE2
-rw-r--r--doc/Doxyfile2
3 files changed, 22 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index 82d38e5a67..4741944d57 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,26 @@
Entries are sorted chronologically from oldest to youngest within each release,
releases are sorted from youngest to oldest.
+version 3.2.2:
+- 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/flacdec: Fix undefined shift in decode_subframe()
+- avcodec/get_bits: Fix get_sbits_long(0)
+- avformat/ffmdec: Check media type for chunks
+- avcodec/flacdec: Fix signed integer overflow in decode_subframe_fixed()
+- avcodec/flacdsp_template: Fix undefined shift in flac_decorrelate_indep_c
+- avformat/oggparsespeex: Check frames_per_packet and packet_size
+- avformat/utils: Check start/end before computing duration in update_stream_timings()
+- avcodec/flac_parser: Update nb_headers_buffered
+- avformat/idroqdec: Check chunk_size for being too large
+- avcodec/me_cmp: Fix median_sad size
+- avformat/utils: Fix type mismatch
+- 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 3.2.1:
- avcodec/aac_adtstoasc_bsf: validate and forward extradata if the stream is already ASC
- mss2: only use error correction for matching block counts
diff --git a/RELEASE b/RELEASE
index e4604e3afd..be94e6f53d 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1 +1 @@
-3.2.1
+3.2.2
diff --git a/doc/Doxyfile b/doc/Doxyfile
index 6b388bad50..f4ea7bfc72 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -38,7 +38,7 @@ PROJECT_NAME = FFmpeg
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 3.2.1
+PROJECT_NUMBER = 3.2.2
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a