Age | Commit message (Expand) | Author |
2020-02-14 | test: threads: Add wait() timeout test | Laurent Pinchart |
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 | test: Add a utils::split() test | Laurent Pinchart |
2020-02-13 | libcamera: utils: Add string splitter utility function | Laurent Pinchart |
2020-02-13 | utils: rkisp1: sync topology with upstream driver in capture script | Helen Koike |
2020-02-13 | libcamera: pipeline: rkisp1: sync topology with upstream driver | Helen Koike |
2020-02-13 | meson.build: Silence the C99 designators warning | Laurent Pinchart |
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-31 | Documentation: Add linkcheck target | 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 | test: signal: Add additional disconnection tests for Object | Laurent Pinchart |
2020-01-22 | libcamera: Declare static local variables as const where applicable | Laurent Pinchart |
2020-01-22 | libcamera: bound_method: Use std::index_sequence | 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 | test: buffer_import: Propagate status code from buffer allocation | Laurent Pinchart |
2020-01-20 | v4l2: Extend device caps with V4L2_CAP_STREAMING | Nicolas Dufresne |
2020-01-18 | checkstyle: Add a pre-commit hook script | Nicolas Dufresne |
2020-01-18 | checkstyle: Add support for checking style on amendments | Nicolas Dufresne |
2020-01-18 | checkstyle: Add support for checking style on staged changes | Nicolas Dufresne |
2020-01-18 | checkstyle: Introduce a Commit class | Nicolas Dufresne |