Age | Commit message (Expand) | Author |
2020-02-19 | libcamera: media_device: prevent sign extension on casts | Kieran Bingham |
2020-02-18 | libcamera: Use C++14 std::*_t type traits | Laurent Pinchart |
2020-02-18 | libcamera: device_enumerator: Don't stop if one device fails | Laurent Pinchart |
2020-02-14 | android: camera_device: Use Camera properties for static Metadata | Jacopo Mondi |
2020-02-14 | libcamera: camera: Add Camera properties | Jacopo Mondi |
2020-02-14 | libcamera: pipeline_handler: Add Camera properties | Jacopo Mondi |
2020-02-14 | libcamera: camera_sensor: Parse camera properties | Jacopo Mondi |
2020-02-14 | libcamera: controls: Add default to ControlRange | Jacopo Mondi |
2020-02-14 | libcamera: properties: Add rotation property | Jacopo Mondi |
2020-02-14 | libcamera: properties: Add location property | Jacopo Mondi |
2020-02-14 | libcamera: controls: Parse 'enum' in gen-controls.py | Jacopo Mondi |
2020-02-14 | libcamera: thread: Support timeout in wait() function | Laurent Pinchart |
2020-02-14 | qcam: Provide save image functionality | Kieran Bingham |
2020-02-14 | qcam: Provide initial icon buttons "Play/Stop" | Kieran Bingham |
2020-02-14 | qcam: assets: Provide initial icon set | Kieran Bingham |
2020-02-14 | qcam: Introduce a toolbar and camera switching | Kieran Bingham |
2020-02-14 | qcam: Store CameraManager as class member | Kieran Bingham |
2020-02-14 | qcam: Move requestCompleted signal mapping | Kieran Bingham |
2020-02-14 | qcam: Tie FrameBufferAllocator to stream life | Kieran Bingham |
2020-02-13 | libcamera: v4l2_videodevice: Add crop/selection control | Naushir Patuck |
2020-02-13 | libcamera: Standardize on doxygen \return | Kieran Bingham |
2020-02-13 | libcamera: ipa_manager: Use utils::split() | Laurent Pinchart |
2020-02-13 | libcamera: utils: Add string splitter utility function | Laurent Pinchart |
2020-02-13 | libcamera: pipeline: rkisp1: sync topology with upstream driver | Helen Koike |
2020-02-13 | android: Remove internal thread | Laurent Pinchart |
2020-02-13 | v4l2: Remove internal thread | Laurent Pinchart |
2020-02-13 | libcamera: pipeline_handler: Document the threading model | Laurent Pinchart |
2020-02-13 | libcamera: camera: Implement the threading model | Laurent Pinchart |
2020-02-13 | libcamera: camera_manager: Run the camera manager in a thread | Laurent Pinchart |
2020-02-13 | libcamera: signal: Make connection and disconnection thread-safe | Laurent Pinchart |
2020-02-13 | libcamera: Document thread-safety attributes of core classes | Laurent Pinchart |
2020-02-13 | libcamera: Define the threading model | Laurent Pinchart |
2020-02-11 | qcam: Switch default stream role to viewfinder | Naushir Patuck |
2020-02-10 | libcamera: ipa_module: Use ElfW() macro for native word size | Laurent Pinchart |
2020-02-04 | libcamera: framebuffer_allocator: Fix spelling | Kieran Bingham |
2020-02-04 | libcamera: pipeline_handler: Fix the compilation issue in musl | Madhavan Krishnan |
2020-01-31 | libcamera: log: Expand log level names | Kieran Bingham |
2020-01-23 | libcamera: camera: Centralize state checks in Private class | Laurent Pinchart |
2020-01-23 | libcamera: camera: Move private data members to private implementation | Laurent Pinchart |
2020-01-23 | libcamera: camera_manager: Return a copy of the vector from cameras() | Laurent Pinchart |
2020-01-23 | libcamera: camera_manager: Move private data members to private implementation | Laurent Pinchart |
2020-01-22 | libcamera: Fix documentation of buffer allocation/export functions | Laurent Pinchart |
2020-01-22 | libcamera: signal: Make slots list private | Laurent Pinchart |
2020-01-22 | libcamera: Declare static local variables as const where applicable | Laurent Pinchart |
2020-01-20 | libcamera: bound_method: Avoid deadlock with ConnectionTypeBlocking | Laurent Pinchart |
2020-01-20 | qcam: Support scaling of the viewfinder | Laurent Pinchart |
2020-01-20 | libcamera: log: Print the thread ID in the log | Laurent Pinchart |
2020-01-20 | libcamera: thread: Add a method to return the ID of the current thread | Laurent Pinchart |
2020-01-20 | v4l2: Extend device caps with V4L2_CAP_STREAMING | Nicolas Dufresne |
2020-01-16 | libcamera: Remove std::piecewise_construct where not necessary | Laurent Pinchart |