Age | Commit message (Expand) | Author |
2021-04-22 | libcamera: pipeline: ipu3: Cancel unused buffers | Kieran Bingham |
2021-04-22 | libcamera: camera: Assert pipelines complete all requests | Kieran Bingham |
2021-04-21 | libcamera: class: Drop 'klass' argument from documentation | Jacopo Mondi |
2021-04-21 | libcamera: Drop argument from LIBCAMERA_DECLARE_PRIVATE | Jacopo Mondi |
2021-04-17 | libcamera: bound_method: Please the gcc undefined behaviour sanitizer | Laurent Pinchart |
2021-04-17 | libcamera: signal: Fix return value template type of BoundMethodMember | Laurent Pinchart |
2021-04-15 | libcamera: span: Fix reverse iterators | Laurent Pinchart |
2021-04-15 | libcamera: log: Use compiler builtins to retrieve file and line number | Laurent Pinchart |
2021-04-15 | libcamera: log: De-duplicate _log() functions and LogMessage constructor | Laurent Pinchart |
2021-04-13 | libcamera: ipa_proxy: Scope ProxyState to IPAProxy | Kieran Bingham |
2021-04-12 | libcamera: bound_method: Fix type of pack for void methods | Laurent Pinchart |
2021-04-03 | libcamera: pipeline_handler: Make queueRequest() void function | Hirokazu Honda |
2021-03-29 | libcamera: thread: Remove the unused setEventDispatcher() function | Laurent Pinchart |
2021-03-29 | libcamera: request: Add a toString() | Kieran Bingham |
2021-03-29 | libcamera: request: Provide a sequence number | Kieran Bingham |
2021-03-29 | libcamera: buffer: Break friendship with Request | Kieran Bingham |
2021-03-29 | utils: ipc: proxy: Track IPA with a state machine | Kieran Bingham |
2021-03-23 | ipa: raspberrypi: Rationalise parameters to ipa::configure() | Naushir Patuck |
2021-03-23 | ipa: raspberrypi: Rationalise parameters to ipa::start() | Naushir Patuck |
2021-03-23 | pipeline: ipa: raspberrypi: Open the CamHelper on ipa::init() | Naushir Patuck |
2021-03-23 | ipa: Add sensor model string to IPASettings | Naushir Patuck |
2021-03-23 | libcamera: device_enumerator: Remove unnecessary rvalue references | Hirokazu Honda |
2021-03-17 | libcamera: ipu3: Pass the BDS rectangle at IPA configure call | Jean-Michel Hautbois |
2021-03-16 | ipa: ipa_interface: Add comment to defend the forward-declaration | Paul Elder |
2021-03-12 | libcamera: delayed_controls: Remove unneeded write when starting up | Naushir Patuck |
2021-03-12 | libcamera: delayed_controls: Add notion of priority write | Naushir Patuck |
2021-03-11 | ipa: rkisp1: Fail on init if hw revision is not RKISP1_V10 | Dafna Hirschfeld |
2021-03-11 | ipa: rkisp1: Return error from IPA's configure method if it fails | Dafna Hirschfeld |
2021-03-11 | libcamera: media_device: Add hwRevision method | Dafna Hirschfeld |
2021-03-09 | ipa: raspberrypi: Use direct return value for configure() | Paul Elder |
2021-03-09 | ipa: raspberrypi: Rename vblank field in SensorConfig to vblankDelay | David Plowman |
2021-03-08 | libcamera: camera_sensor: Cap resolution to max frame size | Jacopo Mondi |
2021-03-08 | tracing: pipeline_handler: Queue Requests | Kieran Bingham |
2021-03-04 | libcamera: v4l2_device: Make fd() function const | Laurent Pinchart |
2021-03-04 | pipeline: ipa: raspberrypi: Pass exposure/gain values to IPA though controls | Naushir Patuck |
2021-03-03 | libcamera: camera_sensor: Use active area size as resolution | Laurent Pinchart |
2021-03-03 | include: linux: Update Linux headers to v5.12-rc1 | Laurent Pinchart |
2021-02-23 | libcamera: Enable vimc pipeline handler when tests are enabled | Laurent Pinchart |
2021-02-21 | libcamera: camera: Constify controls argument to start() | Laurent Pinchart |
2021-02-19 | pipeline: ipa: raspberrypi: Rename IPA Interface namespace to ipa::RPi | Naushir Patuck |
2021-02-19 | pipeline: ipa: raspberrypi: Tidy-ups after IPAInterface changes | Naushir Patuck |
2021-02-18 | meson: ipa, proxy: Only build proxies for enabled pipelines | Niklas Söderlund |
2021-02-16 | libcamera: IPAInterface: Replace C API with the new C++-only API | Paul Elder |
2021-02-16 | meson: ipa, proxy: Generate headers and proxy with mojo | Paul Elder |
2021-02-16 | ipa: Add core.mojom | Paul Elder |
2021-02-16 | libcamera: Add IPCPipe implementation based on unix socket | Paul Elder |
2021-02-16 | libcamera: Add IPCPipe | Paul Elder |
2021-02-16 | libcamera: Add IPADataSerializer | Paul Elder |
2021-02-16 | libcamera: control_serializer: Save serialized ControlInfoMap in a cache | Paul Elder |
2021-02-12 | libcamera: MappedBuffer: Disable copy and assignment | Kieran Bingham |