FFmpeg 4.1.10 release

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer
2022-05-14 01:29:47 +02:00
parent e7dbee00f0
commit 742e66f442
3 changed files with 10 additions and 2 deletions

View File

@@ -1,6 +1,14 @@
Entries are sorted chronologically from oldest to youngest within each release, Entries are sorted chronologically from oldest to youngest within each release,
releases are sorted from youngest to oldest. 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: version 4.1.9:
avfilter/vf_lenscorrection: make width/height int avfilter/vf_lenscorrection: make width/height int
avcodec/diracdec: avoid signed integer overflow in global mv avcodec/diracdec: avoid signed integer overflow in global mv

View File

@@ -1 +1 @@
4.1.9 4.1.10

View File

@@ -38,7 +38,7 @@ PROJECT_NAME = FFmpeg
# could be handy for archiving the generated documentation or if some version # could be handy for archiving the generated documentation or if some version
# control system is used. # 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 # 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 # for a project that appears at the top of each page and should give viewer a