diff mbox series

[FFmpeg-devel,2/2] doc/APIchanges: add missing uuid and csp entries

Message ID 20220614000334.547012-2-zane@zanevaniperen.com
State New
Headers show
Series [FFmpeg-devel,1/2] avutil/version: 57.26.100 -> 57.27.100 | expand

Checks

Context Check Description
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished
andriy/configure_armv7_RPi4 warning Failed to apply patch

Commit Message

Zane van Iperen June 14, 2022, 12:03 a.m. UTC
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
---
 doc/APIchanges | 10 ++++++++++
 1 file changed, 10 insertions(+)
diff mbox series

Patch

diff --git a/doc/APIchanges b/doc/APIchanges
index 4f7a19d176..3349e94a4f 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-01 - xxxxxxxxx - lavu 57.27.100 - uuid.c 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-05-28 - xxxxxxxxx - lavu 57.26.100 - csp.c 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.