Age | Commit message (Expand) | Author |
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 |
2019-01-09 | libcamera: Add link handling functions | Jacopo Mondi |
2019-01-08 | libcamera: media_device: Add functions to get a MediaLink | Jacopo Mondi |
2019-01-08 | libcamera: Add pointer to MediaDevice to MediaObject | Jacopo Mondi |
2019-01-08 | libcamera: Add a poll-based event dispatcher | Laurent Pinchart |
2019-01-08 | libcamera: Add event notification infrastructure | Laurent Pinchart |
2019-01-08 | libcamera: Add signal/slot communication mechanism | Laurent Pinchart |
2019-01-08 | libcamera: camera_manager: Make the class a singleton | Laurent Pinchart |
2019-01-08 | libcamera: log: Pad timestamp fields with zeros | Laurent Pinchart |
2019-01-08 | libcamera: log: Add an ASSERT macro | Laurent Pinchart |
2019-01-08 | libcamera: log: Add a LogFatal log level | Laurent Pinchart |
2019-01-08 | libcamera: media_object: Rename major/minor functions | Kieran Bingham |
2019-01-04 | libcamera: pipeline_handler: Improve documentation | Laurent Pinchart |
2019-01-04 | libcamera: pipeline_handler: Remove unneeded forward declaration | Laurent Pinchart |
2019-01-04 | libcamera: device_enumerator: Improve documentation | Laurent Pinchart |
2019-01-04 | libcamera: device_enumerator: Constify argument to search function | Laurent Pinchart |
2019-01-04 | libcamera: device_enumerator: Fix wording of log message | Laurent Pinchart |
2019-01-04 | libcamera: device_enumerator: Downgrade skipped device errors to warnings | Laurent Pinchart |
2019-01-04 | libcamera: device_enumerator: Fix indentation | Laurent Pinchart |
2019-01-03 | libcamera: Use 'struct' for structure types | Jacopo Mondi |