w3c / webcodecs

WebCodecs is a flexible web API for encoding and decoding audio and video.
https://w3c.github.io/webcodecs/
Other
987 stars 136 forks source link

Add VideoFrameBufferInit.transfer #676

Closed Djuffin closed 1 year ago

Djuffin commented 1 year ago

This should allow to avoid extra copies while constructing VideoFrame from pixel data

Addressing: https://github.com/w3c/webcodecs/issues/104


Preview | Diff

Djuffin commented 1 year ago

I updated the text according to the feedback and WG comments. PTAL

Djuffin commented 1 year ago

@youennf Could you please take another look and approve if you don't have any more comments?