summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorrcombs <rcombs@rcombs.me>2021-12-18 04:59:13 -0600
committerrcombs <rcombs@rcombs.me>2021-12-22 18:42:51 -0600
commit69bd95dcd8d09ecc04f994a239c1d3da62ec38d6 (patch)
treedba814d83be9f0f7f74e15514d64886bc51f0290 /doc
parent9a890e49b66d611c1c97347c9529ae85920bd5a1 (diff)
lavu/videotoolbox: expose conversion routines for color parameters
Also fixes symbol lookup errors on older macOS when built with a newer SDK, introduced in 6cab5206b0ad94990c435cb7c5cf3b29675e0231
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index ac75040274..061883f5a4 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -14,6 +14,12 @@ libavutil: 2021-04-27
API changes, most recent first:
+2021-12-xx - xxxxxxxxxx - lavu 57.13.100 - hwcontext_videotoolbox.h
+ Add av_map_videotoolbox_chroma_loc_from_av
+ Add av_map_videotoolbox_color_matrix_from_av
+ Add av_map_videotoolbox_color_primaries_from_av
+ Add av_map_videotoolbox_color_trc_from_av
+
2021-12-21 - xxxxxxxxxx - lavu 57.12.100 - cpu.h
Add AV_CPU_FLAG_SLOW_GATHER.