Age | Commit message (Expand) | Author |
2019-06-10 | cam: Fix cam --help crash | Niklas Söderlund |
2019-06-10 | libcamera: pipeline_handler: Optimise factory implementation | Laurent Pinchart |
2019-06-10 | test: camera: Fix initialisation | Kieran Bingham |
2019-06-09 | Documentation: Use absolute paths for Doxygen EXCLUDE files | Laurent Pinchart |
2019-06-08 | libcamera: Use dependency instead of link_args to link against libdl | Laurent Pinchart |
2019-06-05 | libcamera: pipeline: vimc: add dummy IPA | Paul Elder |
2019-06-05 | libcamera: test: remove test IPA and use dummy IPA instead | Paul Elder |
2019-06-05 | libcamera: ipa: add dummy IPA implementation | Paul Elder |
2019-06-05 | libcamera: ipa_manager: implement class for managing IPA modules | Paul Elder |
2019-06-05 | libcamera: ipa_module: match IPA module with pipeline handler | Paul Elder |
2019-06-05 | libcamera: ipa_module: allow instantiation of IPAInterface | Paul Elder |
2019-06-05 | libcamera: ipa_module: verify IPA module API version upon loading | Paul Elder |
2019-06-05 | libcamera: ipa_module_info: update struct to allow IPA matching | Paul Elder |
2019-06-05 | libcamera: pipeline: add name | Paul Elder |
2019-06-05 | libcamera: ipa_interface: add header | Paul Elder |
2019-06-02 | libcamera: v4l2_device: Add META support in g/s_fmt | Jacopo Mondi |
2019-06-02 | libcamera: v4l2_device: Add support for META_OUTPUT | Jacopo Mondi |
2019-06-02 | include: linux: Update Linux headers to v5.1 | Jacopo Mondi |
2019-05-25 | cam: Add CamApp class | Niklas Söderlund |
2019-05-25 | cam: capture: Break out capture to a new class | Niklas Söderlund |
2019-05-25 | tests: list_formats: Fix argument names and add const | Niklas Söderlund |
2019-05-23 | libcamera: Auto-generate libcamera.h | Laurent Pinchart |
2019-05-23 | meson: Create and use a dependency for libcamera and its headers | Laurent Pinchart |
2019-05-23 | meson: Fix coding style in meson.build files | Laurent Pinchart |
2019-05-23 | libcamera: camera: Simplify create() implementation | Laurent Pinchart |
2019-05-23 | cam: Rename conf variable referring to command line option to opt | Laurent Pinchart |
2019-05-23 | libcamera: camera: Add a validation API to the CameraConfiguration class | Laurent Pinchart |
2019-05-23 | libcamera: pipeline: Move camera data classes to the top level scope | Laurent Pinchart |
2019-05-23 | libcamera: camera: Return a pointer from generateConfiguration() | Laurent Pinchart |
2019-05-23 | libcamera: Refactor the camera configuration storage and API | Laurent Pinchart |
2019-05-23 | libcamera: Use stream roles directly instead of StreamUsage | Laurent Pinchart |
2019-05-23 | libcamera: camera: Rename configureStreams() and streamConfiguration() | Laurent Pinchart |
2019-05-21 | test: ipa: add IPAModule tests | Paul Elder |
2019-05-21 | libcamera: ipa_module: add IPA shared library module | Paul Elder |
2019-05-18 | libcamera: pipeline: rkisp1: Fix usage of uninitialised variable | Laurent Pinchart |
2019-05-18 | libcamera: camera: Fix std::ostringstream initialisation | Laurent Pinchart |
2019-05-17 | test: v4l2_device: Switch most tests to vimc | Niklas Söderlund |
2019-05-17 | test: v4l2_device: Reset media links and set a resolution | Niklas Söderlund |
2019-05-17 | test: v4l2_device: Allow each test to specify which device and entity to test | Niklas Söderlund |
2019-05-17 | test: v4l2_device: Implement functions inside class definition in cpp files | Niklas Söderlund |
2019-05-17 | test: v4l2_device: Order class sections | Niklas Söderlund |
2019-05-17 | libcamera: camera: Lock the pipeline handler in acquire() | Niklas Söderlund |
2019-05-17 | libcamera: pipeline_handler: Add functions to lock a whole pipeline | Niklas Söderlund |
2019-05-17 | libcamera: pipeline_handler: Keep track of MediaDevice | Niklas Söderlund |
2019-05-17 | libcamera: media_device: Add functions to lock device for other processes | Niklas Söderlund |
2019-05-17 | libcamera: media_device: Make open() and close() private | Niklas Söderlund |
2019-05-17 | test: media_device: Add test for acquire() and release() | Niklas Söderlund |
2019-05-17 | test: media_device: Create a common MediaDeviceTest base class | Niklas Söderlund |
2019-05-17 | libcamera: media_device: Handle media device fd in acquire() and release() | Niklas Söderlund |
2019-05-17 | libcamera: media_device: Only read device information in populate() | Niklas Söderlund |