aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2024-08-17 01:11:50 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2024-08-18 23:04:28 +0200
commit8657eb9c3f4a498389cb8725760d1793c08c57fc (patch)
treeb4384fcfe3e1cc7cff33a962a6a8acaacfbd05fe /doc/APIchanges
parent4230379835780c855818d7141082d9558e3842dc (diff)
downloadffmpeg-8657eb9c3f4a498389cb8725760d1793c08c57fc.tar.gz
avcodec/avcodec: Warn about data returned from get_buffer*()
Text based on suggestion by: epirat07@gmail.com Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 173f317ea1..b81f1ae656 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,12 @@ The last version increases of all libraries were on 2024-03-07
API changes, most recent first:
+2024-08-xx - xxxxxxxxx - lavc 61.11.100- avcodec.h
+ Clarify the documentation for get_buffer*() functions, making it
+ clear that the memory returned by them should not contain sensitive
+ information. This is not a change in the API, it is how it already worked
+ before.
+
2024-08-10 - xxxxxxxxx - lavu 59.34.100 - hwcontext_vulkan.h
Add qf and nb_qf to AVVulkanDeviceContext.
Deprecate queue_family_index, nb_graphics_queues,