summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-12-11libcamera: pipeline_handler: Prepare RequestJacopo Mondi
2021-12-11libcamera: request: Add Request::Private::prepare()Jacopo Mondi
2021-12-11libcamera: pipeline: Introduce stopDevice()Jacopo Mondi
2021-12-11libcamera: pipeline_handler: Split request queueingJacopo Mondi
2021-12-11libcamera: request: Add Fence to Request::addBuffer()Jacopo Mondi
2021-12-11libcamera: framebuffer: Add Fence to FrameBufferJacopo Mondi
2021-12-11libcamera: fence: Introduce FenceJacopo Mondi
2021-12-11libcamera: request: Make Request class ExtensibleLaurent Pinchart
2021-12-11libcamera: Print Timer identifierJacopo Mondi
2021-12-08pipeline: raspberrypi: Restrict the advertised maximum ISP output resolutionNaushir Patuck
2021-12-08pipeline: raspberrypi: Reduce logging verbosityNaushir Patuck
2021-12-07libcamera: media_device: Skip all non-data links during enumerationLaurent Pinchart
2021-12-07libcamera: Use utils::abs_diff()Laurent Pinchart
2021-12-07libcamera: base: utils: Add abs_diff() utility functionLaurent Pinchart
2021-12-07libcamera: base: shared_fd: Don't dup() an invalid fdLaurent Pinchart
2021-12-07android: Apply 1% tolerance to minFrameDuration cappingUmang Jain
2021-12-07pipeline: raspberrypi: Return the sensor formats from generateConfiguration()Naushir Patuck
2021-12-06libcamera: pipeline: ipu3: Apply a requested test pattern modeHirokazu Honda
2021-12-06libcamera: camera_sensor: Enable to set a test pattern modeHirokazu Honda
2021-12-06libcamera: camera_sensor: Reference test pattern modes by enum typeHirokazu Honda
2021-12-06android: camera_stream: Use PlatformFrameBufferAllocatorHirokazu Honda
2021-12-06android: Introduce PlatformFrameBufferAllocatorHirokazu Honda
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-04v4l2: v4l2_camera: Return int in getBufferFd()Hirokazu Honda
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