summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2021-08-10 12:38:49 +0200
committerLynne <dev@lynne.ee>2021-08-14 00:27:43 +0200
commitd5de9965ef680dad76ffca162afb20ddd9fd35d3 (patch)
tree1b12d1098c1ff7d5aa8c681f6a22cb6e4862c9c7 /doc
parentc44c03221d760ef8caec9e13b07251b90a6a1c8e (diff)
imgutils: expose av_image_copy_plane_uc_from()
The reason why the generic av_image_copy_uc_from() doesn't really fit in the case for Vulkan is because some planes may be copied via other methods (such as mapping GPU memory), and if they don't satisfy the strict alignment requirements, a gpu image->gpu buffer->cpu ram copy is performed. We need this for hwcontext_vulkan, and I think this will also be useful to API users like libplacebo who would rather not write a custom SIMD memcpy.
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 6eefc7fc33..28cc0344ad 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -14,6 +14,9 @@ libavutil: 2021-04-27
API changes, most recent first:
+2021-08-14 - xxxxxxxxxx - lavu 57.4.100 - imgutils.h
+ Add av_image_copy_plane_uc_from()
+
2021-08-02 - xxxxxxxxxx - lavc 59.4.100 - packet.h
Add AVPacket.opaque, AVPacket.opaque_ref, AVPacket.time_base.