summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-23tests: event-dispatcher: Add processEvents() interruption testLaurent Pinchart
2019-01-23libcamera: event_dispatcher: Add interrupt() functionLaurent Pinchart
2019-01-23libcamera: event_dispatcher_poll: Handle interrupted ppoll() callsLaurent Pinchart
2019-01-23tests: Test event dispatcher interruption by signalLaurent Pinchart
2019-01-23libcamera: fix odd include file hierarchyNiklas Söderlund
2019-01-23libcamera: log: Fix two typosKieran Bingham
2019-01-23libcamera: v4l2device: Obtain device capabilitiesKieran Bingham
2019-01-22cam: options: Don't implement move semantics for OptionsParser::OptionsLaurent Pinchart
2019-01-22libcamera: camera_manager: Return EBUSY if enumerator existsKieran Bingham
2019-01-22libcamera: media_device: fix typo in documentation for MediaDevice::deviceNode()Niklas Söderlund
2019-01-22libcamera: ipu3: Use log categoriesJacopo Mondi
2019-01-22libcamera: device_enumerator: extend documentation of DeviceMatchNiklas Söderlund
2019-01-22libcamera: pipeline: uvcvideo: add pipeline handler for uvcvideoNiklas Söderlund
2019-01-22libcamera: media_device: expose media graph model nameNiklas Söderlund
2019-01-22libcamera: Global s/devnode/deviceNode renameJacopo Mondi
2019-01-22libcamera: v4l2_device: Add MediaEntity contructorJacopo Mondi
2019-01-22cam: Extract option parser to separate fileLaurent Pinchart
2019-01-22cam: add utility to control camerasNiklas Söderlund
2019-01-22utils: checkstyle: Add support for clang-formatLaurent Pinchart
2019-01-22libcamera: Add clang-format styleLaurent Pinchart
2019-01-22test: pipeline: IPU3: Add IPU3 pipeline testJacopo Mondi
2019-01-22libcamera: pipeline: Add Intel IPU3 pipelineJacopo Mondi
2019-01-21libcamera: Use log categoriesLaurent Pinchart
2019-01-21libcamera: log: Get log output file from the environmentLaurent Pinchart
2019-01-21libcamera: log: Get log levels from the environmentLaurent Pinchart
2019-01-21libcamera: log: Add log categoriesLaurent Pinchart
2019-01-21libcamera: media_object: Set devnode in MediaEntityJacopo Mondi
2019-01-21libcamera: media_object: Add functions to entitiesJacopo Mondi
2019-01-21libcamera: camera: Handle camera objects through shared pointersLaurent Pinchart
2019-01-21libcamera: camera_manager: Register cameras with the camera managerLaurent Pinchart
2019-01-21libcamera: camera_manager: Use std::unique_ptr to store event dispatcherLaurent Pinchart
2019-01-21Documentation: coding_style: Add object ownership rulesLaurent Pinchart
2019-01-21libcamera: signal: Enable documentation generation from signal.h fileLaurent Pinchart
2019-01-21Documentation: coding_style: Add move semantics to C++11 featuresLaurent Pinchart
2019-01-19libcamera: utils: Don't use C++17 nested namespacesLaurent Pinchart
2019-01-17test: v4l2_device: Add test suite and initial testKieran Bingham
2019-01-17libcamera: Add V4L2 Device objectKieran Bingham
2019-01-17libcamera: event_dispatcher_poll: Fix trivial spellingKieran Bingham
2019-01-17libcamera: log: Fix coding style warningsKieran Bingham
2019-01-17libcamera: timer: Fix 32 bit wrapKieran Bingham
2019-01-17test: timer: Add a 32 bit wraparound testKieran Bingham
2019-01-17test: timer: Initialise all variablesKieran Bingham
2019-01-17include: linux: Import V4L2 uAPI headers from Linux v4.19Kieran Bingham
2019-01-16Documentation: coding_style: Allow C++11 variadic templatesLaurent Pinchart
2019-01-16libcamera: camera_manager: Turn enumerator into a unique_ptr<>Laurent Pinchart
2019-01-16libcamera: utils: Implement C++14 make_unique<>()Laurent Pinchart
2019-01-16libcamera: device_enumerator: Don't mark the search() function as constLaurent Pinchart
2019-01-16libcamera: event_dispatcher_poll: Constify argument to processNotifiersLaurent Pinchart
2019-01-16libcamera: pipeline_handler: Rename handlers() method to factories()Laurent Pinchart
2019-01-16Documentation: Exclude pipeline handlers directoryLaurent Pinchart