Age | Commit message (Expand) | Author |
2020-03-24 | qcam: viewfinder: Avoid memory copy when conversion isn't needed | 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-19 | qcam: saveImageAs: Set image quality explicitly | Kieran Bingham |
2020-03-18 | libcamera: framebuffer_allocator: Lift camera restrictions on allocator | 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: 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-25 | qcam: Don't ask for a camera when only one exists | Kieran Bingham |
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 |
2019-05-23 | libcamera: camera: Return a pointer from generateConfiguration() | Laurent Pinchart |
2019-05-23 | libcamera: Refactor the camera configuration storage and API | Laurent Pinchart |
2019-05-23 | libcamera: Use stream roles directly instead of StreamUsage | Laurent Pinchart |
2019-05-23 | libcamera: camera: Rename configureStreams() and streamConfiguration() | Laurent Pinchart |