diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2022-05-11 02:14:22 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2022-05-11 02:14:22 +0200 |
commit | ffb5153d396150341229165bfa0a3ce0c5ce43a0 (patch) | |
tree | aa43e229fb3f1ceda7a7886782057407f34bf33b | |
parent | ee981f7ceb2c20dbfc5a2f5f27b0c44032eac798 (diff) | |
download | ffmpeg-ffb5153d396150341229165bfa0a3ce0c5ce43a0.tar.gz |
Update for 3.4.11n3.4.11
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | Changelog | 18 | ||||
-rw-r--r-- | RELEASE | 2 | ||||
-rw-r--r-- | doc/Doxyfile | 2 |
3 files changed, 20 insertions, 2 deletions
@@ -1,6 +1,24 @@ Entries are sorted chronologically from oldest to youngest within each release, releases are sorted from youngest to oldest. +version 3.4.11: + avfilter/vf_colorspace: fix memmory leaks + avcodec/ac3enc: Fix memleak + avformat/nutenc: don't allocate a dynamic AVIOContext if no index is going to be written + avfilter/vf_random: fix memory leaks + avfilter/vf_bwdif: fix heap-buffer overflow + fftools/ffmpeg_opt: Fix leak of options when parsing options fails + avfilter/vf_edgedetect: fix heap-buffer overflow + avfilter/vf_w3fdif: deny processing small videos + avfilter/vf_avgblur: fix heap-buffer overflow + avfilter/af_tremolo: fix heap-buffer overflow + avfilter/vf_edgedetect: check if height is big enough + avfilter/vf_bitplanenoise: fix overreads + avfilter/vf_fieldorder: fix heap-buffer overflow + avfilter/vf_fieldmatch: fix heap-buffer overflow + aformat/movenc: add missing padding to output track extradata + avcodec/pngenc: remove monowhite from apng formats + version 3.4.10: avfilter/vf_lenscorrection: make width/height int avcodec/diracdec: avoid signed integer overflow in global mv @@ -1 +1 @@ -3.4.10 +3.4.11 diff --git a/doc/Doxyfile b/doc/Doxyfile index b3823eac11..d81f6aa9d8 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.4.10 +PROJECT_NUMBER = 3.4.11 # 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 |