diff options
author | Lynne <dev@lynne.ee> | 2023-05-25 02:15:28 +0200 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2023-05-29 00:42:02 +0200 |
commit | db1d0227812e4f536c2913ddaf290d288d69a48f (patch) | |
tree | b5b87ee85d181b80d73c5ffd291c5cef09b3537b /doc/APIchanges | |
parent | bef86ba86ccec65e30ca6caedea861475732d108 (diff) | |
download | ffmpeg-db1d0227812e4f536c2913ddaf290d288d69a48f.tar.gz |
APIchanges: add hwcontext_vulkan changes and bump lavu minor
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 2f7d438652..d092b2ade1 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,6 +2,12 @@ The last version increases of all libraries were on 2023-02-09 API changes, most recent first: +2023-05-xx - xxxxxxxxxx - lavu 58.11.100 - hwcontext_vulkan.h + Add AVVulkanDeviceContext.lock_queue, AVVulkanDeviceContext.unlock_queue, + AVVulkanFramesContext.format, AVVulkanFramesContext.lock_frame, + AVVulkanFramesContext.unlock_frame, AVVkFrame.queue_family. + Deprecate AV_VK_FRAME_FLAG_CONTIGUOUS_MEMORY (use multiplane images instead). + 2023-05-xx - xxxxxxxxxx - lavu 58.10.100 - pixfmt.h Add AV_PIX_FMT_P212BE, AV_PIX_FMT_P212LE, AV_PIX_FMT_P412BE, AV_PIX_FMT_P412LE. |