Age | Commit message (Expand) | Author |
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 |
2020-04-30 | qcam: main_window: Make cameraCombo_ private | Umang Jain |
2020-04-30 | qcam: Fix logging of sequence number | Laurent Pinchart |
2020-04-27 | qcam: Don't crash if camera can't be opened | Laurent Pinchart |
2020-03-26 | qcam: Print whole stream configuration when adjusted | Laurent Pinchart |
2020-03-24 | qcam: main_window: Prefer stream formats that don't require conversion | Laurent Pinchart |
2020-03-24 | qcam: viewfinder: Report the natively supported pixel formats | Laurent Pinchart |
2020-03-24 | qcam: viewfinder: Print message to report format converter usage | Laurent Pinchart |
2020-03-24 | qcam: viewfinder: Add support for more native formats | Laurent Pinchart |
2020-03-24 | qcam: viewfinder: Display icon when stopping capture | Laurent Pinchart |
2020-03-24 | qcam: viewfinder: Avoid memory copy when conversion isn't needed | Laurent Pinchart |
2020-03-24 | qcam: viewfinder: Reorder methods to match header file | Laurent Pinchart |
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 |