Age | Commit message (Expand) | Author |
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-19 | qcam: saveImageAs: Set image quality explicitly | Kieran Bingham |
2020-03-18 | libcamera: framebuffer_allocator: Lift camera restrictions on allocator | Laurent Pinchart |
2020-03-18 | libcamera: PixelFormat: Mark all function arguments of type PixelFormat as co... | Niklas Söderlund |
2020-03-18 | libcamera: pixelformats: include linux/drm_fourcc.h | Niklas Söderlund |
2020-03-18 | libcamera: Use PixelFormat instead of unsigned int where appropriate | Niklas Söderlund |
2020-03-16 | qcam: format_convertor: Extend 32 bit ARGB format combinations | Kieran Bingham |
2020-02-19 | qcam: Fix compilation errors with clang-10 | Laurent Pinchart |
2020-02-19 | qcam: Use standard PicturesLocation path for capture | Kieran Bingham |
2020-02-14 | qcam: Provide save image functionality | Kieran Bingham |
2020-02-14 | qcam: Provide initial icon buttons "Play/Stop" | Kieran Bingham |
2020-02-14 | qcam: assets: Provide initial icon set | Kieran Bingham |
2020-02-14 | qcam: Introduce a toolbar and camera switching | Kieran Bingham |
2020-02-14 | qcam: Store CameraManager as class member | Kieran Bingham |
2020-02-14 | qcam: Move requestCompleted signal mapping | Kieran Bingham |
2020-02-14 | qcam: Tie FrameBufferAllocator to stream life | Kieran Bingham |
2020-02-11 | qcam: Switch default stream role to viewfinder | Naushir Patuck |
2020-01-20 | qcam: Support scaling of the viewfinder | Laurent Pinchart |
2020-01-12 | libcamera: camera: Remove the prepared state | Niklas Söderlund |
2020-01-12 | qcam: Cache buffer memory mapping | Niklas Söderlund |
2020-01-12 | libcamera: Switch to FrameBuffer interface | Niklas Söderlund |
2020-01-12 | libcamera: buffer: Move captured metadata to FrameMetadata | Niklas Söderlund |
2020-01-12 | libcamera: request: In addBuffer() do not fetch stream from Buffer | Niklas Söderlund |
2020-01-12 | libcamera: buffer: Switch from Plane to FrameBuffer::Plane | Niklas Söderlund |
2019-12-16 | libcamera: Remove buffer index from logging | Niklas Söderlund |
2019-11-19 | libcamera: camera: Remove explicit stream to buffer map in requestCompleted s... | Niklas Söderlund |
2019-10-28 | libcamera: Switch PixelFormat to DRM FourCC values | Jacopo Mondi |
2019-10-25 | qcam: Don't ask for a camera when only one exists | Kieran Bingham |
2019-10-17 | qcam: Support Qt versions earlier than 5.9 | Laurent Pinchart |
2019-10-07 | libcamera: timer: Remove the interval() method | Laurent Pinchart |
2019-10-01 | qcam: Fix timers not emitting timeout signal | Niklas Söderlund |
2019-10-01 | qcam: Stop timer on timeout | Niklas Söderlund |
2019-09-27 | qcam: Fix unregister of not registered timer | Niklas Söderlund |
2019-09-24 | qcam: Fix ViewFinder memory leak | Kieran Bingham |
2019-09-13 | qcam: Fix compilation errors with gcc-9 and Qt < 5.13 | Laurent Pinchart |
2019-08-19 | libcamera: camera_manager: Construct CameraManager instances manually | Laurent Pinchart |
2019-08-19 | qcam: Pass camera manager to MainWindow class | Laurent Pinchart |
2019-08-19 | qcam: Remove double stop of the camera manager | Laurent Pinchart |
2019-07-17 | libcamera: qcam: Allow specifying sizes on command line | Jacopo Mondi |
2019-07-14 | libcamera: buffer: Add an accessor to the BufferMemory | Laurent Pinchart |
2019-07-14 | libcamera: stream: Shorten access to the bufferPool | Jacopo Mondi |
2019-07-14 | libcamera: Stop using Stream::bufferPool to get the number of buffers | Laurent Pinchart |
2019-07-14 | libcamera: buffer: Split memory information to BufferMemory | Laurent Pinchart |
2019-07-09 | libcamera: Rework automatic version generation to avoid rebuilds | Laurent Pinchart |
2019-07-04 | qcam: Update window title with FPS | Kieran Bingham |
2019-07-04 | qcam: Add the version string to the title | Kieran Bingham |
2019-07-04 | qcam: Move static timestamp to MainWindow | Kieran Bingham |