any1 / neatvnc

A liberally licensed VNC server library with a clean interface
ISC License
118 stars 29 forks source link

Support DMA-BUF in `nvnc_fb` #57

Closed any1 closed 2 years ago

any1 commented 2 years ago

For zero-copy hardware encoding, the user must be able to pass DMA-BUFs to the library.

NeatVNC must also be able to extract pixel buffers from the DMA-BUFs so that they can be used to encode using the old codecs

Requires #18 Required by #38

any1 commented 2 years ago

Done