[FFmpeg-cvslog] lavu: bump minor and add APIChanges entry for new GRAY32 pixfmts
Lynne
git at videolan.org
Sat Mar 1 21:16:16 EET 2025
ffmpeg | branch: master | Lynne <dev at lynne.ee> | Sat Mar 1 13:25:29 2025 +0100| [0245e9382c748eba91645b65a377c4c9c4a44849] | committer: Lynne
lavu: bump minor and add APIChanges entry for new GRAY32 pixfmts
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0245e9382c748eba91645b65a377c4c9c4a44849
---
doc/APIchanges | 3 +++
libavutil/version.h | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/doc/APIchanges b/doc/APIchanges
index 0778665152..5a64836e25 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,9 @@ The last version increases of all libraries were on 2024-03-07
API changes, most recent first:
+2025-03-01 - xxxxxxxxxx - lavu 59.58.100 - pixfmt.h
+ Add AV_PIX_FMT_GRAY32BE and AV_PIX_FMT_GRAY32LE.
+
2025-02-04 - xxxxxxxxxx - lavu 59.56.000 - pixfmt.h
Add AV_PIX_FMT_AMF_SURFACE.
diff --git a/libavutil/version.h b/libavutil/version.h
index ee4a36cb17..4b584fd569 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -79,7 +79,7 @@
*/
#define LIBAVUTIL_VERSION_MAJOR 59
-#define LIBAVUTIL_VERSION_MINOR 57
+#define LIBAVUTIL_VERSION_MINOR 58
#define LIBAVUTIL_VERSION_MICRO 100
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
More information about the ffmpeg-cvslog
mailing list