summaryrefslogtreecommitdiff
path: root/src/libcamera
AgeCommit message (Expand)Author
2021-11-02libcamera: formats: Add R10 and R12 formatsLaurent Pinchart
2021-10-27libcamera: pixel_format: remove duplicated return documentationKieran Bingham
2021-10-27libcamera: v4l2_videodevice: provide hasMediaController()Kieran Bingham
2021-10-25libcamera: request: Use external CameraControlValidatorKieran Bingham
2021-10-25libcamera: camera: Create a CameraControlValidatorKieran Bingham
2021-10-25libcamera: v4l2_videodevice: Explain multiplanar bytesused reasoningKieran Bingham
2021-10-19utils: gen-version: Pass the meson source root to the gen-version.sh scriptNaushir Patuck
2021-10-19libcamera: v4l2_videodevice: Improve debugging when buffer is too smallLaurent Pinchart
2021-10-15ipa: ipu3: Update camera controls in configure()Jacopo Mondi
2021-10-15libcamera: ipu3: Split controls init/updateJacopo Mondi
2021-10-15libcamera: ipu3: Rationalize constant expressions namesJacopo Mondi
2021-10-15libcamera: ipu3: Centralize ImgU sizes definitionJacopo Mondi
2021-10-15libcamera: ipu3: Use the optimal sensor sizeJacopo Mondi
2021-10-15libcamera: v4l2_subdevice: Set format field to V4L2_FIELD_NONELaurent Pinchart
2021-10-15libcamera: media_device: Print link information when setup failsLaurent Pinchart
2021-10-15libcamera: base: backtrace: Fallback to libunwind for symbolic namesLaurent Pinchart
2021-10-15libcamera: base: backtrace: Use libunwind when availableLaurent Pinchart
2021-10-15libcamera: base: backtrace: Use libdw to provide symbolic namesLaurent Pinchart
2021-10-15libcamera: base: Add Backtrace classLaurent Pinchart
2021-10-15libcamera: pipeline: ipu3: Use new Size grownBy() and shrunkBy() helpersLaurent Pinchart
2021-10-15libcamera: geometry: Add Size members to grown or shrink by a marginLaurent Pinchart
2021-10-07pipeline: raspberrypi: Create empty control lists correctlyDavid Plowman
2021-10-05libcamera: Fix crash caused by reading uninitialised delayed controlsDavid Plowman
2021-10-05libcamera: camera_sensor: Reverse the key and value of test pattern mode mapHirokazu Honda
2021-09-28meson: Set a SONAME version in the libcamera librariesJavier Martinez Canillas
2021-09-28libcamera: control_serializer: Fix usage of uninitialized variableLaurent Pinchart
2021-09-27libcamera: control_serializer: Separate the handles spaceJacopo Mondi
2021-09-27libcamera: control_serializer: Serialize info::def()Jacopo Mondi
2021-09-27libcamera: control_serializer: Use the right idmapJacopo Mondi
2021-09-27libcamera: ipu3: Drop entityControls mapJacopo Mondi
2021-09-26libcamera: camera_manager: Fix utils.h #include locationLaurent Pinchart
2021-09-24libcamera: v4l2_videodevice: Don't move planes to construct FrameBufferLaurent Pinchart
2021-09-19libcamera: base: Add libatomic dependencyFabrice Fontaine
2021-09-14libcamera: v4l2_videodevice: Handle unexpected buffersKieran Bingham
2021-09-10libcamera: v4l2_pixelformat: Add helper function to get the descriptionPaul Elder
2021-09-10libcamera: v4l2_pixelformat: Add entries for NV24 and NV42Paul Elder
2021-09-10libcamera: v4l2_pixelformat: Add V4L2 description stringsPaul Elder
2021-09-09libcamera: controls: Use a const ControlValidatorKieran Bingham
2021-09-07libcamera: framebuffer: Prevent modifying the number of metadata planesLaurent Pinchart
2021-09-07libcamera: framebuffer: Allocate metadata planes at construction timeLaurent Pinchart
2021-09-07libcamera: v4l2_videodevice: Use utils::enumerate()Laurent Pinchart
2021-09-07libcamera: v4l2_videodevice: Split planes when dequeuing bufferLaurent Pinchart
2021-09-07libcamera: v4l2_videodevice: Coalesce planes when queuing bufferLaurent Pinchart
2021-09-07libcamera: v4l2_videodevice: Take stride into account to compute offsetsLaurent Pinchart
2021-09-07libcamera: v4l2_videodevice: Document plane handling in createBuffer()Laurent Pinchart
2021-09-07libcamera: v4l2_videodevice: Cache PixelFormatInfoLaurent Pinchart
2021-09-07libcamera: framebuffer: Add a function to check if planes are contiguousLaurent Pinchart
2021-09-07libcamera: framebuffer: Move planes check to constructorLaurent Pinchart
2021-09-07libcamera: formats: Support V4L2 non-contiguous formatsLaurent Pinchart
2021-09-07libcamera: formats: Add planeSize() helpers to PixelFormatInfoLaurent Pinchart