Age | Commit message (Expand) | Author |
2019-07-12 | libcamera: add IPA proxy | Paul Elder |
2019-07-12 | libcamera: Add Process and ProcessManager classes | Paul Elder |
2019-07-12 | libcamera: ipa_module_info: add license field | Paul Elder |
2019-07-12 | test: add logging API test | Paul Elder |
2019-07-11 | test: signal: Extend Signal test with multi-inheritance reeiver | Laurent Pinchart |
2019-07-11 | test: Add test case for signal delivery across threads | Laurent Pinchart |
2019-07-11 | test: Add Message test case | Laurent Pinchart |
2019-07-11 | test: Add Thread test cases | Laurent Pinchart |
2019-07-04 | test: Allow self-contained tests to run in parallel | Niklas Söderlund |
2019-07-02 | libcamera: test: Add ControlList tests | Kieran Bingham |
2019-07-02 | libcamera: test: Add ControlInfo test | Kieran Bingham |
2019-07-02 | libcamera: test: Add ControlValue test | Kieran Bingham |
2019-07-02 | test: ipc: unix: Add test for IPCUnixSocket | Niklas Söderlund |
2019-07-01 | test: timer: Add dynamically allocated timer test | Laurent Pinchart |
2019-06-19 | libcamera: Rename V4L2Device to V4L2VideoDevice | Jacopo Mondi |
2019-06-19 | test: stream: Add test for StreamFormat | Niklas Söderlund |
2019-06-19 | libcamera: v4l2_subdevice: Replace FormatEnum with ImageFormats | Niklas Söderlund |
2019-06-12 | tests: Add CameraSensor class test | Laurent Pinchart |
2019-06-11 | test: camera: Increase runtime for capture test | Niklas Söderlund |
2019-06-10 | test: camera: Fix initialisation | Kieran Bingham |
2019-06-05 | libcamera: test: remove test IPA and use dummy IPA instead | Paul Elder |
2019-06-05 | libcamera: ipa_manager: implement class for managing IPA modules | Paul Elder |
2019-06-05 | libcamera: ipa_module_info: update struct to allow IPA matching | Paul Elder |
2019-06-05 | libcamera: ipa_interface: add header | Paul Elder |
2019-05-25 | tests: list_formats: Fix argument names and add const | Niklas Söderlund |
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: Add a validation API to the CameraConfiguration class | 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-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 | 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: Open and close media device inside populate() | Niklas Söderlund |
2019-05-17 | libcamera: Always check return value of MediaDevice::acquire() | Niklas Söderlund |
2019-04-30 | test: Unify naming of configurations in tests | Laurent Pinchart |
2019-04-30 | libcamera: Use the Size class through libcamera | Laurent Pinchart |
2019-04-29 | libcamera: Don't ignore the return value of read() and write() | Laurent Pinchart |
2019-04-27 | test: signal: Exercise the signal delivery code paths for Object | Laurent Pinchart |
2019-04-26 | test: v4l2_subdevice: Remove std::move() that prevents copy elision | Laurent Pinchart |
2019-04-18 | libcamera: v4l2_subdevice: Add method to retrieve the media entity | Laurent Pinchart |
2019-04-18 | test: geometry: Add tests for Size class comparison operators | Laurent Pinchart |