summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-08-21libcamera: Remove unused headersChristian Rauch
2022-08-20libcamera: v4l2: Set colorspace flagsUmang Jain
2022-08-19ipa: rkisp1: Add manual color gainsPaul Elder
2022-08-19py: Switch to non-blocking eventfdTomi Valkeinen
2022-08-19py: Use libcamera's Mutex classesTomi Valkeinen
2022-08-19py: Set EFD_CLOEXEC on eventfd to avoid fd leakingTomi Valkeinen
2022-08-19py: Use UniqueFDTomi Valkeinen
2022-08-19py: Create PyCameraManagerTomi Valkeinen
2022-08-19py: meson: Use libcamera_private dependencyTomi Valkeinen
2022-08-18py: cam.py: Remove todo commentTomi Valkeinen
2022-08-18py: Move ControlValue helpers to py_helpers.cppTomi Valkeinen
2022-08-18py: Add Python logging categoryTomi Valkeinen
2022-08-18py: cam.py: Fix multi camera capture without -CTomi Valkeinen
2022-08-16libcamera: base: Make message.h and mutex.h privateLaurent Pinchart
2022-08-16meson: Use dependency() instead of find_library() where possibleLaurent Pinchart
2022-08-10libcamera: Allow concurrent use of cameras from same pipeline handlerLaurent Pinchart
2022-08-10libcamera: formats: Fix warning for unknown V4L2 pixfmtJacopo Mondi
2022-08-09ipa: ipu3: Add YAML tuning file supportLaurent Pinchart
2022-08-09ipa: ipu3: Register algorithmsLaurent Pinchart
2022-08-09ipa: ipu3: Add an uncalibrated.yaml tuning data fileLaurent Pinchart
2022-08-09pipeline: ipu3: Support IPA tuning fileLaurent Pinchart
2022-08-09libcamera: yaml_parser: Return nullopt on error from YamlObject::get()Laurent Pinchart
2022-08-09cam: sdl_texture: Rename 'pitch' to 'stride'Laurent Pinchart
2022-08-09ipa: rkisp1: Remove unused algorithms includes from rkisp1.cppDaniel Semkowicz
2022-08-09libcamera: Make IPA module signing recommended instead of mandatoryLaurent Pinchart
2022-08-09libcamera: pub_key: Support openssl as an alternative to gnutlsLaurent Pinchart
2022-08-09libcamera: pub_key: Gracefully handle failures to load public keyLaurent Pinchart
2022-08-09libcamera: meson: Use dependency() to find gnutlsLaurent Pinchart
2022-08-09libcamera: controls: Generate and use fixed-sized Span typesChristian Rauch
2022-08-09cam: kms_sink: Scale the frame buffer to full screen if supportedLaurent Pinchart
2022-08-09cam: kms_sink: Make lifetime management of DRM request saferLaurent Pinchart
2022-08-09cam: drm: Add support for test-only commitsLaurent Pinchart
2022-08-08cam: sdl_sink: Fix compilation with SDL2 <2.0.16Laurent Pinchart
2022-08-08cam: sdl_sink: Add NV12 texture supportLaurent Pinchart
2022-08-08cam: sdl_sink: Support multi-planar formatsLaurent Pinchart
2022-08-08cam: Rename sdl_texture_yuyv.{cpp,h} to sdl_texture_yuv.{cpp,h}Laurent Pinchart
2022-08-08cam: sdl_texture_yuyv: Make line stride configurableLaurent Pinchart
2022-08-04libcamera: Correct typos and omissions for packed 10-bit raw monochrome formatDavid Plowman
2022-08-04libcamera: Switch internal YAML files to YAML 1.1Laurent Pinchart
2022-08-04ipa: rkisp1: Use YAML 1.1 for tuning data filesLaurent Pinchart
2022-08-04pipeline: rkisp1: Move ControlInfoMap to IPA moduleLaurent Pinchart
2022-08-03libcamera: pipeline: simple: Add support for NXP ISILaurent Pinchart
2022-08-03libcamera: pipeline: simple: Don't disable links carrying other streamsLaurent Pinchart
2022-08-03libcamera: pipeline: simple: Walk pipeline using subdev internal routingPhi-Bang Nguyen
2022-08-03libcamera: pipeline: simple: Setup links in the context of sink entitiesLaurent Pinchart
2022-08-03libcamera: pipeline: simple: Reset routing table of subdevsJacopo Mondi
2022-08-03libcamera: v4l2_subdevice: Add support for the V4L2 subdev routing APIJacopo Mondi
2022-08-03libcamera: v4l2_subdevice: Collect subdev capabilitiesJacopo Mondi
2022-08-03libcamera: v4l2_subdevice: Change V4L2Subdevice::WhenceJacopo Mondi
2022-08-03libcamera: formats: Add AVUY8888 and XVUY8888 formatsLaurent Pinchart