Age | Commit message (Expand) | Author |
2019-04-26 | libcamera: Correct struct forward declarations | Laurent Pinchart |
2019-04-19 | libcamera: stream: Add and use toString() method to StreamConfiguration | Laurent Pinchart |
2019-04-18 | libcamera: geometry: Add comparison operators to geometry classes | Laurent Pinchart |
2019-04-18 | libcamera: geometry: Use Size to store min and max in SizeRange | Laurent Pinchart |
2019-04-18 | libcamera: geometry: Sort classes alphabetically | Laurent Pinchart |
2019-04-18 | libcamera: buffer: Store Request reference in Buffer | Jacopo Mondi |
2019-04-18 | libcamera: request: Expose the Stream to Buffers map | Jacopo Mondi |
2019-04-18 | libcamera: request: Add hasPendingBuffers() method | Jacopo Mondi |
2019-04-16 | libcamera: stream: Make Stream inheritable | Jacopo Mondi |
2019-04-09 | libcamera: Switch to CameraConfiguration | Niklas Söderlund |
2019-04-09 | libcamera: camera: Add CameraConfiguration | Niklas Söderlund |
2019-04-05 | libcamera: camera: Add support for stream usages | Niklas Söderlund |
2019-04-05 | libcamera: stream: Add basic stream usages | Niklas Söderlund |
2019-04-05 | libcamera: Make geometry.h a public header | Niklas Söderlund |
2019-04-02 | libcamera: stream: Qualify 'Camera' friend directive | Jacopo Mondi |
2019-04-02 | libcamera: stream: Remove 2 empty lines | Jacopo Mondi |
2019-03-01 | libcamera: Handle request completion explicitly in pipeline handlers | Laurent Pinchart |
2019-03-01 | libcamera: request: Add request completion status | Laurent Pinchart |
2019-03-01 | libcamera: buffer: Add buffer completion status | Laurent Pinchart |
2019-03-01 | libcamera: camera: add state machine to control access from applications | Niklas Söderlund |
2019-02-28 | libcamera: store stream pointers in sets instead of a vectors | Niklas Söderlund |
2019-02-13 | libcamera: signal: Disconnect signal automatically on slot deletion | Laurent Pinchart |
2019-02-13 | libcamera: signal: Fix coding style issues | Laurent Pinchart |
2019-02-06 | libcamera: camera: Extend the interface to support capture | Niklas Söderlund |
2019-02-06 | libcamera: camera: Cache the stream configuration in the stream object | Niklas Söderlund |
2019-02-06 | libcamera: camera: Add helper to check for exclusive access | Niklas Söderlund |
2019-02-06 | libcamera: Provide a Request object | Jacopo Mondi |
2019-02-06 | libcamera: stream: Add stream configuration to the stream object | Niklas Söderlund |
2019-02-06 | libcamera: stream: Construct a stream | Kieran Bingham |
2019-02-06 | libcamera: v4l2_device: Update dequeued buffer information | Niklas Söderlund |
2019-02-06 | libcamera: Add Buffer Management | Kieran Bingham |
2019-02-04 | libcamera: streams: extend stream configuration with buffer count | Niklas Söderlund |
2019-02-01 | libcamera: camera: extend camera object to support configuration of streams | Niklas Söderlund |
2019-02-01 | libcamera: camera: extend camera object to support streams | Niklas Söderlund |
2019-02-01 | libcamera: camera: Add acquire() and release() | Laurent Pinchart |
2019-02-01 | libcamera: stream: add initial StreamConfiguration structure | Niklas Söderlund |
2019-02-01 | libcamera: stream: add initial Stream class | Niklas Söderlund |
2019-01-31 | libcamera: camera: Fix operator= definition | Laurent Pinchart |
2019-01-27 | libcamera: signal: Don't use reinterpret_cast<>() to perform downcasts | Laurent Pinchart |
2019-01-24 | libcamera: camera_manager: Add method to unregister a camera | Laurent Pinchart |
2019-01-24 | libcamera: camera: Add disconnection notification | Niklas Söderlund |
2019-01-24 | libcamera: camera: Associate cameras with their pipeline handler | Niklas Söderlund |
2019-01-23 | libcamera: event_dispatcher: Add interrupt() function | Laurent Pinchart |
2019-01-21 | libcamera: camera: Handle camera objects through shared pointers | Laurent Pinchart |
2019-01-21 | libcamera: camera_manager: Register cameras with the camera manager | Laurent Pinchart |
2019-01-21 | libcamera: camera_manager: Use std::unique_ptr to store event dispatcher | Laurent Pinchart |
2019-01-17 | include: linux: Import V4L2 uAPI headers from Linux v4.19 | Kieran Bingham |
2019-01-16 | libcamera: camera_manager: Turn enumerator into a unique_ptr<> | Laurent Pinchart |
2019-01-10 | libcamera: Update libcamera.h | Laurent Pinchart |
2019-01-08 | libcamera: Add a poll-based event dispatcher | Laurent Pinchart |