@@ -14,6 +14,30 @@ libavutil: 2021-04-27
14
14
15
15
API changes, most recent first:
16
16
17
+ 2021-12-05 - xxxxxxxxxx - lavc 59.15.100 - avcodec.h
18
+ Deprecate avcodec_encode_subtitle(), use regular encode api now
19
+
20
+ 2021-12-05 - xxxxxxxxxx - lavc 59.15.100 - codec_desc.h
21
+ Add avcodec_descriptor_get_subtitle_format()
22
+
23
+ 2021-12-05 - xxxxxxxxxx - lavc 59.15.100 - avcodec.h
24
+ Deprecate avsubtitle_free()
25
+ Deprecate avcodec_decode_subtitle2(), use regular decode api now
26
+
27
+ 2021-12-05 - xxxxxxxxxx - lavu 57.11.100 - frame.h
28
+ Add AVMediaType field to AVFrame
29
+ Add Fields for carrying subtitle data to AVFrame
30
+ (subtitle_areas, subtitle_header, subtitle_pts, start/end time, etc.)
31
+ Add av_frame_get_buffer2() and deprecate av_frame_get_buffer()
32
+
33
+ 2021-12-05 - xxxxxxxxxx - lavu 57.11.100 - subfmt.h
34
+ Add struct AVSubtitleArea (replaces AVSubtitle)
35
+ Add av_get_subtitle_fmt_name() and av_get_subtitle_fmt()
36
+
37
+ 2021-12-05 - xxxxxxxxxx - lavu 57.11.100 - subfmt.h
38
+ Add enum AVSubtitleType (moved from lavc), add new values, deprecate existing
39
+
40
+ 2021-11-xx - xxxxxxxxxx - lavfi 8.19.100 - avfilter.h
17
41
2022-01-04 - 78dc21b123e - lavu 57.16.100 - frame.h
18
42
Add AV_FRAME_DATA_DOVI_METADATA.
19
43
0 commit comments