summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-18libcamera v0.0.2v0.0.2Kieran Bingham
2022-11-17libcamera: pipeline: Add IMX8 ISI pipelineJacopo Mondi
2022-11-14libcamera: pipeline: raspberrypi: Free buffers when a camera is releasedDavid Plowman
2022-11-14libcamera: Add a PipelineHandler::releaseDevice methodDavid Plowman
2022-11-14Revert "pipeline: raspberrypi: Do not unconditionally free buffers on close"David Plowman
2022-11-14libcamera: v4l2_videodevice: Reduce zero sequence warning log levelKieran Bingham
2022-11-12ipa: rkisp1: Add rudimentary LSC tables for imx219Paul Elder
2022-11-12ipa: rkisp1: Take into account color temperature during LSC algorithmFlorian Sylvestre
2022-11-12gstreamer: Provide framerate support for libcamerasrcRishikesh Donadkar
2022-11-12gstreamer: Do not expose the caps before configuring the cameraRishikesh Donadkar
2022-11-11v4l2: v4l2_camera: Apply clang thread safety annotationHirokazu Honda
2022-11-11v4l2: v4l2_camera_proxy: Apply clang thread safety annotationHirokazu Honda
2022-11-11libcamera: camera_manager: Apply clang thread safety annotationHirokazu Honda
2022-11-11libcamera: base: thread: Apply clang thread safety annotationHirokazu Honda
2022-11-11libcamera: base: semaphore: Apply clang thread safety annotationHirokazu Honda
2022-11-09pipeline: rkisp1: Pass info pointer to tryCompleteRequest()Laurent Pinchart
2022-11-09libcamera: pipeline_handler: Return unique_ptr from generateConfiguration()Laurent Pinchart
2022-11-09ipa: rkisp1: Move shutter speed and analogue gain limits from agc to sensorLaurent Pinchart
2022-11-09ipa: Sort algorithm operations based on calling orderLaurent Pinchart
2022-11-08test: camera_reconfigure: Qualify move() with std:: namespaceLaurent Pinchart
2022-11-08libcamera: camera: Fix the isAcquired testDavid Plowman
2022-11-03ipa: rkisp1: Compute LSC algorithm parameter during configureFlorian Sylvestre
2022-10-28ipa: raspberrypi: awb: Update colour temperature whenever manual gains changeDavid Plowman
2022-10-28pipeline: raspberrypi: Do not unconditionally free buffers on closeNaushir Patuck
2022-10-28libcamera: v4l2_videodevice: Guard against releasing unallocated buffersNaushir Patuck
2022-10-28meson: Rewrite .replace usageKieran Bingham
2022-10-28android: libcamera: add useful debug printsNicholas Roth
2022-10-28libcamera: make libdl optional when providedNicholas Roth
2022-10-28ipa: raspberry: replace abs() with std::abs()Nicholas Roth
2022-10-28android: remove references to std::filesystemNicholas Roth
2022-10-28ipa: add missing thread-safety annotationsNicholas Roth
2022-10-24apps: Share common source between applicationsLaurent Pinchart
2022-10-24ipa: ipu3: Fill AGC and AWB metadata in algorithmsLaurent Pinchart
2022-10-24ipa: rkisp1: Fill AGC and AWB metadataLaurent Pinchart
2022-10-24ipa: Pass metadata to Algorithm::process() functionLaurent Pinchart
2022-10-24apps: cam: Fix compilation error with clang when libtiff-4 is not foundLaurent Pinchart
2022-10-20apps: Move libtiff dependency to src/apps/meson.buildLaurent Pinchart
2022-10-20apps: Move libevent dependency to src/apps/meson.buildLaurent Pinchart
2022-10-20Move test applications to src/apps/Laurent Pinchart
2022-10-20qcam: Simplify dependency handling for libtiffLaurent Pinchart
2022-10-20cam: Don't print DNG option text if libtiff isn't foundLaurent Pinchart
2022-10-20ipa: raspberrypi: Rename ov9281.json to ov9281_mono.jsonNaushir Patuck
2022-10-20utils: raspberrypi: ctt: Fix alsc green averagingPaul Elder
2022-10-20libcamera: base: log: Fix LogCategory creation issuesTomi Valkeinen
2022-10-20libcamera: base: log: Fix use of freed nameTomi Valkeinen
2022-10-19ipa: rkisp1: Downgrade sensor controls range message to DebugLaurent Pinchart
2022-10-19ipa: Drop period at end of \brief or \paramLaurent Pinchart
2022-10-19cam: dng_writer: Add support for 8-bit raw formatsPaul Elder
2022-10-19cam: file_sink: Add support for DNG outputPaul Elder
2022-10-19qcam, cam: Move DNGWriter from qcam to camPaul Elder