Age | Commit message (Expand) | Author |
2021-12-01 | android: Consolidate mutex classes to Mutex and MutexLocker | Hirokazu Honda |
2021-12-01 | libcamera: base: Introduce ConditionVariable | Hirokazu Honda |
2021-12-01 | test: Replace "/proc/self/exe" with path to test binary | Laurent Pinchart |
2021-12-01 | test: Store path to the test executable in Test class | Laurent Pinchart |
2021-11-30 | ipa: ipu3: Rectify gain value reporting in request metadata | Umang Jain |
2021-11-30 | android: camera_device: Provide toString() helper for stream_type | Umang Jain |
2021-11-29 | ipa: rkisp1: agc: Introduce prepare call | Jean-Michel Hautbois |
2021-11-29 | ipa: rkisp1: Introduce AGC | Jean-Michel Hautbois |
2021-11-29 | ipa: rkisp1: agc: Introduce HW revision in IPAContext | Jean-Michel Hautbois |
2021-11-29 | ipa: rkisp1: Report and use sensor controls | Jean-Michel Hautbois |
2021-11-29 | ipa: rkisp1: Use the Algorithm class | Jean-Michel Hautbois |
2021-11-29 | ipa: libipa: Introduce Algorithm class template | Jean-Michel Hautbois |
2021-11-29 | ipa: rkisp1: Introduce IPAContext | Jean-Michel Hautbois |
2021-11-29 | ipa: rkisp1: Instantiate CameraSensorHelper | Jean-Michel Hautbois |
2021-11-29 | ipa: Do not modify the sensor limits | Jean-Michel Hautbois |
2021-11-29 | ipa: rkisp1: Pass IPASettings at init call | Jean-Michel Hautbois |
2021-11-29 | libipa: Correct IMX219 in CameraSensorHelper | Jean-Michel Hautbois |
2021-11-29 | libcamera: Add tracing to meson summary | Jacopo Mondi |
2021-11-29 | test: camera: Fix trivial spelling mistake | Jacopo Mondi |
2021-11-29 | pipeline: raspberrypi: Tidy the camera enumeration and registration logic | Naushir Patuck |
2021-11-29 | pipeline: raspberrypi: Split out device enumeration and camera registration | Naushir Patuck |
2021-11-25 | ipa: raspberrypi: Update documentation urls | Naushir Patuck |
2021-11-24 | libcamera: object: Avoid argument copies in invokeMethod() | Laurent Pinchart |
2021-11-24 | v4l2: Convert to pragma once | Kieran Bingham |
2021-11-24 | utils: Convert to pragma once | Kieran Bingham |
2021-11-24 | test: Convert to pragma once | Kieran Bingham |
2021-11-24 | qcam: Convert to pragma once | Kieran Bingham |
2021-11-24 | lc-compliance: Convert to pragma once | Kieran Bingham |
2021-11-24 | ipa: libipa: Convert to pragma once | Kieran Bingham |
2021-11-24 | ipa: ipu3: Convert to pragma once | Kieran Bingham |
2021-11-24 | gstreamer: Convert to pragma once | Kieran Bingham |
2021-11-24 | cam: Convert to pragma once | Kieran Bingham |
2021-11-24 | android: Convert to pragma once | Kieran Bingham |
2021-11-24 | libcamera: pipeline: Convert to pragma once | Kieran Bingham |
2021-11-24 | libcamera: ipa: Convert to pragma once | Kieran Bingham |
2021-11-24 | libcamera: internal: Convert to pragma once | Kieran Bingham |
2021-11-24 | libcamera: base: Convert to pragma once | Kieran Bingham |
2021-11-24 | libcamera: Convert to pragma once | Kieran Bingham |
2021-11-23 | ipa: ipu3: Fix IPAContext documentation | Jean-Michel Hautbois |
2021-11-23 | pipeline: raspberrypi: Avoid invalid PixelFormat warning message | Naushir Patuck |
2021-11-23 | pipeline: raspberrypi: Increase the V4L2BufferCache slot allocations | Naushir Patuck |
2021-11-23 | pipeline: raspberrypi: Rework the internal buffer allocation scheme | Naushir Patuck |
2021-11-23 | pipeline: raspberrypi: Add const qualifer in isRaw() | Naushir Patuck |
2021-11-23 | ipa: ipu3: agc: Saturate the averages when computing relative luminance | Laurent Pinchart |
2021-11-23 | ipa: ipu3: agc: Return the inter-quantile mean from measureBrightness() | Laurent Pinchart |
2021-11-23 | ipa: ipu3: agc: Rename currentYGain | Laurent Pinchart |
2021-11-23 | ipa: ipu3: agc: Standardize vocabulary on "relative luminance" | Laurent Pinchart |
2021-11-23 | ipa: ipu3: agc: Drop kMaxLuminance constant | Laurent Pinchart |
2021-11-18 | Documentation: coding-style: Document the git commit hooks | Laurent Pinchart |
2021-11-16 | ipa: ipu3: agc: Remove the threshold for the histogram calculation | Jean-Michel Hautbois |