aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2025-02-04 12:51:31 -0300
committerJames Almer <jamrial@gmail.com>2025-02-04 14:28:19 -0300
commit1fbe9deee349cb15bf6c2dc1a352cce200092b9a (patch)
tree6f8ebfca7a37aafcfd284060301ec55d145e61ce /Changelog
parenta8595dae0fa32b8a2603de94de4fb2e0cf124509 (diff)
downloadffmpeg-1fbe9deee349cb15bf6c2dc1a352cce200092b9a.tar.gz
avcodec/nvenc: add support for writing mastering metadata SEI messages
Including Mastering Display and Content Light Level. Requires SDK 13.0, and only supports HEVC and AV1. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 7b6a09a833..9325117dee 100644
--- a/Changelog
+++ b/Changelog
@@ -47,6 +47,8 @@ version 7.1:
question mark is a part of <val> or not)
- multiple stream types in a single specifier (e.g. :s:s:0) now cause an
error, as such a specifier makes no sense
+- Mastering Display and Content Light Level metadata support in hevc_nvenc
+ and av1_nvenc encoders
version 7.0: