summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-05tracepoints: Add SPDX headers and copyright noticesPaul Elder
2020-11-03Documentation: tracing: Add tracing guidePaul Elder
2020-11-03utils: tracepoints: Add simple statistics scriptPaul Elder
2020-11-03libcamera: request: Add tracepointsPaul Elder
2020-11-03libcamera: tracing: Implement tracing infrastructurePaul Elder
2020-11-02utils: hooks: pre-push: Reject commits with a Change-IdLaurent Pinchart
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-28libcamera: span: Provide and use helper variable templates for type traitsLaurent Pinchart
2020-10-28libcamera: Use helper variable template for type traitsLaurent Pinchart
2020-10-27libcamera: pipeline: simple: Only connect created convertersKieran Bingham
2020-10-27pipeline: raspberrypi: return an error if setFormat() failsTomi Valkeinen
2020-10-27Add .clang-tidyTomi Valkeinen
2020-10-27libcamera: pipeline: raspberrypi: Implementation of digital zoomDavid Plowman
2020-10-27test: geometry: Add unit tests for new geometry helper functionsDavid 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-26libcamera: span: Make constructors explicit as required by C++20Laurent Pinchart
2020-10-26Documentation: Fix typo in pipeline handler guideSebastian Fricke
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-26ipa: raspberry: Initialize ControlInfo with values listJacopo Mondi
2020-10-26libcamera: controls: Fix rogue whitespaceJacopo Mondi
2020-10-26libcamera: controls: Generate an array of valid valuesJacopo Mondi
2020-10-26libcamera: controls: Rename enumerate 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-26libcamera: controls: Disable ControlValue<T> construction from unsupported TLaurent Pinchart
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