aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorElias Carotti <eliascrt _at_ amazon _dot_ it>2023-07-10 14:34:53 +0200
committerStefano Sabatini <stefasab@gmail.com>2023-08-08 09:46:11 +0200
commit5012b4ab4ca65a1c71bbcc125ba39db074b94e70 (patch)
tree93e0c0507756486bb9830cd7a79110b06c59fde1 /doc/APIchanges
parentc0709706ddda0d1f079d4020047bcdeb0bc4a7f1 (diff)
downloadffmpeg-5012b4ab4ca65a1c71bbcc125ba39db074b94e70.tar.gz
lavu: add video_hint API
Add side data type to provide hint to the video encoders about unchanged portions of each frame. Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 5afe8bcb75..41d7f179a5 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,9 @@ The last version increases of all libraries were on 2023-02-09
API changes, most recent first:
+2023-08-08 - xxxxxxxxxx - lavu 58.15.100 - video_hint.h
+ Add AVVideoHint API.
+
2023-07-xx - xxxxxxxxxx - lavc 60 - avcodec.h
Deprecate AV_CODEC_FLAG_DROPCHANGED without replacement.