[FFmpeg-cvslog] Prepare for 7.1.1
Michael Niedermayer
git at videolan.org
Sun Mar 2 18:07:29 EET 2025
ffmpeg | branch: release/7.1 | Michael Niedermayer <michael at niedermayer.cc> | Sun Mar 2 16:29:39 2025 +0100| [68af2cc3feb8c78aec2722c728fd87f03515fa7c] | committer: Michael Niedermayer
Prepare for 7.1.1
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=68af2cc3feb8c78aec2722c728fd87f03515fa7c
---
Changelog | 2 ++
RELEASE | 2 +-
doc/Doxyfile | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/Changelog b/Changelog
index 4247ece409..4b35e446cd 100644
--- a/Changelog
+++ b/Changelog
@@ -2,6 +2,8 @@ Entries are sorted chronologically from oldest to youngest within each release,
releases are sorted from youngest to oldest.
version 7.1.1:
+ avformat/hls: Partially revert "reduce default max reload to 3"
+ avformat/mov: (v4) fix get_eia608_packet
avformat/iff: Check that we have a stream in read_dst_frame()
avcodec/aac/aacdec_lpd: Limit get_unary()
avcodec/aac/aacdec_usac: Simplify decode_usac_scale_factors()
diff --git a/RELEASE b/RELEASE
index 0f0fefae5a..21c8c7b46b 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1 +1 @@
-7.1
+7.1.1
diff --git a/doc/Doxyfile b/doc/Doxyfile
index c6dc306197..16f3a78735 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 = 7.1
+PROJECT_NUMBER = 7.1.1
# 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