Age | Commit message (Expand) | Author |
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 |
2019-04-18 | libcamera: geometry: Use Size to store min and max in SizeRange | Laurent Pinchart |
2019-04-09 | libcamera: Switch to CameraConfiguration | Niklas Söderlund |
2019-04-05 | libcamera: camera: Add support for stream usages | Niklas Söderlund |
2019-04-05 | libcamera: Make geometry.h a public header | Niklas Söderlund |
2019-04-04 | test: camera: Remove test for bad Stream IDs | Niklas Söderlund |
2019-04-04 | test: camera: Remove streams argument from configurationValid() | Niklas Söderlund |
2019-04-02 | libcamera: v4l2_subdevice: Rename deviceName() method | Jacopo Mondi |
2019-03-14 | test: camera: Add state machine test | Niklas Söderlund |
2019-03-14 | test: camera: Add capture test | Niklas Söderlund |
2019-03-14 | test: camera: Add setting of configuration test | Niklas Söderlund |
2019-03-14 | test: camera: Add read default configuration test | Niklas Söderlund |
2019-03-02 | test: v4l2_subdevice: Add ListFormat test | Jacopo Mondi |
2019-03-01 | test: v4l2_device: Add format handling test | Jacopo Mondi |
2019-03-01 | test: v4l2_subdevice: Add format handling test | Jacopo Mondi |
2019-02-13 | test: v4l2_device: Provide buffer sharing test | Kieran Bingham |
2019-02-13 | test: v4l2_device: release capture device resources | Kieran Bingham |
2019-02-13 | test: v4l2_device: Rename dev_ to capture_ | Kieran Bingham |