rust-av / dav1d-rs

libdav1d rust bindings
MIT License
34 stars 15 forks source link

Custom picture allocator support #19

Open philn opened 4 years ago

philn commented 4 years ago

I've started a patch: https://github.com/philn/dav1d-rs-1/commit/18121c6d8293b95ccaf92daffab93b61a810d42d

Ideally this would be usable by the GStreamer rust dav1ddec element for zero-copy of decoded pictures. But it's not integrated yet, hence the WIP tag :)

sdroege commented 4 years ago

I've added some review comments to that commit