summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-05ipa: rpi: Handle controls for mono variant sensorsNaushir Patuck
2023-06-05camera_sensor: ipa: core: Add CFA pattern to IPACameraSensorInfoNaushir Patuck
2023-06-04py: unittests.py: Fix type checker warningsTomi Valkeinen
2023-06-04py: Fix code formattingTomi Valkeinen
2023-06-04subprojects: Drop leftovers of pybind11Tomi Valkeinen
2023-06-02ipa: rpi: imx296: Small refinements to the IMX296 mono sensor tuningNaushir Patuck
2023-05-31py: Move to mainline pybind11 versionTomi Valkeinen
2023-05-30py: unittests.py: Add weakref helpers and use delTomi Valkeinen
2023-05-30py: Use exceptions instead of returning error codesTomi Valkeinen
2023-05-30py: Move ColorSpace and Transform classes to separate filesTomi Valkeinen
2023-05-30py: Fix CameraManager.version propertyTomi Valkeinen
2023-05-30android: mm: Stub libhardware for build testsLaurent Pinchart
2023-05-30android: mm: generic: use GRALLOC_HARDWARE_MODULE_IDMattijs Korpershoek
2023-05-24libcamera: camera_sensor: Add Sony IMX327 sensor propertiesBenjamin Bara
2023-05-24pipeline: rpi: ipa_base: Parse config files after platformRegister()Naushir Patuck
2023-05-19libipa: camera_sensor_helper: Add IMX327 helperBenjamin Bara
2023-05-19ipa: rkisp1: agc: drop hard-coded analogue gain rangeBenjamin Bara
2023-05-09meson: Fix usage of overwritten pipeline variableLaurent Pinchart
2023-05-08libcamera: ipa_manager: Allow IPA loading in nested subdirsJacopo Mondi
2023-05-08libcamera: v4l2_videodevice: Use O_CLOEXEC when exporting DMA buffersElias Naur
2023-05-04v4l2: Move the v4l2 compat layer to libexec/libcameraKieran Bingham
2023-05-04pipeline: raspberrypi: Add stream flags to RPi::StreamNaushir Patuck
2023-05-04pipeline: raspberrypi: Introduce PipelineHandlerBase classNaushir Patuck
2023-05-04pipeline: raspberrypi: Make RPi::Stream::name() return const std::string &Naushir Patuck
2023-05-04ipa: raspberrypi: agc: Move weights out of AGCDavid Plowman
2023-05-04ipa: raspberrypi: Introduce IpaBase classNaushir Patuck
2023-05-04pipeline: ipa: raspberrypi: Restructure the IPA mojom interfaceNaushir Patuck
2023-05-04pipeline: raspberrypi: rpi_stream: Set invalid buffer to id == 0Naushir Patuck
2023-05-04pipeline: ipa: raspberrypi: Refactor and move the Raspberry Pi codeNaushir Patuck
2023-05-04pipeline: meson: Allow nested pipeline handler directory structuresNaushir Patuck
2023-05-04ipa: meson: Allow nested IPA directory structuresNaushir Patuck
2023-05-04libcamera: ipa: Remove character restriction on the IPA nameNaushir Patuck
2023-05-04meson: ipa: Add mapping for pipeline handler to mojom interface fileNaushir Patuck
2023-05-04apps: qcam: Remove redundant checkBarnabás Pőcze
2023-05-03libcamera: pipeline: simple: Add support for ST's DCMIPPDaniel Scally
2023-05-01libcamera v0.0.5v0.0.5Kieran Bingham
2023-05-01cam: file_sink: Workaround gcc-13 dangling-reference false positiveEric Curtin
2023-05-01meson: Ignore -Wredundant-move with gcc-13 and newerLaurent Pinchart
2023-05-01ipa: rkisp1: Add tuning files for PinephonePro sensorsJacopo Mondi
2023-05-01ipa: rkisp1: Add tuning files for Google DRU "Scarlet" sensorsJacopo Mondi
2023-05-01pipeline: simple: Validate transformRobert Mader
2023-04-30libcamera: imx8-isi: Remove mbusCode from formatsMap_Jacopo Mondi
2023-04-30libcamera: imx8-isi: Split Bayer/YUV config generationJacopo Mondi
2023-04-30libcamera: camera_sensor: Add tryFormat()Jacopo Mondi
2023-04-30libcamera: imx8-isi: Automatically select media bus codeJacopo Mondi
2023-04-30libcamera: imx8-isi: Break out YUV format selectionJacopo Mondi
2023-04-30libcamera: imx8-isi: Break out RAW format selectionJacopo Mondi
2023-04-28Documentation: guides: pipeline-handler: Fix spelling errorBarnabás Pőcze
2023-04-26apps: cam: kms_sink: Drop unique_ptr<> from DRM::AtomicRequestUmang Jain
2023-04-20test: controls: control_info_map: Test default constructorMattijs Korpershoek