From: Marvin Scholz via ffmpeg-devel <ffmpeg-devel@ffmpeg.org>
To: ffmpeg-devel@ffmpeg.org
Cc: Marvin Scholz <code@ffmpeg.org>
Subject: [FFmpeg-devel] [PR] avformat: Bump version and add APIChanges entry (PR #21800)
Date: Thu, 19 Feb 2026 16:52:00 -0000
Message-ID: <177151992100.25.16882896374200658758@29965ddac10e> (raw)
PR #21800 opened by Marvin Scholz (ePirat)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21800
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21800.patch
Needed after the recent addition of the command API and changes to the
FFInputFormat function pointers.
>From 4b5a2df68e9fd6a017333e0421584a7ac417eced Mon Sep 17 00:00:00 2001
From: Marvin Scholz <epirat07@gmail.com>
Date: Thu, 19 Feb 2026 17:51:30 +0100
Subject: [PATCH] avformat: Bump version and add APIChanges entry
Needed after the recent addition of the command API and changes to the
FFInputFormat function pointers.
---
doc/APIchanges | 10 ++++++++++
libavformat/version.h | 4 ++--
2 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/doc/APIchanges b/doc/APIchanges
index 2b43139b48..4d5f59c91d 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,16 @@ 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
+ Folded FFInputFormat's read_play/read_pause into a single read_set_state.
+ Add FFInputFormatStreamState, used with read_set_state.
+ Add demuxer command API consisting of:
+ - Add avformat_send_command().
+ - Add avformat_receive_command_reply().
+ - Add enum AVFormatCommandID.
+ - Add handle_command to FFInputFormat (reusing the now unused read_pause).
+ - Add enum FFInputFormatCommandOption, used for handle_command.
+
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, \
--
2.52.0
_______________________________________________
ffmpeg-devel mailing list -- ffmpeg-devel@ffmpeg.org
To unsubscribe send an email to ffmpeg-devel-leave@ffmpeg.org
reply other threads:[~2026-02-19 16:52 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=177151992100.25.16882896374200658758@29965ddac10e \
--to=ffmpeg-devel@ffmpeg.org \
--cc=code@ffmpeg.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
This inbox may be cloned and mirrored by anyone:
git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
ffmpegdev@gitmailbox.com
public-inbox-index ffmpegdev
Example config snippet for mirrors.
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git