summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-11-10libcamera: v4l2_device: Move start of frame detection to V4L2DeviceNiklas Söderlund
2020-11-08libcamera: camera: Inherit from ExtensibleLaurent Pinchart
2020-11-08libcamera: camera_manager: Inherit from ExtensibleLaurent Pinchart
2020-11-08libcamera: Add a base class to implement the d-pointer design patternLaurent Pinchart
2020-11-07gstreamer: libcamerasrc: Delete configuration before stopping camera managerLaurent Pinchart
2020-11-07libcamera: Drop unnecessary explicit initialization of V4L2DeviceFormatLaurent Pinchart
2020-11-07libcamera: v4l2_videodevice: Check plane count when setting formatLaurent Pinchart
2020-11-07libcamera: v4l2_videodevice: Zero-initialize planes in V4L2DeviceFormatLaurent Pinchart
2020-11-07qcam: viewfinder_gl: Add support for RGB formatsLaurent Pinchart
2020-11-07qcam: viewfinder_gl: Store textures in an arrayLaurent Pinchart
2020-11-07qcam: viewfinder_gl: Rename yuvData_ to data_Laurent Pinchart
2020-11-07qcam: viewfinder_gl: Rename YUV.vert to identity.vertLaurent Pinchart
2020-11-07qcam: viewfinder_gl: Remove unneeded castsLaurent Pinchart
2020-11-07qcam: viewfinder_gl: Keep fragment shader when format doesn't changeLaurent Pinchart
2020-11-07qcam: viewfinder_gl: Fix fragment shader rebuild when setting formatLaurent Pinchart
2020-11-03libcamera: request: Add tracepointsPaul Elder
2020-11-03libcamera: tracing: Implement tracing infrastructurePaul Elder
2020-10-30libcamera: ipa_manager: Fix typo in descriptionSebastian Fricke
2020-10-28android: jpeg: post_processor_jpeg: Embed thumbnail into Exif metadataUmang Jain
2020-10-28android: jpeg: Introduce a simple image thumbnailerUmang Jain
2020-10-28android: jpeg: encoder_libjpeg: Allow encoding raw frame bytesUmang Jain
2020-10-28android: camera_device: Mark toPixelFormat() a const functionHirokazu Honda
2020-10-28android: camera_device: Fix crash of accessing a missing map elementHirokazu Honda
2020-10-28libcamera: v4l2_device: Remove unused set of retNiklas Söderlund
2020-10-28libcamera: camera_manager: Make CameraManager::Private::mutex_ mutableLaurent Pinchart
2020-10-27libcamera: pipeline: simple: Only connect created convertersKieran Bingham
2020-10-27pipeline: raspberrypi: return an error if setFormat() failsTomi Valkeinen
2020-10-27libcamera: pipeline: raspberrypi: Implementation of digital zoomDavid Plowman
2020-10-27libcamera: Add geometry helper functionsDavid Plowman
2020-10-27libcamera: raspberrypi: Initialise the SensorCropMaximum propertyDavid Plowman
2020-10-27libcamera: Add SensorCropMaximum propertyDavid Plowman
2020-10-27libcamera: Add ScalerCrop controlDavid Plowman
2020-10-26android: camera_device: Handle LENS_SHADING_MAP_MODESJacopo Mondi
2020-10-26android: camera_device: Handle COLOR_CORRECTION_ABERRATION_MODEJacopo Mondi
2020-10-26android: camera_device: Handle NOISE_REDUCTION_MODESJacopo Mondi
2020-10-26android: camera_device: Report PIPELINE_MAX_DEPTHJacopo Mondi
2020-10-26libcamera: ipu3: Register camera controlsJacopo Mondi
2020-10-26libcamera: control_ids: Remove max values in enumerationsJacopo Mondi
2020-10-26libcamera: controls: Generate an array of valid valuesJacopo Mondi
2020-10-26libcamera: controls: Construct from valid valuesJacopo Mondi
2020-10-26libcamera: control_ids: Define draft controlsJacopo Mondi
2020-10-26libcamera: Support draft controls and propertiesKieran Bingham
2020-10-23android: jpeg: encoder: Use pass-by-value for Exif parameterUmang Jain
2020-10-23android: jpeg: Drop "libcamera::" namespace from functions' argumentsUmang Jain
2020-10-23libcamera: Declare empty virtual destructors as defaultedLaurent Pinchart
2020-10-23libcamera: media_object: Remove unneeded destructorsLaurent Pinchart
2020-10-21libcamera: pipeline: simple: Set camera propertiesLaurent Pinchart
2020-10-21libcamera: pipeline: Fail match() when no camera is registeredLaurent Pinchart
2020-10-21qcam: main_window: Explicitly name raw bufferKieran Bingham
2020-10-21cam: options: Rename optional arg to prevent shadowingKieran Bingham