Age | Commit message (Expand) | Author |
2019-01-24 | libcamera: camera: Add disconnection notification | Niklas Söderlund |
2019-01-24 | libcamera: media_device: Add disconnected signal | Laurent Pinchart |
2019-01-24 | libcamera: device_enumerator: Reference-count MediaDevice instances | Laurent Pinchart |
2019-01-24 | libcamera: camera: Associate cameras with their pipeline handler | Niklas Söderlund |
2019-01-24 | libcamera: pipeline_handler: Declare factory children classes as final | Laurent Pinchart |
2019-01-24 | libcamera: pipeline_handler: Store the camera manager pointer | Laurent Pinchart |
2019-01-23 | libcamera: event_dispatcher: Add interrupt() function | Laurent Pinchart |
2019-01-23 | libcamera: event_dispatcher_poll: Handle interrupted ppoll() calls | Laurent Pinchart |
2019-01-23 | libcamera: fix odd include file hierarchy | Niklas Söderlund |
2019-01-23 | libcamera: log: Fix two typos | Kieran Bingham |
2019-01-23 | libcamera: v4l2device: Obtain device capabilities | Kieran Bingham |
2019-01-22 | cam: options: Don't implement move semantics for OptionsParser::Options | Laurent Pinchart |
2019-01-22 | libcamera: camera_manager: Return EBUSY if enumerator exists | Kieran Bingham |
2019-01-22 | libcamera: media_device: fix typo in documentation for MediaDevice::deviceNode() | Niklas Söderlund |
2019-01-22 | libcamera: ipu3: Use log categories | Jacopo Mondi |
2019-01-22 | libcamera: device_enumerator: extend documentation of DeviceMatch | Niklas Söderlund |
2019-01-22 | libcamera: pipeline: uvcvideo: add pipeline handler for uvcvideo | Niklas Söderlund |
2019-01-22 | libcamera: media_device: expose media graph model name | Niklas Söderlund |
2019-01-22 | libcamera: Global s/devnode/deviceNode rename | Jacopo Mondi |
2019-01-22 | libcamera: v4l2_device: Add MediaEntity contructor | Jacopo Mondi |
2019-01-22 | cam: Extract option parser to separate file | Laurent Pinchart |
2019-01-22 | cam: add utility to control cameras | Niklas Söderlund |
2019-01-22 | libcamera: pipeline: Add Intel IPU3 pipeline | Jacopo Mondi |
2019-01-21 | libcamera: Use log categories | Laurent Pinchart |
2019-01-21 | libcamera: log: Get log output file from the environment | Laurent Pinchart |
2019-01-21 | libcamera: log: Get log levels from the environment | Laurent Pinchart |
2019-01-21 | libcamera: log: Add log categories | Laurent Pinchart |
2019-01-21 | libcamera: media_object: Set devnode in MediaEntity | Jacopo Mondi |
2019-01-21 | libcamera: media_object: Add functions to entities | Jacopo Mondi |
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-21 | libcamera: signal: Enable documentation generation from signal.h file | Laurent Pinchart |
2019-01-19 | libcamera: utils: Don't use C++17 nested namespaces | Laurent Pinchart |
2019-01-17 | libcamera: Add V4L2 Device object | Kieran Bingham |
2019-01-17 | libcamera: event_dispatcher_poll: Fix trivial spelling | Kieran Bingham |
2019-01-17 | libcamera: log: Fix coding style warnings | Kieran Bingham |
2019-01-17 | libcamera: timer: Fix 32 bit wrap | Kieran Bingham |
2019-01-16 | libcamera: camera_manager: Turn enumerator into a unique_ptr<> | Laurent Pinchart |
2019-01-16 | libcamera: utils: Implement C++14 make_unique<>() | Laurent Pinchart |
2019-01-16 | libcamera: device_enumerator: Don't mark the search() function as const | Laurent Pinchart |
2019-01-16 | libcamera: event_dispatcher_poll: Constify argument to processNotifiers | Laurent Pinchart |
2019-01-16 | libcamera: pipeline_handler: Rename handlers() method to factories() | Laurent Pinchart |
2019-01-16 | libcamera: camera_manager: Improve class documentation | Laurent Pinchart |
2019-01-16 | libcamera: pipeline_handler: Don't index factories by name | Laurent Pinchart |
2019-01-15 | libcamera: Debug printouts fixes | Jacopo Mondi |
2019-01-15 | libcamera: Add debug printouts | Jacopo Mondi |
2019-01-14 | libcamera: log: Fix unknown log level representation | Kieran Bingham |
2019-01-10 | libcamera: device_enumerator: Fix memory leak in error path | Laurent Pinchart |
2019-01-10 | libcamera: Document missing parameters and return values | Laurent Pinchart |