Age | Commit message (Expand) | Author |
2020-07-27 | include: drm_fourcc: Add 16-bit Bayer FourCC | Niklas Söderlund |
2020-07-27 | cam: Add optional argument to --capture to specify how many frames to capture | Niklas Söderlund |
2020-07-27 | cam: capture: Cache the EventLoop handler | Niklas Söderlund |
2020-07-27 | cam: Add option to disallow adjusting of requested formats | Niklas Söderlund |
2020-07-27 | libcamera: request: Add log point on a completed request | Naushir Patuck |
2020-07-27 | libcamera: process: Fix killing innocent processes unexpectedly | You-Sheng Yang |
2020-07-27 | qcam: Fix spelling | You-Sheng Yang |
2020-07-25 | libcamera: qcam: Improve colour information in DNG files | David Plowman |
2020-07-25 | libcamera: raspberrypi: Add ColourCorrectionMatrix control | David Plowman |
2020-07-25 | libcamera: Add ColourCorrectionMatrix control | David Plowman |
2020-07-24 | android: camera_device: Add ANDROID_REQUEST_MAX_NUM_INPUT_STREAMS | Niklas Söderlund |
2020-07-24 | android: camera_device: Remove scaler format information from Camera3Format | Niklas Söderlund |
2020-07-24 | android: camera_device: Use HAL_PIXEL_FORMAT_* defines for formats | Niklas Söderlund |
2020-07-24 | android: camera_device: Remove ANDROID_SCALER_AVAILABLE_FORMATS | Niklas Söderlund |
2020-07-24 | libcamera: formats: Remove unnecessary explicit constructor calls | Laurent Pinchart |
2020-07-23 | libcamera: v4l2_videodevice: Add using statement for format map | Niklas Söderlund |
2020-07-23 | libcamera: formats: Remove ImageFormats | Niklas Söderlund |
2020-07-23 | libcamera: v4l2_subdevice: Replace ImageFormats with a map | Niklas Söderlund |
2020-07-21 | libcamera: Add support for RGB565 format | Niklas Söderlund |
2020-07-21 | libcamera: Add support for planar YVU420 format | Niklas Söderlund |
2020-07-17 | libcamera: pipeline: ipa: raspberrypi: Use dma heap allocs for LS tables | Naushir Patuck |
2020-07-17 | include: linux: Add dma-buf.h and dma-heap.h UAPI headers | Naushir Patuck |
2020-07-17 | tests: v4l2_compat: Fix v4l2-compliance and v4l2-ctl version parsing | Paul Elder |
2020-07-17 | libcamera: ipa_proxy: Allow stop() on a stopped IPA | Laurent Pinchart |
2020-07-17 | libcamera: pipeline: raspberrypi: Start IPA when starting camera | Laurent Pinchart |
2020-07-17 | ipa: raspberrypi: Pass sensor config back from configure() | Laurent Pinchart |
2020-07-17 | ipa: raspberrypi: Pass lens shading table through configure() function | Laurent Pinchart |
2020-07-17 | ipa: raspberrypi: Drop CameraHelper::GetOrientation() | Laurent Pinchart |
2020-07-17 | libcamera: pipeline: raspberrypi: Set sensor flip based on rotation | Laurent Pinchart |
2020-07-17 | libcamera: pipeline: raspberrypi: Move configureIPA() to RPiCameraData | Laurent Pinchart |
2020-07-17 | libcamera: pipeline: raspberrypi: Constify parameter to StaggeredCtrl::set() | Laurent Pinchart |
2020-07-17 | libcamera: pipeline: raspberrypi: Drop unused local variable | Laurent Pinchart |
2020-07-17 | libcamera: ipa_interface: Add support for custom IPA data to configure() | Laurent Pinchart |
2020-07-17 | libcamera: ipa_context_wrapper: Fix bad copy&paste in comment | Laurent Pinchart |
2020-07-17 | libcamera: ipa: Document the parameters of the IPA C configure function | Laurent Pinchart |
2020-07-15 | libcamera: file: Create the file on open() if it doesn't exist | Laurent Pinchart |
2020-07-15 | test: file: Add file creation test | Laurent Pinchart |
2020-07-15 | test: file: Add read/write tests | Laurent Pinchart |
2020-07-15 | libcamera: file: Add read/write support | Laurent Pinchart |
2020-07-15 | libcamera: geometry: Provide in-place versions of the Size helpers | Laurent Pinchart |
2020-07-15 | libcamera: geometry: Make Size and Rectangle usable as constexpr | Laurent Pinchart |
2020-07-15 | libcamera: geometry: Turn Size and Rectangle into classes | Laurent Pinchart |
2020-07-15 | libcamera: geometry: Give constructors to Rectangle | Laurent Pinchart |
2020-07-15 | libcamera: geometry: Define Rectangle after Size | Laurent Pinchart |
2020-07-15 | libcamera: geometry: Don't default-initialize Size unnecessarily | Laurent Pinchart |
2020-07-15 | libcamera: pipeline: simple: Use std::make_tuple() | Laurent Pinchart |
2020-07-15 | libcamera: geometry: Add helper functions to the Size class | Laurent Pinchart |
2020-07-13 | tests: v4l2_compat: Check v4l2-compliance and v4l2-ctl versions | Paul Elder |
2020-07-13 | tests: v4l2_compat: Prettify failure output | Paul Elder |
2020-07-10 | libcamera: pipeline: raspberrypi: Fix initial value for scoring routine | Naushir Patuck |