summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2017-09-21 13:23:21 +0200
committerVittorio Giovara <vittorio.giovara@gmail.com>2017-09-21 13:23:21 +0200
commit2b50847e0f8f8894bfa74aa1c5a63e90a9867b45 (patch)
tree0b46c3fa7b249bbd045ff03216b6501644105b7e /doc
parenta5a6ac1a123a927e5bed984ed757a29b7ff87dab (diff)
pixdesc: Add API to map color property names to enum values
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index ed90be890d..fa27007f44 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,11 @@ libavutil: 2017-03-23
API changes, most recent first:
+2017-xx-xx - xxxxxxx - lavu 56.6.0 - pixdesc.h
+ Add av_color_range_from_name(), av_color_primaries_from_name(),
+ av_color_transfer_from_name(), av_color_space_from_name(), and
+ av_chroma_location_from_name().
+
2016-xx-xx - xxxxxxx - lavf 58.1.0 - avio.h
Add avio_read_partial().