[FFmpeg-devel] [PATCH v24 21/21] doc/APIchanges: update for subtitle filtering changes
Soft Works
softworkz at hotmail.com
Tue Dec 14 01:41:02 EET 2021
Signed-off-by: softworkz <softworkz at hotmail.com>
---
doc/APIchanges | 23 +++++++++++++++++++++++
libavcodec/version.h | 2 +-
libavutil/version.h | 2 +-
3 files changed, 25 insertions(+), 2 deletions(-)
diff --git a/doc/APIchanges b/doc/APIchanges
index 17aa664ca3..1e12225b60 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -14,6 +14,29 @@ libavutil: 2021-04-27
API changes, most recent first:
+2021-12-xx - xxxxxxxxxx - lavc 59.15.100 - avcodec.h
+ Deprecate avcodec_encode_subtitle(), use regular encode api now
+
+2021-12-xx - xxxxxxxxxx - lavc 59.15.100 - codec_desc.h
+ Add avcodec_descriptor_get_subtitle_format()
+
+2021-12-xx - xxxxxxxxxx - lavc 59.15.100 - avcodec.h
+ Deprecate avsubtitle_free()
+ Deprecate avcodec_decode_subtitle2(), use regular decode api now
+
+2021-12-xx - xxxxxxxxxx - lavu 57.12.100 - frame.h
+ Add AVMediaType field to AVFrame
+ Add Fields for carrying subtitle data to AVFrame
+ (subtitle_areas, subtitle_header, subtitle_pts, start/end time, etc.)
+ Add av_frame_get_buffer2() and deprecate av_frame_get_buffer()
+
+2021-12-xx - xxxxxxxxxx - lavu 57.12.100 - subfmt.h
+ Add struct AVSubtitleArea (replaces AVSubtitle)
+ Add av_get_subtitle_fmt_name() and av_get_subtitle_fmt()
+
+2021-12-xx - xxxxxxxxxx - lavu 57.12.100 - subfmt.h
+ Add enum AVSubtitleType (moved from lavc), add new values, deprecate existing
+
2021-12-xx - xxxxxxxxxx - lavf 59.10.100 - avformat.h
Add AVFormatContext io_close2 which returns an int
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 8a0b94f5aa..db71fb1130 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -28,7 +28,7 @@
#include "libavutil/version.h"
#define LIBAVCODEC_VERSION_MAJOR 59
-#define LIBAVCODEC_VERSION_MINOR 14
+#define LIBAVCODEC_VERSION_MINOR 15
#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
diff --git a/libavutil/version.h b/libavutil/version.h
index cc8caadf50..ed2786597d 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -79,7 +79,7 @@
*/
#define LIBAVUTIL_VERSION_MAJOR 57
-#define LIBAVUTIL_VERSION_MINOR 11
+#define LIBAVUTIL_VERSION_MINOR 12
#define LIBAVUTIL_VERSION_MICRO 100
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
--
2.30.2.windows.1
More information about the ffmpeg-devel
mailing list