Skip to content

Commit

Permalink
doc/APIchanges: update for subtitle filtering changes
Browse files Browse the repository at this point in the history
Signed-off-by: softworkz <softworkz@hotmail.com>
  • Loading branch information
softworkz committed Jan 13, 2022
1 parent e71f527 commit b9ab108
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions doc/APIchanges
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,30 @@ libavutil: 2021-04-27

API changes, most recent first:

2021-12-05 - xxxxxxxxxx - lavc 59.15.100 - avcodec.h
Deprecate avcodec_encode_subtitle(), use regular encode api now

2021-12-05 - xxxxxxxxxx - lavc 59.15.100 - codec_desc.h
Add avcodec_descriptor_get_subtitle_format()

2021-12-05 - xxxxxxxxxx - lavc 59.15.100 - avcodec.h
Deprecate avsubtitle_free()
Deprecate avcodec_decode_subtitle2(), use regular decode api now

2021-12-05 - xxxxxxxxxx - lavu 57.11.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-05 - xxxxxxxxxx - lavu 57.11.100 - subfmt.h
Add struct AVSubtitleArea (replaces AVSubtitle)
Add av_get_subtitle_fmt_name() and av_get_subtitle_fmt()

2021-12-05 - xxxxxxxxxx - lavu 57.11.100 - subfmt.h
Add enum AVSubtitleType (moved from lavc), add new values, deprecate existing

2021-11-xx - xxxxxxxxxx - lavfi 8.19.100 - avfilter.h
2022-01-04 - 78dc21b123e - lavu 57.16.100 - frame.h
Add AV_FRAME_DATA_DOVI_METADATA.

Expand Down
2 changes: 1 addition & 1 deletion libavcodec/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include "libavutil/version.h"

#define LIBAVCODEC_VERSION_MAJOR 59
#define LIBAVCODEC_VERSION_MINOR 20
#define LIBAVCODEC_VERSION_MINOR 21
#define LIBAVCODEC_VERSION_MICRO 100

#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
Expand Down
2 changes: 1 addition & 1 deletion libavutil/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
*/

#define LIBAVUTIL_VERSION_MAJOR 57
#define LIBAVUTIL_VERSION_MINOR 18
#define LIBAVUTIL_VERSION_MINOR 19
#define LIBAVUTIL_VERSION_MICRO 100

#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
Expand Down

0 comments on commit b9ab108

Please sign in to comment.