Age | Commit message (Expand) | Author |
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 |
2020-01-18 | checkstyle: Exit with 1 status if issues are found | Nicolas Dufresne |
2020-01-18 | checkstyle: Move from pep8 to pycodestyle | Nicolas Dufresne |
2020-01-17 | README: Remove duplicated line | Laurent Pinchart |
2020-01-17 | meson: Bump required version to 0.47 | 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-13 | rkisp1: add pipeline test for rkisp1 | Show Liu |