summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-01-22test: signal: Add additional disconnection tests for ObjectLaurent Pinchart
2020-01-22libcamera: Declare static local variables as const where applicableLaurent Pinchart
2020-01-22libcamera: bound_method: Use std::index_sequenceLaurent Pinchart
2020-01-20libcamera: bound_method: Avoid deadlock with ConnectionTypeBlockingLaurent Pinchart
2020-01-20qcam: Support scaling of the viewfinderLaurent Pinchart
2020-01-20libcamera: log: Print the thread ID in the logLaurent Pinchart
2020-01-20libcamera: thread: Add a method to return the ID of the current threadLaurent Pinchart
2020-01-20test: buffer_import: Propagate status code from buffer allocationLaurent Pinchart
2020-01-20v4l2: Extend device caps with V4L2_CAP_STREAMINGNicolas Dufresne
2020-01-18checkstyle: Add a pre-commit hook scriptNicolas Dufresne
2020-01-18checkstyle: Add support for checking style on amendmentsNicolas Dufresne
2020-01-18checkstyle: Add support for checking style on staged changesNicolas Dufresne
2020-01-18checkstyle: Introduce a Commit classNicolas Dufresne
2020-01-18checkstyle: Exit with 1 status if issues are foundNicolas Dufresne
2020-01-18checkstyle: Move from pep8 to pycodestyleNicolas Dufresne
2020-01-17README: Remove duplicated lineLaurent Pinchart
2020-01-17meson: Bump required version to 0.47Nicolas Dufresne
2020-01-16libcamera: Remove std::piecewise_construct where not necessaryLaurent Pinchart
2020-01-14libcamera: Switch from utils::make_unique to std::make_uniqueLaurent Pinchart
2020-01-14meson.build: Switch to C++14Laurent Pinchart
2020-01-14libcamera: gen-controls.py: Don't hardcode path to python interpreterLaurent Pinchart
2020-01-14libcamera: ipa_interface: Fix doxygen warningLaurent Pinchart
2020-01-13rkisp1: add pipeline test for rkisp1Show Liu
2020-01-12libcamera: ipa_interface: Document the ownership of dmabufs passed to map_buf...Niklas Söderlund
2020-01-12libcamera: camera: Remove the prepared stateNiklas Söderlund
2020-01-12libcamera: pipeline: Remove explicit buffer handlingNiklas Söderlund
2020-01-12qcam: Cache buffer memory mappingNiklas Söderlund
2020-01-12cam: Cache buffer memory mappingNiklas Söderlund
2020-01-12libcamera: Remove dead code after switch to FrameBufferNiklas Söderlund
2020-01-12libcamera: v4l2_videodevice: Remove Buffer interfaceNiklas Söderlund
2020-01-12libcamera: Switch to FrameBuffer interfaceNiklas Söderlund
2020-01-12libcamera: allocator: Add FrameBufferAllocator to help applications allocate ...Niklas Söderlund