summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-18libcamera: Use C++14 std::*_t type traitsLaurent Pinchart
2020-02-18libcamera: device_enumerator: Don't stop if one device failsLaurent Pinchart
2020-02-18test: camera: buffer_import: Don't include <random>Laurent Pinchart
2020-02-14android: camera_device: Use Camera properties for static MetadataJacopo Mondi
2020-02-14libcamera: camera: Add Camera propertiesJacopo Mondi
2020-02-14libcamera: pipeline_handler: Add Camera propertiesJacopo Mondi
2020-02-14libcamera: camera_sensor: Parse camera propertiesJacopo Mondi
2020-02-14libcamera: controls: Add default to ControlRangeJacopo Mondi
2020-02-14libcamera: properties: Add rotation propertyJacopo Mondi
2020-02-14libcamera: properties: Add location propertyJacopo Mondi
2020-02-14libcamera: controls: Parse 'enum' in gen-controls.pyJacopo Mondi
2020-02-14include: linux: Update v4l2-controls.hJacopo Mondi
2020-02-14test: thread: Test waiting on a thread that is not runningLaurent Pinchart
2020-02-14test: threads: Add wait() timeout testLaurent Pinchart
2020-02-14libcamera: thread: Support timeout in wait() functionLaurent Pinchart
2020-02-14qcam: Provide save image functionalityKieran Bingham
2020-02-14qcam: Provide initial icon buttons "Play/Stop"Kieran Bingham
2020-02-14qcam: assets: Provide initial icon setKieran Bingham
2020-02-14qcam: Introduce a toolbar and camera switchingKieran Bingham
2020-02-14qcam: Store CameraManager as class memberKieran Bingham
2020-02-14qcam: Move requestCompleted signal mappingKieran Bingham
2020-02-14qcam: Tie FrameBufferAllocator to stream lifeKieran Bingham
2020-02-13libcamera: v4l2_videodevice: Add crop/selection controlNaushir Patuck
2020-02-13libcamera: Standardize on doxygen \returnKieran Bingham
2020-02-13libcamera: ipa_manager: Use utils::split()Laurent Pinchart
2020-02-13test: Add a utils::split() testLaurent Pinchart
2020-02-13libcamera: utils: Add string splitter utility functionLaurent Pinchart
2020-02-13utils: rkisp1: sync topology with upstream driver in capture scriptHelen Koike
2020-02-13libcamera: pipeline: rkisp1: sync topology with upstream driverHelen Koike
2020-02-13meson.build: Silence the C99 designators warningLaurent Pinchart
2020-02-13android: Remove internal threadLaurent Pinchart
2020-02-13v4l2: Remove internal threadLaurent Pinchart
2020-02-13libcamera: pipeline_handler: Document the threading modelLaurent Pinchart
2020-02-13libcamera: camera: Implement the threading modelLaurent Pinchart
2020-02-13libcamera: camera_manager: Run the camera manager in a threadLaurent Pinchart
2020-02-13libcamera: signal: Make connection and disconnection thread-safeLaurent Pinchart
2020-02-13libcamera: Document thread-safety attributes of core classesLaurent Pinchart
2020-02-13libcamera: Define the threading modelLaurent Pinchart
2020-02-11qcam: Switch default stream role to viewfinderNaushir Patuck
2020-02-10libcamera: ipa_module: Use ElfW() macro for native word sizeLaurent Pinchart
2020-02-04libcamera: framebuffer_allocator: Fix spellingKieran Bingham
2020-02-04libcamera: pipeline_handler: Fix the compilation issue in muslMadhavan Krishnan
2020-01-31libcamera: log: Expand log level namesKieran Bingham
2020-01-31Documentation: Add linkcheck targetKieran Bingham
2020-01-23libcamera: camera: Centralize state checks in Private classLaurent Pinchart
2020-01-23libcamera: camera: Move private data members to private implementationLaurent Pinchart
2020-01-23libcamera: camera_manager: Return a copy of the vector from cameras()Laurent Pinchart
2020-01-23libcamera: camera_manager: Move private data members to private implementationLaurent Pinchart
2020-01-22libcamera: Fix documentation of buffer allocation/export functionsLaurent Pinchart
2020-01-22libcamera: signal: Make slots list privateLaurent Pinchart