summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZane van Iperen <zane@zanevaniperen.com>2022-06-14 10:03:34 +1000
committerJames Almer <jamrial@gmail.com>2022-06-13 22:04:36 -0300
commit9874baf2cd31c83cc32e213e5f1b6ad7bf5b4086 (patch)
tree4c2f812e47b48a68cff352439e7b07bc7e604174 /doc
parentff59ecc4de0d5c3b0d72c2608a4ef3439308a575 (diff)
doc/APIchanges: add missing uuid and csp entries
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 4f7a19d176..5857e67ae6 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -18,6 +18,16 @@ API changes, most recent first:
Add avio_vprintf(), similar to avio_printf() but allow to use it
from within a function taking a variable argument list as input.
+2022-06-12 - xxxxxxxxx - lavu 57.27.100 - uuid.h
+ Add UUID handling functions.
+ Add av_uuid_parse(), av_uuid_urn_parse(), av_uuid_parse_range(),
+ av_uuid_parse_range(), av_uuid_equal(), av_uuid_copy(), and av_uuid_nil().
+
+2022-06-01 - xxxxxxxxx - lavu 57.26.100 - csp.h
+ Add public API for colorspace structs.
+ Add av_csp_luma_coeffs_from_avcsp(), av_csp_primaries_desc_from_id(),
+ and av_csp_primaries_id_from_desc().
+
2022-05-23 - xxxxxxxxx - lavu 57.25.100 - avutil.h
Deprecate av_fopen_utf8() without replacement.