- a757e56 querybuf: use UncheckedV4l2Buffer as input by Alexandre Courbot · 1 year, 6 months ago
- 1e0ec5a ioctl/querybuf: handle EINVAL as its own variant by Alexandre Courbot · 1 year, 6 months ago
- f81f2a2 ioctl: introduce generic ioctl conversion error handling and use in querybuf by Alexandre Courbot · 1 year, 6 months ago
- 6ed9181 ioctl: replace QueryBuf trait with TryFrom<UncheckedV4l2Buffer> by Alexandre Courbot · 1 year, 6 months ago
- 8a8fa9e ioctl: add UncheckedV4l2Buffer structure by Alexandre Courbot · 1 year, 6 months ago
- 6734a2f ioctl/querybuf: remove redundant plane information by Alexandre Courbot · 1 year, 6 months ago
- 02bc99d ioctl: remove redundant is_multi_planar() function by Alexandre Courbot · 1 year, 6 months ago
- d325743 ioctl: move test module to end of file by Alexandre Courbot · 1 year, 6 months ago
- 271d9dc ioctl/decoder_cmd: replace match with map_err/and_then by Alexandre Courbot · 1 year, 6 months ago
- a344bc0 ioctl: improve documentation and clarify intent of module by Alexandre Courbot · 1 year, 6 months ago
- d773175 Add badges to readme by Luca Barbato · 1 year, 6 months ago
- 2e7f49b README: reformat by Alexandre Courbot · 1 year, 6 months ago
- 62f293e README: remove broken Travis CI link by Alexandre Courbot · 1 year, 6 months ago
- 748e67d ioctl: complete support for DECODER_CMD by Alexandre Courbot · 1 year, 6 months ago
- d4eb02e ioctl/V4l2Buffer: rename queue_type() method to queue() by Alexandre Courbot · 1 year, 6 months ago
- 55ba6d9 ioctl: add methods to add/remove flags from a V4l2Buffer by Alexandre Courbot · 1 year, 6 months ago
- 6606f48 ioctl: add warning to V4l2Buffer's documentation by Alexandre Courbot · 1 year, 6 months ago
- c934380 ioctl/V4l2Buffer: add method to get first plane mutably by Alexandre Courbot · 1 year, 6 months ago
- 27620d7 ioctl/V4l2Buffer: add methods to get/set the field by Alexandre Courbot · 1 year, 6 months ago
- 71bc3db cargo update by Alexandre Courbot · 1 year, 7 months ago
- dd0af56 Update bindgen version and regenerate bindings by Alexandre Courbot · 1 year, 7 months ago
- 7d40418 ffi: fix clippy warnings by Alexandre Courbot · 1 year, 7 months ago
- 36eff92 fwht_encoder: fix clippy warning by Alexandre Courbot · 1 year, 7 months ago
- 8fa6da5 simple_decoder: fix clippy warning by Alexandre Courbot · 1 year, 7 months ago
- d911f9c ioctl: revamp struct V4l2Buffer by Alexandre Courbot · 1 year, 7 months ago
- d6e41b0 bindings: add conversions between v4l2_buffer and v4l2_plane's memory backing information by Alexandre Courbot · 1 year, 7 months ago
- 1e50a11 ioctl/querybuf: use more idiomatic statement by Alexandre Courbot · 1 year, 7 months ago
- 056fdc7 ioctl: remove unneeded as_raw_v4l2_buffer method by Alexandre Courbot · 1 year, 7 months ago
- 33b6a2a ioctl: remove V4l2Buffer::is_multiplanar by Alexandre Courbot · 1 year, 7 months ago
- cc9de9d make Rect copyable by Alexandre Courbot · 1 year, 7 months ago
- 50f2d6f update Cargo.lock after version up by Alexandre Courbot · 1 year, 7 months ago
- 702dff5 v0.0.2 by Alexandre Courbot · 1 year, 7 months ago
- 20150ce lib: remove shady use of transmute by Alexandre Courbot · 1 year, 7 months ago
- a0da824 poller: use empty() instead of mem::zeroed() to initialize EPollEvent array by Alexandre Courbot · 1 year, 7 months ago
- 63cd8a6 lib: replace std::mem::zeroed() with Default::default() where possible by Alexandre Courbot · 1 year, 7 months ago
- 6091b1f ioctl: fix build on 32-bit platforms by Alistair Delva · 1 year, 8 months ago
- 0831ab4 Cargo.toml: update project descriptor before publishing by Alexandre Courbot · 1 year, 8 months ago
- 6b54826 ioctl: add enum for buffer fields by Alexandre Courbot · 1 year, 10 months ago
- ac721fa use repr(u32) for V4L2 enum types by Alexandre Courbot · 1 year, 10 months ago
- 4187a72 ioctl: remove previous incomplete buffer flags by Alexandre Courbot · 1 year, 11 months ago
- acc87cf ioctl: add bitflags for buffer flags by Alexandre Courbot · 1 year, 11 months ago
- f2589bb runbindgen: generate Default implementations by Alexandre Courbot · 1 year, 11 months ago
- f29852b controls: fix regressed doctest by Alexandre Courbot · 1 year, 11 months ago
- 860ad00 lib: add const PixelFormat conversion methods by Alexandre Courbot · 1 year, 11 months ago
- a908e88 ioctl/g_ext_ctrls: support which control value to use by Alexandre Courbot · 2 years ago
- b2cf38e ioctl: support ENUM_FREQ_BANDS by Alexandre Courbot · 2 years ago
- 7a94d33 encoder: fix clippy warning by Alexandre Courbot · 2 years ago
- 6832e45 ioctl: add support for G_ENC_IDX by Alexandre Courbot · 2 years ago
- 1b5bbe3 ioctl: add support for G/S_CTRL by Alexandre Courbot · 2 years ago
- 28a6d62 ioctl/g_ext_ctrls: also return the control index in case of error by Alexandre Courbot · 2 years ago
- ee74d36 ioctl: add support for G/S_JPEGCOMP by Alexandre Courbot · 2 years ago
- 99de38b ioctl/s_audio: make the mode an optional argument by Alexandre Courbot · 2 years ago
- 8da71d6 ioctl: add support for VIDIOC_PREPARE_BUF by Alexandre Courbot · 2 years ago
- 6444fed ioctl: add support for VIDIOC_CREATE_BUFS by Alexandre Courbot · 2 years ago
- e79fca8 ioctl: add support for DV timings by Alexandre Courbot · 2 years ago
- 7031c58 ioctl: support *STD* ioctls by Alexandre Courbot · 2 years ago
- 6ca4234 ioctl/s_parm: fix typo by Alexandre Courbot · 2 years ago
- b529fa7 ioctl: add support for G/S_PARM by Alexandre Courbot · 2 years ago
- d6757b7 ioctl: add support for G/S_TUNER/MODULATOR/FREQUENCY by Alexandre Courbot · 2 years ago
- 84d00ff fix cargo tests by Alexandre Courbot · 2 years ago
- ed0bd9a lib: add missing OVERLAY memory type by Alexandre Courbot · 2 years, 1 month ago
- 9174925 ioctl/querybuf: fix swap in error types by Alexandre Courbot · 2 years, 1 month ago
- 2603fb9 ioctl: add support for VIDIOC_QUERYMENU by Alexandre Courbot · 2 years, 1 month ago
- 7ae1496 ioctl: add missing conversions of error types to Errno by Alexandre Courbot · 2 years, 1 month ago
- 773176b ioctl: add support for TRY_EXT_CTRLS by Alexandre Courbot · 2 years, 1 month ago
- 4d054cb ioctl: change the request type to RawFd by Alexandre Courbot · 2 years, 1 month ago
- 8fea64a ioctl/g_input: make s_input return the updated index by Alexandre Courbot · 2 years, 1 month ago
- d511195 ioctl: add support for G/S/ENUM_AUDIO and G/S/ENUM_AUDOUT by Alexandre Courbot · 2 years, 1 month ago
- c8efe09 ioctl: fix spelling error by Alexandre Courbot · 2 years, 1 month ago
- 2267b8f lib: overhaul of extended controls by Alexandre Courbot · 2 years, 1 month ago
- 9557657 lib/bindings: derive PartialEq and Eq for types that support them by Alexandre Courbot · 2 years, 1 month ago
- 8835604 lib: update generated bindings by Alexandre Courbot · 2 years, 1 month ago
- 7026887 lib: update instructions for invoking bindgen by Alexandre Courbot · 2 years, 1 month ago
- 1d4f03c ioctl: add missing documentation for implemented ioctls by Alexandre Courbot · 2 years, 1 month ago
- fd6ace9 ioctl: import relevant bindings by Alexandre Courbot · 2 years, 1 month ago
- da3c5d0 ioctl: remove traits equivalent to From<v4l2_type> by Alexandre Courbot · 2 years, 1 month ago
- 110fd77 ioctl/qbuf: add set_timestamp method by Albert Esteve · 2 years, 2 months ago
- 532c316 ioctl/framesizes: add v4l2_frmsizeenum accessor by Albert Esteve · 2 years, 2 months ago
- 883dba7 ioctl/intervals: add v4l2_frmivalenum accessor by Albert Esteve · 2 years, 2 months ago
- 2286f4c lib: add direction method to QueueType by Albert Esteve · 2 years, 2 months ago
- a5e3b2f Cargo.toml: use resolver v2 by Alexandre Courbot · 2 years, 2 months ago
- d4ebb91 lib: address clippy warning for zip by Albert Esteve · 2 years, 2 months ago
- eb371b8 ffi: address clippy error on clone by Albert Esteve · 2 years, 2 months ago
- af2099a ioctl: add accessors to internal structures of V4l2Buffer by Alexandre Courbot · 2 years, 3 months ago
- f5f8c34 ioctl/querybuf: make conversion from v4l2_buffer a fallible operation by Alexandre Courbot · 2 years, 3 months ago
- 7cddcdc lib: add is_multiplanar method to QueueType by Alexandre Courbot · 2 years, 3 months ago
- 9fd5ae3 device/queue: simplify unneeded match statement by Alexandre Courbot · 2 years, 3 months ago
- 0c7db64 ioctl/mmap: do not panic if provided length is zero by Alexandre Courbot · 2 years, 3 months ago
- 6a01170 cargo update by Alexandre Courbot · 2 years, 3 months ago
- 7b7fed0 Bump nix to 0.27 by Emmanuel Gil Peyrot · 2 years, 3 months ago
- 7c38c0e Bump bitflags to 2.4 by Emmanuel Gil Peyrot · 2 years, 3 months ago
- 2da6a99 Bump dependencies which don’t require any change to the code by Emmanuel Gil Peyrot · 2 years, 3 months ago
- e78922d ioctl: fix typo and clippy warning by Alexandre Courbot · 2 years, 5 months ago
- 2192ffa ioctl: document the general model for ioctl implementations by Alexandre Courbot · 2 years, 5 months ago
- 3c9d723 device: fix cargo doc warning by Alexandre Courbot · 2 years, 5 months ago
- f3353c9 ioctl: add frameintervals by Albert Esteve · 2 years, 5 months ago
- 23f8a15 framesizes: implement FrameSize trait by Albert Esteve · 2 years, 5 months ago
- eded871 bindings: remove obsolete unaligned_references lint by Alexandre Courbot · 2 years, 6 months ago
- cb247e5 update dma-heap to 0.2.1 by Alexandre Courbot · 2 years, 6 months ago
- c276f3e ioctl/(de|en)coder_cmd: return updated struct from the ioctl by Alexandre Courbot · 2 years, 7 months ago