Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-29 | Fix two issues found with Clang's static analyzer | emersion | |
2018-11-06 | Use _POSIX_C_SOURCE, use shm_open | emersion | |
2018-10-15 | Fix libdrm includes | Scott Anderson | |
This removes any assumptions about how the libdrm headers are installed, and uses the pkg-config include directories as we're "supposed to". This only adds a partial dependency, since we don't actually need to link against libdrm. | |||
2018-09-18 | export-dmabuf: disable hardware cursors if desired | emersion | |
Also make the frame resource inert when sending "ready". | |||
2018-06-25 | examples/dmabuf-capture: move encoding to a separate thread | Rostislav Pehlivanov | |
Drop new frames if too slow. Speeds up encoding significantly, even with vaapi. | |||
2018-06-17 | Fix example | Rostislav Pehlivanov | |
2018-06-17 | export-dmabuf: update protocol | emersion | |
2018-06-17 | Update example and protocol | Rostislav Pehlivanov | |
2018-05-29 | examples/dmabuf-capture: simplify event loop and fix style | emersion | |
2018-05-29 | examples/dmabuf-capture: fix indentation | emersion | |
2018-05-29 | Command line parsing | Rostislav Pehlivanov | |
2018-05-29 | Add a demo client for dmabuf export | Rostislav Pehlivanov | |