Age | Commit message (Expand) | Author |
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 |
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-05-07 | qcam: format_converter: Add NV formats support | Paul Elder |
2019-05-07 | qcam: format_converter: Add formatFamily enum | Paul Elder |
2019-05-04 | qcam: format_converter: Add RGB formats support | Laurent Pinchart |
2019-05-03 | libcamera: device_enumerator: add DeviceEnumeratorSysfs class | Paul Elder |
2019-05-03 | libcamera: v4l2_device: Increase error level for unsupported devices | Kieran Bingham |
2019-05-03 | libcamera: v4l2_device: Fix debug spacing | Kieran Bingham |
2019-05-02 | package: gentoo: Add libcamera ebuild | Jacopo Mondi |
2019-04-30 | (q)cam: Unify naming of configurations in applications | Laurent Pinchart |
2019-04-30 | test: Unify naming of configurations in tests | Laurent Pinchart |
2019-04-30 | libcamera: pipeline: Unify naming of configurations in pipeline handlers | Laurent Pinchart |
2019-04-30 | libcamera: Use the Size class through libcamera | Laurent Pinchart |
2019-04-30 | libcamera: pipeline_handler: Remove duplicated log from uvc and vimc | Laurent Pinchart |
2019-04-29 | libcamera: device_enumerator_udev: Include missing header | Laurent Pinchart |
2019-04-29 | libcamera: Don't ignore the return value of read() and write() | Laurent Pinchart |
2019-04-28 | Documentation: Drop install directive for Doxyfile | Niklas Söderlund |
2019-04-28 | libcamera: camera: Log proposed configuration in streamConfiguration() | Laurent Pinchart |