[FFmpeg-cvslog] FFmpeg 4.1.10 release
Michael Niedermayer
git at videolan.org
Sat May 14 02:49:08 EEST 2022
ffmpeg | branch: release/4.1 | Michael Niedermayer <michael at niedermayer.cc> | Sat May 14 01:29:47 2022 +0200| [742e66f4421ed523a1ada0646feb51e3224494f2] | committer: Michael Niedermayer
FFmpeg 4.1.10 release
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=742e66f4421ed523a1ada0646feb51e3224494f2
---
Changelog | 8 ++++++++
RELEASE | 2 +-
doc/Doxyfile | 2 +-
3 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/Changelog b/Changelog
index d840cdf4c5..1c9b240397 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,14 @@
Entries are sorted chronologically from oldest to youngest within each release,
releases are sorted from youngest to oldest.
+version 4.1.10:
+ 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
+ fftools/ffmpeg_opt: Fix leak of options when parsing options fails
+ lavf/tls_mbedtls: add support for mbedtls version 3
+
version 4.1.9:
avfilter/vf_lenscorrection: make width/height int
avcodec/diracdec: avoid signed integer overflow in global mv
diff --git a/RELEASE b/RELEASE
index 18837e703d..5d30083e95 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1 +1 @@
-4.1.9
+4.1.10
diff --git a/doc/Doxyfile b/doc/Doxyfile
index 5cdab61c44..db0452e1ee 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 = 4.1.9
+PROJECT_NUMBER = 4.1.10
# 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
More information about the ffmpeg-cvslog
mailing list