Age | Commit message (Expand) | Author |
2021-10-06 | Split V4L2 code into separate libs | Tomi Valkeinen |
2021-08-06 | meson: simplify pybind dependency handling | Tomi Valkeinen |
2021-07-19 | py: Property: Add type, enums, values, and __repr__ | Noralf Trønnes |
2021-07-19 | py: Card: Add .properties | Noralf Trønnes |
2021-07-19 | py: Framebuffer: Add flush and __repr__ | Noralf Trønnes |
2021-01-14 | py: add fourcc_to_pixelformat | Tomi Valkeinen |
2020-12-16 | Remove CMake support | Tomi Valkeinen |
2020-12-16 | meson: add option to use system pybind11 or subproject | Tomi Valkeinen |
2020-12-03 | crtc: add legacy gamma set | Tomi Valkeinen |
2020-10-20 | py: add -fvisibility=hidden | Tomi Valkeinen |
2020-10-20 | meson: add 'util' option to disable kms++util and utils | Tomi Valkeinen |
2020-10-09 | Bulk format of all files | Tomi Valkeinen |
2020-10-09 | dmabuffb: add constructor which takes in string fourcc | Tomi Valkeinen |
2020-10-03 | py: move framebuffer functions to correct place | Tomi Valkeinen |
2020-10-02 | Small Property improvements | Tomi Valkeinen |
2020-09-14 | Add meson build | Tomi Valkeinen |
2020-08-10 | kms++: Add support for missing 8 -and 16-bit RGB formats | Laurent Pinchart |
2020-08-10 | kms++: Add support for the planar YUV formats | Laurent Pinchart |
2020-08-10 | kms++: Add support for semiplanar YUV422 formats (NV16 and NV61) | Laurent Pinchart |
2020-08-10 | pykmsbase: Add missing pixel formats | Laurent Pinchart |
2020-08-10 | card: Add a method to retrieve the device minor | Laurent Pinchart |
2019-11-06 | pykmsbase: upgrade Blob __init__ to fix deprecation warning | Tomi Valkeinen |
2019-11-06 | Split dmabuf support from ExtFramebuffer into DmabufFramebuffer | Tomi Valkeinen |
2019-09-25 | videomode to_string improvements | Tomi Valkeinen |
2019-01-17 | Revert "py: add open_modesetting_card" | Tomi Valkeinen |
2019-01-14 | py: add open_modesetting_card | Tomi Valkeinen |
2019-01-14 | Card: improve DRM card selection | Tomi Valkeinen |
2019-01-14 | Card: add support to get the driver name | Tomi Valkeinen |
2019-01-09 | pykms: expose Card(device) constructor | Tomi Valkeinen |
2018-11-01 | videodevice: Add selection API support | Benoit Parrot |
2018-09-24 | py: fix __atomic_req_add_plane when crtc = None | Tomi Valkeinen |
2018-09-17 | py: add AtomicReq extensions and use them in test.py | Tomi Valkeinen |
2018-08-03 | add a simple draw_circle() | Tomi Valkeinen |
2017-12-15 | py: pyvid: Provide stream_off binding | Kieran Bingham |
2017-12-08 | py: add convert_vector helper | Tomi Valkeinen |
2017-12-08 | py: Add Card crtcs and encoders properties back to the Python bindings | Laurent Pinchart |
2017-12-08 | Fix Python bindings for Connector::get_possible_crtcs() method | Laurent Pinchart |
2017-11-24 | pykms: keep Card alive until Blob is gone | Tomi Valkeinen |
2017-11-24 | Update to latest pybind11 | Tomi Valkeinen |
2017-11-22 | kmstest: use resman | Tomi Valkeinen |
2017-10-20 | Crtc: add set_mode() which doesn't take a fb | Tomi Valkeinen |
2017-10-03 | Rework framebuffer classes | Tomi Valkeinen |
2017-09-05 | py: drop the fancy event handling | Tomi Valkeinen |
2017-06-02 | Merge branch 'color-features' of git://github.com/jsarha/kmsxx | Tomi Valkeinen |
2017-05-31 | Add DrmPropObject.get_prop() and Property.enums to pykmsbase.cpp. | Jyri Sarha |
2017-05-31 | Add different YCbCr encodings. | Jyri Sarha |
2017-05-31 | Add Crtc::disable_mode() to pykmsbase.cpp. | Jyri Sarha |
2017-05-30 | omapfb: add flags for memory alloc | Tomi Valkeinen |
2017-05-30 | omapfb: add enum Flags for OmapFB | Tomi Valkeinen |
2017-05-30 | py: move Rotation enum to __init__.py | Tomi Valkeinen |