summaryrefslogtreecommitdiff
path: root/src/libcamera
AgeCommit message (Expand)Author
2022-06-16libcamera: yaml_parser: Extend YamlObject::size() to dictionariesLaurent Pinchart
2022-06-16libcamera: yaml_object: Turn Type into an enum classLaurent Pinchart
2022-06-06libcamera: base: log: Color the log prefixLaurent Pinchart
2022-06-06libcamera: base: log: Add coloring to the log outputLaurent Pinchart
2022-06-06camera_sensor: Suppress error message if test patterns are unavailableNaushir Patuck
2022-06-05libcamera: request: Add operator<<()Jacopo Mondi
2022-06-05libcamera: ipu3: Fix rogue whitespaceChristian Rauch
2022-06-03libcamera: v4l2_subdevice: Add YUV8_1X24 media bus formatLaurent Pinchart
2022-06-03libcamera: v4l2_subdevice: Add RGB565_1X16 media bus formatLaurent Pinchart
2022-06-03libcamera: v4l2_subdevice: Use MEDIA_BUS_FMT_* macrosLaurent Pinchart
2022-06-03libcamera: formats: Add YUV444 and YVU444 pixel formatsLaurent Pinchart
2022-06-03libcamera: formats: Add YVU422 pixel formatLaurent Pinchart
2022-06-01libcamera: base: log: Log to std::cerr if log file can't be openedLaurent Pinchart
2022-06-01libcamera: base: log: Replace stderr with std::cerr in documentationLaurent Pinchart
2022-06-01libcamera: base: log: Remove unnecessary local variableLaurent Pinchart
2022-06-01libcamera: Fix incorrect toString() to operator<<() conversionsLaurent Pinchart
2022-05-27libcamera: ipa: Move IPA control serialization structures to libcamera namespaceLaurent Pinchart
2022-05-27libcamera: pipeline: uvcvideo: Infer camera location from removable attributeLaurent Pinchart
2022-05-27libcamera: camera_sensor: Add IMX477 sensor propertiesNaushir Patuck
2022-05-25libcamera: controls: Controls for driving AF (autofocus) algorithmsDavid Plowman
2022-05-23pipeline: raspberrypi: Fix possible null dereferenceNaushir Patuck
2022-05-19libcamera: formats: Add missing RGBX8888 infoTomi Valkeinen
2022-05-19libcamera: formats: Fix warning printTomi Valkeinen
2022-05-18meson: Compile libyaml as a subproject if not available on the systemLaurent Pinchart
2022-05-13libcamera: camera_sensor: Add OV5675 sensor propertiesQuentin Schulz
2022-05-10v4l2_videodevice: Disable the watchdog timer when no buffers are queuedNaushir Patuck
2022-05-10libcamera: raspberrypi: Fetch correct value for SensorSensitivityDavid Plowman
2022-05-10libcamera: Add a SensorSensitivity propertyNaushir Patuck
2022-05-10meson: Use new project_*_root() functionsTomi Valkeinen
2022-05-10libcamera: Introduce YamlParser as a helper to parse yaml filesHan-Lin Chen
2022-05-04libcamera: Replace toString with operator<<() for format classesLaurent Pinchart
2022-05-04libcamera: Add operator<<() for V4L2 format classesLaurent Pinchart
2022-05-04libcamera: bayer_format: Add operator<<()Laurent Pinchart
2022-05-04libcamera: Add operator<<() for pixel format classesLaurent Pinchart
2022-05-04libcamera: Replace toString with operator<<() for geometry classesLaurent Pinchart
2022-05-04libcamera: object: Silence gcc false positive error in release modeLaurent Pinchart
2022-04-22libcamera: geometry: Correct the string representation of RectangleHan-Lin Chen
2022-04-22libcamera: geometry: Add operator<< for classes in geometryHan-Lin Chen
2022-04-14libcamera: framebuffer: Make FrameBuffer::cancel() privateDorota Czaplejewicz
2022-04-13ipa: vimc: Synchronise parameter buffer ops namingUmang Jain
2022-04-12libcamera: camera: Ensure requests belong to the cameraKieran Bingham
2022-04-08ipa: ipu3: Replace event-based ops with dedicated functionsUmang Jain
2022-04-07libcamera: v4l2_videodevice: Fix uninitialised watchdogDuration_Umang Jain
2022-04-07libcamera: base: utils: Add missing constructor for DurationLaurent Pinchart
2022-04-06libcamera: camera_sensor: Drop const on the return value of sizes()Laurent Pinchart
2022-04-06libcamera: v4l2_videodevice: Fix typos in a commentNaushir Patuck
2022-04-06pipeline: raspberrypi: Add a Unicam dequeue timeoutNaushir Patuck
2022-04-06libcamera: v4l2_videodevice: Add a dequeue timerNaushir Patuck
2022-04-02ipa: vimc: Rename processControls() to queueRequest()Umang Jain
2022-04-02ipa: rkisp1: Split queuing of request and parameter fillingUmang Jain