Age | Commit message (Expand) | Author |
2022-09-05 | qcam: CamSelectDialog: Display Location and Model propety of camera | Utkarsh Tiwari |
2022-09-05 | qcam: MainWindow: Replace cameraCombo_ with CameraSelectorDialog | Utkarsh Tiwari |
2022-09-05 | qcam: Support Hotplug for Camera Selection Dialog | Utkarsh Tiwari |
2022-09-05 | qcam: Use QDialog for selection of cameras at startup | Utkarsh Tiwari |
2022-09-01 | qcam: viewfinder_gl: Take color space into account for YUV rendering | Laurent Pinchart |
2022-09-01 | qcam: Pass color space to ViewFinder::setFormat() | Laurent Pinchart |
2022-08-09 | libcamera: controls: Generate and use fixed-sized Span types | Christian Rauch |
2022-07-27 | raspberrypi: Update Copyright statement in all Raspberry Pi source files | Naushir Patuck |
2022-07-22 | qcam: assets: shader: bayer_8.frag: Add precision | Kunal Agarwal |
2022-07-19 | libcamera: controls: Avoid double lookups | Laurent Pinchart |
2022-07-19 | libcamera: controls: Use std::optional to handle invalid control values | Christian Rauch |
2022-07-18 | qcam: viewfinder_qt: Support X RGB variants | Kieran Bingham |
2022-07-18 | qcam: format_converter: Support X RGB variants | Kieran Bingham |
2022-07-18 | qcam: viewfinder_qt: Fix include orders | Kieran Bingham |
2022-07-18 | qcam: main_window: Fix include ordering | Kieran Bingham |
2022-05-04 | libcamera: Replace toString with operator<<() for format classes | Laurent Pinchart |
2022-01-19 | qcam: main_window: Fix include ordering | Kieran Bingham |
2021-11-24 | qcam: Convert to pragma once | Kieran Bingham |
2021-10-15 | qcam: Remove using namespace in header files | Hirokazu Honda |
2021-09-22 | qcam: viewfinder_gl: Support configurable stride in shaders | Laurent Pinchart |
2021-09-22 | qcam: format_converter: Add fully-planar YUV formats support | Laurent Pinchart |
2021-09-22 | qcam: format_converter: Rename YUV and NV to YUVPacked and YUVSemiPlanar | Laurent Pinchart |
2021-09-22 | qcam: format_converter: Add configurable stride support | Laurent Pinchart |
2021-09-22 | qcam: viewfinder: Pass stride value to viewfinder | Laurent Pinchart |
2021-09-07 | qcam: viewfinder_qt: Support multi-planar buffers | Laurent Pinchart |
2021-09-07 | qcam: viewfinder_gl: Support multi-planar buffers | Laurent Pinchart |
2021-09-07 | qcam: Use Image class to access pixel data | Laurent Pinchart |
2021-09-07 | qcam: Print bytesused for all planes | Laurent Pinchart |
2021-09-07 | libcamera: framebuffer: Prevent modifying the number of metadata planes | Laurent Pinchart |
2021-09-02 | libcamera: Use simpler Signal::disconnect() function | Laurent Pinchart |
2021-08-30 | qcam: main_window: Use offset mapping FrameBuffer | Hirokazu Honda |
2021-08-21 | qcam: Replace MappedBuffer with Span<uint8_t> | Laurent Pinchart |
2021-08-03 | qcam: Support OpenGL ES 2.0 | Laurent Pinchart |
2021-07-11 | libcamera: buffer: Rename buffer.h to framebuffer.h | Laurent Pinchart |
2021-06-30 | qcam: viewfinder_gl: Add support for RAW8 Bayer formats | Andrey Konovalov |
2021-06-30 | qcam: viewfinder_gl: Set the vertex shader file name in selectFormat() | Andrey Konovalov |
2021-06-30 | qcam: viewfinder_gl: Use SPDX-License-Identifier in bayer_8.* shaders | Andrey Konovalov |
2021-06-30 | qcam: viewfinder_gl: Fix wrong comment in bayer_8.frag | Andrey Konovalov |
2021-06-30 | qcam: viewfinder_gl: Copy the shaders for RAW8 Bayer format from motmot | Andrey Konovalov |
2021-06-30 | qcam: viewfinder_gl: Add support for RAW12 packed formats | Andrey Konovalov |
2021-06-30 | qcam: viewfinder_gl: Add shader to render packed RAW10 formats | Andrey Konovalov |
2021-06-30 | qcam: viewfinder_gl: Change uniform float tex_stepx to vec2 tex_step | Andrey Konovalov |
2021-06-25 | libcamera: rename public libcamera dependency | Kieran Bingham |
2021-06-03 | qcam: Add libatomic dependency | Fabrice Fontaine |
2021-03-28 | meson: Summarize which applications and adaptation layers are built | Laurent Pinchart |
2021-03-23 | meson: Use subdir_done() to reduce indentation | Laurent Pinchart |
2021-02-11 | meson: Fix coding style when declaring arrays | Laurent Pinchart |
2020-12-01 | qcam: Make log less verbose by default | Laurent Pinchart |
2020-12-01 | qcam: main: Fix comment incorrectly referring to the cam application | Laurent Pinchart |
2020-11-13 | qcam: Clear the pool of free requests upon stopCapture() | Paul Elder |