summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-06-26libcamera: pipeline_handler: Fix incorrect method in CameraData docsChris Chinchilla
2020-06-25libcamera: pipeline: raspberrypi: Add StreamFormats to StreamConfigurationNaushir Patuck
2020-06-25ipa: rpi: Add "focus" algorithmDavid Plowman
2020-06-25v4l2: v4l2_camera_proxy: Serialize accesses to the proxyPaul Elder
2020-06-25v4l2: v4l2_camera_proxy: Fix buffer flags related to queueingPaul Elder
2020-06-25v4l2: v4l2_camera_proxy: Don't allow buffers to be freed if still mmapedPaul Elder
2020-06-25v4l2: v4l2_camera_proxy: Don't allow streamon if no buffers have been requestedPaul Elder
2020-06-25v4l2: v4l2_camera_proxy: Check arg->index bounds for querybuf, qbuf, dqbufPaul Elder
2020-06-25v4l2: v4l2_camera: Clear pending requests on freeBuffers and streamOffPaul Elder
2020-06-25v4l2: v4l2_camera: Don't use libcamera::Semaphore for available buffersPaul Elder
2020-06-25v4l2: v4l2_camera_proxy: Clear internal buffer vector on reqbufs 0Paul Elder
2020-06-25v4l2: v4l2_camera_proxy: noop if streamon when stream is already onPaul Elder
2020-06-25v4l2: v4l2_camera_proxy: Disallow dqbuf when not streamingPaul Elder
2020-06-25v4l2: v4l2_camera: Add isRunning()Paul Elder
2020-06-25v4l2: v4l2_camera_proxy: Implement VIDIOC_ENUM_FRAMESIZESPaul Elder
2020-06-25v4l2: v4l2_camera_proxy: Implement VIDIOC_ENUMINPUT, VIDIOC_G/S_INPUTPaul Elder
2020-06-25v4l2: v4l2_camera_proxy: Implement VIDIOC_G/S_PRIORITYPaul Elder
2020-06-25v4l2: v4l2_camera_proxy: Fix v4l2-compliance support for extended formatsPaul Elder
2020-06-25v4l2: v4l2_camera_proxy: Check for null arg values in main ioctl handlerPaul Elder
2020-06-25v4l2: v4l2_camera_proxy: Set timestamp monotonic buffer flag on reqbufsPaul Elder
2020-06-25v4l2: v4l2_camera_proxy: Clear reserved field in reqbufsPaul Elder
2020-06-25v4l2: v4l2_camera_proxy: Free old buffers on reqbufs > 0Paul Elder
2020-06-25v4l2: v4l2_compat: Support multiple openPaul Elder
2020-06-25v4l2: V4L2CameraProxy: Take V4L2CameraFile as argument for intercepted callsPaul Elder
2020-06-25v4l2: v4l2_camera_file: Add V4L2CameraFile to model the opened camera filePaul Elder
2020-06-25libcamera: ipa: raspberrypi: Plumb in the libcamera sharpness controlDavid Plowman
2020-06-25libcamera: ipa: raspberrypi: Add sharpness strength controlDavid Plowman
2020-06-25libcamera: ipa: raspberrypi: Make sharpening mode_factor an ordinary doubleDavid Plowman
2020-06-25libcamera: Add a sharpness strength controlDavid Plowman
2020-06-25libcamera: pixel_format: Replace hex with format namesKaaira Gupta
2020-06-24libcamera: formats: Add formats for IPU3Niklas Söderlund
2020-06-24meson: options: Add an option to control compilation of qcamNiklas Söderlund
2020-06-23libcamera: Add support for planar YUV422 and YUV420 formatsDavid Plowman
2020-06-22libcamera: ipu3: Remove id from camera namesNiklas Söderlund
2020-06-22libcamera: stream: Initialize stride and bufferCountNiklas Söderlund
2020-06-22libcamera: ipa: raspberrypi: Recalculate camera exposure/gain when camera mod...David Plowman
2020-06-22libcamera: ipa: raspberrypi: Allow SwitchMode method to return camera settingsDavid Plowman
2020-06-19v4l2: v4l2_compat: Intercept open64, openat64, and mmap64Paul Elder
2020-06-18libcamera: Replace explicit DRM FourCCs with libcamera formatsLaurent Pinchart
2020-06-18libcamera: pipeline: Replace explicit DRM FourCCs with libcamera formatsLaurent Pinchart
2020-06-18v4l2: Replace explicit DRM FourCCs with libcamera formatsLaurent Pinchart
2020-06-18qcam: Replace explicit DRM FourCCs with libcamera formatsLaurent Pinchart
2020-06-18gst: Replace explicit DRM FourCCs with libcamera formatsLaurent Pinchart
2020-06-18libcamera: Define constants for pixel formats in the public APILaurent Pinchart
2020-06-17v4l2: v4l2_camera_proxy, v4l2_camera: Check return values of read/writePaul Elder
2020-06-17libcamera: StreamConfiguration: Fix typo in documentationPaul Elder
2020-06-17qcam: main_window: Introduce initial hotplug supportUmang Jain
2020-06-17libcamera: camera_manager: Introduce signals when a camera is added or removedUmang Jain
2020-06-17libcamera: device_enumerator: Emit a signal when new devices are addedUmang Jain
2020-06-17libcamera: camera_manager: Refactor pipelines creation into separate functionUmang Jain