Age | Commit message (Expand) | Author |
2021-02-05 | cam: event_loop: Execute events in the libevent loop | Niklas Söderlund |
2021-02-05 | cam: event_loop: Rename event_ to base_ | Niklas Söderlund |
2021-02-05 | libcamera: ipu3: Share parameter and statistic buffers with IPA | Niklas Söderlund |
2021-02-05 | libcamera: ipu3: Add helper for parameter and statistic buffers | Niklas Söderlund |
2021-02-05 | libcamera: ipu3: Map buffers in IPA | Niklas Söderlund |
2021-02-05 | libcamera: ipu3: imgu: Allocate buffers for stats and param | Niklas Söderlund |
2021-02-05 | libcamera: ipu3: Attach to an IPA and allow it to set sensor controls | Niklas Söderlund |
2021-02-05 | libcamera: ipa: ipu3: Add an IPA skeleton for the IPU3 pipeline | Niklas Söderlund |
2021-02-05 | libcamera: ipu3: cio2: Generate start of frame event | Niklas Söderlund |
2021-02-05 | libcamera: ipu3: cio2: Return the FrameBuffer pointer used | Niklas Söderlund |
2021-02-05 | libcamera: ipu3: imgu: Add parameters video device | Niklas Söderlund |
2021-02-05 | libcamera: ipu3: imgu: Configure the stat video device as part of configure() | Niklas Söderlund |
2021-02-05 | include: linux: Add ipu3 kernel header and format definitions | Niklas Söderlund |
2021-02-05 | libcamera: utils: Add reverse adapter for range-based loop | Laurent Pinchart |
2021-02-05 | libcamera: camera_sensor: Check control availability from idmap | Laurent Pinchart |
2021-02-05 | libcamera: camera_sensor: Restrict sensor info to raw sensors | Laurent Pinchart |
2021-02-05 | libcamera: camera_sensor: Store Bayer pattern in class member | Laurent Pinchart |
2021-02-05 | ipa: raspberrypi: Pass the maximum allowable shutter speed into the AGC | Naushir Patuck |
2021-02-05 | ipa: raspberrypi: Limit the calculated vblank based on the sensor mode | Naushir Patuck |
2021-02-05 | libcamera: camera_sensor: Add frame length limits to CameraSensorInfo | Naushir Patuck |
2021-02-05 | libcamera: camera_sensor: Make VBLANK mandatory | Jacopo Mondi |
2021-02-05 | libcamera: pipeline: raspberrypi: Always save sensor params on IPA_RESULT_SEN... | Naushir Patuck |
2021-02-05 | ipa: raspberrypi: Rename RPi::ConfigParameters enum values | Naushir Patuck |
2021-02-04 | test: Add unit tests for the BayerFormat class | Sebastian Fricke |
2021-02-04 | libcamera: bayer_format: Add the transpose transformation | Sebastian Fricke |
2021-02-04 | libcamera: bayer_format: Overload ==/!= operators for BayerFormats | Sebastian Fricke |
2021-02-04 | libcamera: bayer_format: Remove unnecessary constructor | Sebastian Fricke |
2021-02-04 | libcamera: bayer_format: Add the fromV4L2PixelFormat function | Sebastian Fricke |
2021-02-04 | libcamera: geometry: Mark const functions with __nodiscard | Laurent Pinchart |
2021-02-04 | libcamera: Add macro to conditionally use [[nodiscard]] | Laurent Pinchart |
2021-02-04 | android: camera_device: Generate JPEG thumbnail sizes | Jacopo Mondi |
2021-02-04 | android: camera_device: Fix wrong comment | Jacopo Mondi |
2021-02-04 | test: buffer-import: Fix false-positive failure | Kieran Bingham |
2021-02-04 | android: Try build with a local libyuv first | Hirokazu Honda |
2021-02-04 | subprojects: Add libyuv and built if -Dandroid=enabled | Hirokazu Honda |
2021-02-04 | libcamera: v4l2_videodevice: remove confusing memory MMAP assignment before Q... | Helen Koike |
2021-02-02 | android: post_processor: Change the type destination in process() | Hirokazu Honda |
2021-02-02 | libcamera: Improve Request life cycle tracking | Jacopo Mondi |
2021-02-02 | libcamera: ipu3: cio2: Fix line break | Jacopo Mondi |
2021-02-02 | ipa: raspberrypi: alsc: Fix copy-paste error in debug statement | David Plowman |
2021-02-02 | ipa: raspberrypi: Warn when control algorithms are missing; do not fail | David Plowman |
2021-02-02 | android: camera_device: Use reference to settings | Jacopo Mondi |
2021-02-02 | android: camera_device: Add missing request keys | Jacopo Mondi |
2021-02-02 | android: camera_device: Alphabetically sort keys | Jacopo Mondi |
2021-02-01 | libcamera: formats: Add RGB565_BE format | Laurent Pinchart |
2021-02-01 | utils: gen-formats: Support big-endian DRM formats | Laurent Pinchart |
2021-02-01 | android: camera_device: Fix exposure time tag in exif and android | Paul Elder |
2021-01-31 | Revert "libcamera: Use helper variable template for type traits" | Jean-Michel Hautbois |
2021-01-31 | Revert "libcamera: span: Provide and use helper variable templates for type t... | Jean-Michel Hautbois |
2021-01-29 | libcamera: pipeline: rkisp1: Avoid race when processing parameter buffers | Niklas Söderlund |