Age | Commit message (Expand) | Author |
2020-03-24 | qcam: main_window: Use icons from system icon theme | Laurent Pinchart |
2020-03-24 | qcam: main_window: Replace start and stop actions with a toggle action | Laurent Pinchart |
2020-03-24 | qcam: main_window: Move capture event processing to main thread | Laurent Pinchart |
2020-03-24 | qcam: main_window: Move request queuing to a separate function | Laurent Pinchart |
2020-03-24 | qcam: Use QSize through the code base | Laurent Pinchart |
2020-03-24 | qcam: Ensure headers are self-contained | Laurent Pinchart |
2020-03-24 | qcam: Remove custom event dispatcher | Laurent Pinchart |
2020-03-24 | libcamera: v4l2_videodevice: Add support for all 32-bit ARGB formats | Laurent Pinchart |
2020-03-24 | cam: main: Cache lookup of role property | Laurent Pinchart |
2020-03-23 | libcamera: v4l2_device: Enable enumeration of U8 controls | Jacopo Mondi |
2020-03-23 | libcamera: v4l2_controls: Support U8 array controls | Jacopo Mondi |
2020-03-23 | libcamera: v4l2_device: Support reading U8 array controls | Jacopo Mondi |
2020-03-23 | libcamera: v4l2_device: Support writing array U8 controls | Jacopo Mondi |
2020-03-23 | libcamera: v4l2_controls: Cache query control information | Jacopo Mondi |
2020-03-23 | libcamera: controls: Add zero-copy set API for ControlValue | Laurent Pinchart |
2020-03-23 | libcamera: device_enumerator: Convey device ownership through unique_ptr | Laurent Pinchart |
2020-03-23 | libcamera: device_enumerator_udev: Update pending list in addUdevDevice | Laurent Pinchart |
2020-03-23 | libcamera: thread: Order headers alphabetically | Laurent Pinchart |
2020-03-23 | libcamera: device_enumerator_udev: Don't add media device twice | Laurent Pinchart |
2020-03-23 | Revert "libcamera: controls: Don't over-optimize ControlValue layout" | Laurent Pinchart |
2020-03-21 | libcamera: device_enumerator: Remove '\todo' as it is completed | Kaaira Gupta |
2020-03-20 | libcamera: controls: Don't over-optimize ControlValue layout | Laurent Pinchart |
2020-03-20 | libcamera: controls: Move ControlValue size check to controls.cpp | Laurent Pinchart |
2020-03-20 | libcamera: controls: Add support for string controls | Laurent Pinchart |
2020-03-20 | libcamera: controls: Rename ControlRange to ControlInfo | Laurent Pinchart |
2020-03-20 | libcamera: controls: Name all ControlInfoMap instance variables infoMap | Laurent Pinchart |
2020-03-20 | cam: Print one property per line | Jacopo Mondi |
2020-03-20 | libcamera: v4l2_controls: Fix usage of strerror() | Jacopo Mondi |
2020-03-20 | libcamera: pipeline: rkisp1: Don't enable immutable link | Helen Koike |
2020-03-20 | libcamera: pipeline: rkisp1: Use correct buffer count when importing buffers | Niklas Söderlund |
2020-03-19 | libcamera: utils: Adapt libcameraPath to match use cases | Kaaira Gupta |
2020-03-19 | libcamera: v4l2_videodevice: Make V4L2PixelFormat constructor explicit | Laurent Pinchart |
2020-03-19 | libcamera: v4l2_videodevice: Rename toV4L2Fourcc to toV4L2PixelFormat | Laurent Pinchart |
2020-03-19 | libcamera: v4l2_videodevice: Add V4L2PixelFormat class | Laurent Pinchart |
2020-03-19 | qcam: saveImageAs: Set image quality explicitly | Kieran Bingham |
2020-03-19 | libcamera: geometry: Construct SizeRange from Size | Laurent Pinchart |
2020-03-18 | libcamera: framebuffer_allocator: Lift camera restrictions on allocator | Laurent Pinchart |
2020-03-18 | libcamera: pipeline_handler: Fold buffer management with start/stop | Laurent Pinchart |
2020-03-18 | libcamera: pipeline_handler: Decouple buffer import and export | Laurent Pinchart |
2020-03-18 | libcamera: camera: Propagate error value from importFrameBuffer | Laurent Pinchart |
2020-03-18 | libcamera: v4l2_videodevice: Add standalone buffer export support | Laurent Pinchart |
2020-03-18 | libcamera: v4l2_videodevice: Refactor allocateBuffers() | Laurent Pinchart |
2020-03-18 | libcamera: v4l2_videodevice: Pass memory type to reqbufs() | Laurent Pinchart |
2020-03-18 | libcamera: v4l2_videodevice: Rename exportBuffers() to allocateBuffers() | Laurent Pinchart |
2020-03-18 | libcamera: PixelFormat: Mark all function arguments of type PixelFormat as co... | Niklas Söderlund |
2020-03-18 | libcamera: PixelFormat: Make constructor explicit | Laurent Pinchart |
2020-03-18 | libcamera: PixelFormat: Turn into a class | Niklas Söderlund |
2020-03-18 | libcamera: pipeline: uvcvideo: Translate from V4L2 to DRM pixel formats | Niklas Söderlund |
2020-03-18 | libcamera: pipeline: vimc: Remove internal usage of ImageFormats | Niklas Söderlund |
2020-03-18 | libcamera: pixelformats: include linux/drm_fourcc.h | Niklas Söderlund |