[FFmpeg-cvslog] [ffmpeg] branch master updated. 638b521c7b Bump versions for master after release/8.0
ffmpeg-git at ffmpeg.org
ffmpeg-git at ffmpeg.org
Sat Aug 9 19:05:39 EEST 2025
The branch, master has been updated
via 638b521c7b09e00514aa13ade43c389b4b40ddfd (commit)
via 7eaa0f799ab30e723209cc64777f10063ae55a23 (commit)
via f4f263aad05348b804b5d307d024dc5b1a7890ed (commit)
via 519d406ce933369c498fa6b182fc4de062c1bd98 (commit)
from d6fe3786cd8c06437756d407f727ff01cf1774ff (commit)
- Log -----------------------------------------------------------------
commit 638b521c7b09e00514aa13ade43c389b4b40ddfd
Author: Michael Niedermayer <michael at niedermayer.cc>
AuthorDate: Sat Aug 9 18:03:05 2025 +0200
Commit: Michael Niedermayer <michael at niedermayer.cc>
CommitDate: Sat Aug 9 18:03:05 2025 +0200
Bump versions for master after release/8.0
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 8b53586be1..da2264a097 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
#include "version_major.h"
-#define LIBAVCODEC_VERSION_MINOR 11
+#define LIBAVCODEC_VERSION_MINOR 12
#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
diff --git a/libavdevice/version.h b/libavdevice/version.h
index ec6c337874..5cd01a1672 100644
--- a/libavdevice/version.h
+++ b/libavdevice/version.h
@@ -29,7 +29,7 @@
#include "version_major.h"
-#define LIBAVDEVICE_VERSION_MINOR 1
+#define LIBAVDEVICE_VERSION_MINOR 2
#define LIBAVDEVICE_VERSION_MICRO 100
#define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \
diff --git a/libavfilter/version.h b/libavfilter/version.h
index 4d8f28e512..523a7fe0a6 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -31,7 +31,7 @@
#include "version_major.h"
-#define LIBAVFILTER_VERSION_MINOR 4
+#define LIBAVFILTER_VERSION_MINOR 5
#define LIBAVFILTER_VERSION_MICRO 100
diff --git a/libavformat/version.h b/libavformat/version.h
index 7ff1483912..af7d0a1024 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -31,7 +31,7 @@
#include "version_major.h"
-#define LIBAVFORMAT_VERSION_MINOR 3
+#define LIBAVFORMAT_VERSION_MINOR 4
#define LIBAVFORMAT_VERSION_MICRO 100
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
diff --git a/libavutil/version.h b/libavutil/version.h
index 6ce66075b4..5cde712c9f 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -79,7 +79,7 @@
*/
#define LIBAVUTIL_VERSION_MAJOR 60
-#define LIBAVUTIL_VERSION_MINOR 8
+#define LIBAVUTIL_VERSION_MINOR 9
#define LIBAVUTIL_VERSION_MICRO 100
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
diff --git a/libswresample/version.h b/libswresample/version.h
index 9c223e1426..057ac4b19e 100644
--- a/libswresample/version.h
+++ b/libswresample/version.h
@@ -30,7 +30,7 @@
#include "version_major.h"
-#define LIBSWRESAMPLE_VERSION_MINOR 1
+#define LIBSWRESAMPLE_VERSION_MINOR 2
#define LIBSWRESAMPLE_VERSION_MICRO 100
#define LIBSWRESAMPLE_VERSION_INT AV_VERSION_INT(LIBSWRESAMPLE_VERSION_MAJOR, \
diff --git a/libswscale/version.h b/libswscale/version.h
index 4e54701aba..79f5c69f1c 100644
--- a/libswscale/version.h
+++ b/libswscale/version.h
@@ -28,7 +28,7 @@
#include "version_major.h"
-#define LIBSWSCALE_VERSION_MINOR 1
+#define LIBSWSCALE_VERSION_MINOR 2
#define LIBSWSCALE_VERSION_MICRO 100
#define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \
-----------------------------------------------------------------------
Summary of changes:
Changelog | 3 ++
doc/APIchanges | 104 ++++++++++++++++++++++++------------------------
libavcodec/version.h | 2 +-
libavdevice/version.h | 2 +-
libavfilter/version.h | 2 +-
libavformat/version.h | 2 +-
libavutil/version.h | 2 +-
libswresample/version.h | 2 +-
libswscale/version.h | 2 +-
9 files changed, 62 insertions(+), 59 deletions(-)
hooks/post-receive
--
More information about the ffmpeg-cvslog
mailing list