aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorDawid Kozinski <d.kozinski@samsung.com>2023-05-26 12:30:33 +0200
committerJames Almer <jamrial@gmail.com>2023-05-29 11:38:21 -0300
commit637afea88ed42498be4f60eff4eb8e2f00eeb89f (patch)
tree5cd2f3ce5138bceb1b1cad473687bc0d7b65de98 /doc/APIchanges
parent45fa85a77797630e361e8f8254560c4f56e0a5cb (diff)
downloadffmpeg-637afea88ed42498be4f60eff4eb8e2f00eeb89f.tar.gz
avcodec: MPEG-5 EVC codec registration
Added prerequisites that must be met before providing support for the MPEG-5 EVC codec - Added new entry to codec IDs list - Added new entry to the codec descriptor list - Bumped libavcodec minor version - Added profiles for EVC codec Signed-off-by: Dawid Kozinski <d.kozinski@samsung.com> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 0232d05b10..f040211f7d 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,9 @@ The last version increases of all libraries were on 2023-02-09
API changes, most recent first:
+2023-05-29 - xxxxxxxxxx - lavc 60.16.100 - avcodec.h codec_id.h
+ Add AV_CODEC_ID_EVC, FF_PROFILE_EVC_BASELINE, and FF_PROFILE_EVC_MAIN.
+
2023-05-29 - xxxxxxxxxx - lavu 58.12.100 - mathematics.h
Add av_bessel_i0()