diff options
author | Niklas Haas <git@haasn.dev> | 2024-03-23 13:14:04 +0100 |
---|---|---|
committer | Niklas Haas <git@haasn.dev> | 2024-04-03 16:16:25 +0200 |
commit | 4f55e16f2bc1b861ecc6ce29f151beac357f181c (patch) | |
tree | 22c81c719993c1169a266e0fb10ff7e1dce7b501 /doc/APIchanges | |
parent | 78076ede2960debdba4e12aca594897ab11e5417 (diff) | |
download | ffmpeg-4f55e16f2bc1b861ecc6ce29f151beac357f181c.tar.gz |
avutil/dovi_meta: add dolby vision extension blocks
As well as accessors plus a function for allocating this struct with
extension blocks,
Definitions generously taken from quietvoid/dovi_tool, which is
assembled as a collection of various patent fragments, as well as output
by the official Dolby Vision bitstream verifier tool.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 6ce69fbabc..7eda1321cb 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,6 +2,11 @@ The last version increases of all libraries were on 2024-03-07 API changes, most recent first: +2024-04-xx - xxxxxxxxxx - lavu 59.12.100 - dovi_meta.h + Add AVDOVIMetadata.ext_block_{offset,size}, AVDOVIMetadata.num_ext_blocks, + AVDOVIDmData and AVDOVIDmLevel{1..6,8..11,254..255}, av_dovi_get_ext() + and av_dovi_find_level(). + 2024-04-xx - xxxxxxxxxx - lavu 59.11.100 - dovi_meta.h Add AVDOVIDataMapping.nlq_pivots. |