summaryrefslogtreecommitdiff
path: root/src/libcamera
AgeCommit message (Expand)Author
2021-12-06libcamera: framebuffer: Enable attaching additional data to FrameBufferHirokazu Honda
2021-12-06libcamera: ipu3: Only process focus if we have a lensKieran Bingham
2021-12-04libcamera: base: shared_fd: Add comparison operatorsLaurent Pinchart
2021-12-04libcamera: base: shared_fd: Rename fd() to get()Laurent Pinchart
2021-12-04libcamera: base: Rename FileDescriptor to SharedFDLaurent Pinchart
2021-12-04libcamera: pipeline: raspberrypi: DmaHeaps: Use UniqueFD for a file descriptorHirokazu Honda
2021-12-04libcamera: v4l2_videodevice: Pass FileDescriptor to open()Laurent Pinchart
2021-12-04libcamera: v4l2_videodevice: Use fd for a file descriptorHirokazu Honda
2021-12-04libcamera: v4l2_device: Use UniqueFD for a file descriptorHirokazu Honda
2021-12-04libcamera: media_device: Manage fd by UniqueFDHirokazu Honda
2021-12-04libcamera: process: Manage pipe fds by UniqueFDHirokazu Honda
2021-12-04libcamera: ipc_unixsocket: Fix file descriptor leakLaurent Pinchart
2021-12-04libcamera: ipc_unixsocket: Use UniqueFD for a file descriptorHirokazu Honda
2021-12-04libcamera: file: Manage fd by UniqueFDHirokazu Honda
2021-12-04libcamera: event_dispatcher_poll: Manage fd by UniqueFDHirokazu Honda
2021-12-03libcamera: base: file_descriptor: Return UniqueFD from dup()Laurent Pinchart
2021-12-03libcamera: base: file_descriptor: Add constructor from UniqueFDHirokazu Honda
2021-12-03libcamera: base: Introduce UniqueFDHirokazu Honda
2021-12-03libcamera: base: file_descriptor: Move inode() function to frame_buffer.cppLaurent Pinchart
2021-12-03libcamera: Move file_descriptor.h to base/Laurent Pinchart
2021-12-03libcamera: camera_sensor: Fix doxygen warningLaurent Pinchart
2021-12-03libcamera: backtrace: Include cxxabi.h without HAVE_DWKhem Raj
2021-12-03ipu3: ipa: Allow IPA to apply controls to the lens deviceHan-Lin Chen
2021-12-03libcamera: camera_lens: add CameraLens as a member of CameraSensorHan-Lin Chen
2021-12-03libcamera: camera_lens: Add a new class to model a camera lensHan-Lin Chen
2021-12-03libcamera: add model() for retrieving model name in V4L2SubdeviceHan-Lin Chen
2021-12-01pipeline: raspberrypi: Choose bit depth and packing according to raw streamDavid Plowman
2021-12-01pipeline: raspberrypi: Fix under-allocation of embedded data buffersDavid Plowman
2021-12-01libcamera: Correct include headers for Mutex classesHirokazu Honda
2021-12-01libcamera: base: Add mutex classes with thread safety annotationsHirokazu Honda
2021-12-01libcamera: base: Introduce ConditionVariableHirokazu Honda
2021-11-29ipa: rkisp1: Report and use sensor controlsJean-Michel Hautbois
2021-11-29ipa: rkisp1: Pass IPASettings at init callJean-Michel Hautbois
2021-11-29libcamera: Add tracing to meson summaryJacopo Mondi
2021-11-29pipeline: raspberrypi: Tidy the camera enumeration and registration logicNaushir Patuck
2021-11-29pipeline: raspberrypi: Split out device enumeration and camera registrationNaushir Patuck
2021-11-24libcamera: pipeline: Convert to pragma onceKieran Bingham
2021-11-23pipeline: raspberrypi: Avoid invalid PixelFormat warning messageNaushir Patuck
2021-11-23pipeline: raspberrypi: Increase the V4L2BufferCache slot allocationsNaushir Patuck
2021-11-23pipeline: raspberrypi: Rework the internal buffer allocation schemeNaushir Patuck
2021-11-23pipeline: raspberrypi: Add const qualifer in isRaw()Naushir Patuck
2021-11-15ipa: ipu3: Move ExposureTime to IPAJean-Michel Hautbois
2021-11-15ipu3: ipa: Report effective sensor controls with statistics to IPAHan-Lin Chen
2021-11-15ipa: ipu3: Extend ipu3 ipa interface for sensor controlsHan-Lin Chen
2021-11-11libcamera: pipeline: ipu3: Fix minCrop indentationKieran Bingham
2021-11-04libcamera: framebuffer: Fix isContiguous log messageKieran Bingham
2021-11-02pipeline: raspberrypi: Fix rounding issue in findBestFormat()Naushir Patuck
2021-11-02pipeline: raspberrypi: Account for a missing Unicam embedded data nodeNaushir Patuck
2021-11-02pipeline: raspberrypi: Remove "unpacked" format penalty in mode selectionNaushir Patuck
2021-11-02pipeline: raspberrypi: Convert the pipeline handler to use media controllerNaushir Patuck