diff options
author | Lynne <dev@lynne.ee> | 2024-08-10 17:46:04 +0200 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2024-08-11 05:13:15 +0200 |
commit | 5f0f1f7b7a6e6dde16101f919c18de710a51ca64 (patch) | |
tree | 2b3441ec22398809fe5ea33a716eaf4e325d3ce5 /doc/APIchanges | |
parent | 83cd77563fe008e34b70dcf1dd4d94c048dbf4fa (diff) | |
download | ffmpeg-5f0f1f7b7a6e6dde16101f919c18de710a51ca64.tar.gz |
libavutil: deprecate the old Vulkan queue API, add doc/APIchanges entries
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 046828ded1..173f317ea1 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,6 +2,15 @@ The last version increases of all libraries were on 2024-03-07 API changes, most recent first: +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, + queue_family_tx_index, nb_tx_queues. + queue_family_comp_index, nb_comp_queues. + queue_family_encode_index, nb_encode_queues. + queue_family_decode_index, and nb_decode_queues, + from AVVulkanDeviceContext. + 2024-07-30 - xxxxxxxxx - lavu 59.32.100 - cpu.h Deprecate AV_CPU_FLAG_RVF and AV_CPU_FLAG_RVD without replacement. Deprecate AV_CPU_FLAG_RVB_ADDR, subsumed into AV_CPU_FLAG_RVB. |