Age | Commit message (Expand) | Author |
2020-10-23 | libcamera: Declare empty virtual destructors as defaulted | Laurent Pinchart |
2020-10-21 | qcam: main_window: Explicitly name raw buffer | Kieran Bingham |
2020-10-12 | libcamera, android, cam, gstreamer, qcam, v4l2: Reuse Request | Paul Elder |
2020-10-04 | qcam: viewfinder_gl: Add shader to render packed YUV formats | Laurent Pinchart |
2020-10-04 | qcam: viewfinder_gl: Merge the semi-planar UV and VU shaders | Laurent Pinchart |
2020-10-04 | qcam: viewfinder_gl: Support #define in shaders | Laurent Pinchart |
2020-10-04 | qcam: viewfinder_gl: Rename shader files | Laurent Pinchart |
2020-10-04 | qcam: viewfinder_gl: Hardcode the vertex shader file name | Laurent Pinchart |
2020-10-04 | qcam: viewfinder_gl: Don't store texture IDs in class members | Laurent Pinchart |
2020-10-04 | qcam: Remove unneeded './' file prefix in *.qrc | Laurent Pinchart |
2020-10-02 | qcam: dng_writer: Record camera model | Niklas Söderlund |
2020-09-30 | libcamera: stream: Rename StillCaptureRaw to Raw | Niklas Söderlund |
2020-09-15 | qcam: Add additional command line option to select the renderer type | Show Liu |
2020-09-15 | qcam: Add ViewFinderGL class to accelerate the format conversion | Show Liu |
2020-09-15 | qcam: New viewfinder hierarchy | Show Liu |
2020-09-15 | qcam: Add OpenGL shader code as Qt resource | Show Liu |
2020-09-12 | qcam: format_converter: Support R8 Greyscale | Kieran Bingham |
2020-08-25 | meson: Remove -Wno-unused-parameter | Laurent Pinchart |
2020-08-14 | libcamera: request: Make Stream pointer const | Niklas Söderlund |
2020-08-14 | libcamera: request: Declare a using directive for map of buffers | Niklas Söderlund |
2020-08-05 | libcamera: camera: Rename name() to id() | Niklas Söderlund |
2020-07-27 | qcam: Fix camera reference leak on hot-unplug | Umang Jain |
2020-07-27 | qcam: Fix spelling | You-Sheng Yang |
2020-07-25 | libcamera: qcam: Improve colour information in DNG files | David Plowman |
2020-06-24 | meson: options: Add an option to control compilation of qcam | Niklas Söderlund |
2020-06-18 | qcam: Replace explicit DRM FourCCs with libcamera formats | Laurent Pinchart |
2020-06-17 | qcam: main_window: Introduce initial hotplug support | Umang Jain |
2020-06-16 | qcam: dng_writer: Record creation time in the EXIF directory | Niklas Söderlund |
2020-06-15 | qcam: dng_writer: Add support for IPU3 Bayer formats | Niklas Söderlund |
2020-06-09 | qcam: Specify Feather icons license in DEP5 | Laurent Pinchart |
2020-06-09 | libcamera: Add missing SPDX headers to miscellaneous small files | Laurent Pinchart |
2020-06-09 | qcam: Fix compilation with Qt v5.15.0 | Peter Seiderer |
2020-06-06 | libcamera: Rename pixelformats.{cpp,h} to pixel_format.{cpp,h} | Laurent Pinchart |
2020-05-28 | qcam: viewfinder: Use correct DRM/QImage mappings | Kieran Bingham |
2020-05-18 | (q)cam: Fix header guards | Laurent Pinchart |
2020-05-13 | licenses: License all meson files under CC0-1.0 | Laurent Pinchart |
2020-05-04 | qcam: dng_writer: Write EXIF IFD as custom directory | Laurent Pinchart |
2020-05-03 | qcam: dng_writer: Remove colon from \todo | Niklas Söderlund |
2020-05-03 | qcam: dng_writer: Generate thumbnail in RGB format | Laurent Pinchart |
2020-05-03 | qcam: dng_writer: Populate DNG tags from metadata | Laurent Pinchart |
2020-05-03 | qcam: dng_writer: Output thumbnail | Laurent Pinchart |
2020-05-03 | qcam: dng_writer: Name arguments to packScanline() | Laurent Pinchart |
2020-05-03 | qcam: Pass request metadata to DNG writer | Laurent Pinchart |
2020-05-03 | qcam: dng_writer: Fix missing field name | Niklas Söderlund |
2020-05-02 | qcam: Add RAW capture support | Niklas Söderlund |
2020-05-02 | qcam: Add DNGWriter | Niklas Söderlund |
2020-05-02 | qcam: Allow for a second raw stream to be configured | Niklas Söderlund |
2020-05-01 | qcam: Check that camera can generate configuration from roles | Niklas Söderlund |
2020-05-01 | qcam: Make use of StreamKeyValueParser | Niklas Söderlund |
2020-04-30 | qcam: main_window: Fix combo-box entry selection on startup | Umang Jain |