[FFmpeg-cvslog] lavc: bump minor version and add changelog for h264_vulkan
Lynne
git at videolan.org
Mon Sep 16 15:08:35 EEST 2024
ffmpeg | branch: master | Lynne <dev at lynne.ee> | Mon Sep 16 12:59:21 2024 +0200| [ceb471cfde901d47e705dd32abba1ea8eab269fa] | committer: Lynne
lavc: bump minor version and add changelog for h264_vulkan
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ceb471cfde901d47e705dd32abba1ea8eab269fa
---
Changelog | 1 +
libavcodec/version.h | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/Changelog b/Changelog
index b6f91d7c8c..77a286f875 100644
--- a/Changelog
+++ b/Changelog
@@ -21,6 +21,7 @@ version <next>:
- MediaCodec AAC/AMR-NB/AMR-WB/MP3 decoding
- YUV colorspace negotiation for codecs and filters, obsoleting the
YUVJ pixel format
+- Vulkan H.264 encoder
version 7.0:
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 755c90bbc1..7531c6c42a 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
#include "version_major.h"
-#define LIBAVCODEC_VERSION_MINOR 13
+#define LIBAVCODEC_VERSION_MINOR 14
#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
More information about the ffmpeg-cvslog
mailing list