Age | Commit message (Expand) | Author |
2020-03-24 | qcam: viewfinder: Use PixelFormat default constructor | Laurent Pinchart |
2020-03-24 | qcam: viewfinder: Embed QImage in ViewFinder | Laurent Pinchart |
2020-03-24 | qcam: viewfinder: Make the viewfinder hold a reference to a buffer | Laurent Pinchart |
2020-03-24 | qcam: viewfinder: Move multi-planar check into viewfinder | Laurent Pinchart |
2020-03-24 | qcam: viewfinder: Add MappedBuffer to store memory mapping information | Laurent Pinchart |
2020-03-24 | qcam: Use Qt qInfo() and qWarning() logging facilities | Laurent Pinchart |
2020-03-24 | qcam: main_window: Remove unneeded debug message | Laurent Pinchart |
2020-03-24 | qcam: main_window: Document functions and reorganize member data | Laurent Pinchart |
2020-03-24 | qcam: main_window: Don't print message when saving a picture | Laurent Pinchart |
2020-03-24 | qcam: main_window: Add shortcuts for toolbar actions | Laurent Pinchart |
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 | test: v4l2_videodevice: Test U8 array controls | Jacopo Mondi |
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 | utils: checkstyle: Add formatter to sort #include statements | 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 | test: controls: control_value: Test string control type | 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 | utils: 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 |