This is an automated email from the git hooks/post-receive script.
Git pushed a commit to branch master
in repository ffmpeg.
The following commit(s) were added to refs/heads/master by this push:
new ca011ee754 avformat: Bump version and add APIChanges entry
ca011ee754 is described below
commit ca011ee7547e1611ab75704cefd3fa5661c4116c
Author: Marvin Scholz <[email protected]>
AuthorDate: Thu Feb 19 17:51:30 2026 +0100
Commit: Marvin Scholz <[email protected]>
CommitDate: Sat Feb 21 20:03:52 2026 +0100
avformat: Bump version and add APIChanges entry
Needed after the recent addition of the command APIs.
---
doc/APIchanges | 6 ++++++
libavformat/version.h | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/doc/APIchanges b/doc/APIchanges
index 2b43139b48..b92222e858 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,12 @@ The last version increases of all libraries were on 2025-03-28
API changes, most recent first:
+2026-02-19 - xxxxxxxxxx - lavf 62.10.100 - avformat.h
+ Add demuxer command API consisting of:
+ - Add avformat_send_command().
+ - Add avformat_receive_command_reply().
+ - Add enum AVFormatCommandID.
+
2026-02-13 - xxxxxxxxxx - lavu 60.25.100 - avassert.h
Deprecate av_assert0_fpu() and av_assert2_fpu() without replacement.
diff --git a/libavformat/version.h b/libavformat/version.h
index cf0489562e..979952183c 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -31,8 +31,8 @@
#include "version_major.h"
-#define LIBAVFORMAT_VERSION_MINOR 9
-#define LIBAVFORMAT_VERSION_MICRO 101
+#define LIBAVFORMAT_VERSION_MINOR 10
+#define LIBAVFORMAT_VERSION_MICRO 100
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
LIBAVFORMAT_VERSION_MINOR, \
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]