Age | Commit message (Expand) | Author |
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 |
2020-01-14 | libcamera: Switch from utils::make_unique to std::make_unique | Laurent Pinchart |
2020-01-14 | meson.build: Switch to C++14 | Laurent Pinchart |
2020-01-14 | libcamera: gen-controls.py: Don't hardcode path to python interpreter | Laurent Pinchart |
2020-01-14 | libcamera: ipa_interface: Fix doxygen warning | Laurent Pinchart |
2020-01-12 | libcamera: ipa_interface: Document the ownership of dmabufs passed to map_buf... | Niklas Söderlund |
2020-01-12 | libcamera: camera: Remove the prepared state | Niklas Söderlund |
2020-01-12 | libcamera: pipeline: Remove explicit buffer handling | Niklas Söderlund |
2020-01-12 | qcam: Cache buffer memory mapping | Niklas Söderlund |
2020-01-12 | cam: Cache buffer memory mapping | Niklas Söderlund |
2020-01-12 | libcamera: Remove dead code after switch to FrameBuffer | Niklas Söderlund |
2020-01-12 | libcamera: v4l2_videodevice: Remove Buffer interface | Niklas Söderlund |
2020-01-12 | libcamera: Switch to FrameBuffer interface | Niklas Söderlund |
2020-01-12 | libcamera: allocator: Add FrameBufferAllocator to help applications allocate ... | Niklas Söderlund |
2020-01-12 | libcamera: pipeline: Add FrameBuffer handlers | Niklas Söderlund |
2020-01-12 | libcamera: pipeline: ipu3: Switch to FrameBuffer interface for cio2 and stat | Niklas Söderlund |