Age | Commit message (Expand) | Author |
2019-06-19 | libcamera: Rename V4L2Device to V4L2VideoDevice | Jacopo Mondi |
2019-06-19 | libcamera: stream: StreamConfiguration: Add StreamFormats information | Niklas Söderlund |
2019-06-19 | libcamera: stream: Add StreamFormats | Niklas Söderlund |
2019-06-19 | libcamera: geometry: SizeRange: Add contains() | Niklas Söderlund |
2019-06-19 | libcamera: geometry: SizeRange: Add toString() | Niklas Söderlund |
2019-06-19 | libcamera: geometry: SizeRange: Extend with step information | Niklas Söderlund |
2019-06-19 | libcamera: geometry: SizeRange: Add constructor for a single size | Niklas Söderlund |
2019-06-05 | libcamera: ipa_module_info: update struct to allow IPA matching | Paul Elder |
2019-06-05 | libcamera: ipa_interface: add header | Paul Elder |
2019-06-02 | include: linux: Update Linux headers to v5.1 | Jacopo Mondi |
2019-05-23 | libcamera: Auto-generate libcamera.h | Laurent Pinchart |
2019-05-23 | libcamera: camera: Add a validation API to the CameraConfiguration class | Laurent Pinchart |
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 |
2019-05-21 | libcamera: ipa_module: add IPA shared library module | Paul Elder |
2019-04-30 | libcamera: Use the Size class through libcamera | Laurent Pinchart |
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 |