Age | Commit message (Expand) | Author |
2021-08-27 | android: camera_buffer: Map buffer in the first plane() call | Hirokazu Honda |
2021-08-27 | android: generic_camera_buffer: Correct buffer mapping | Hirokazu Honda |
2021-08-26 | gstreamer: Fix usage of default size for fixation | Nicolas Dufresne |
2021-08-26 | libcamerasrc: Fix deadlock on EOS | Nicolas Dufresne |
2021-08-26 | gstreamer: Fix concurrent access issues to CameraManager | Nicolas Dufresne |
2021-08-26 | gstreamer: Fix deadlock when last allocator ref is held by buffer | Nicolas Dufresne |
2021-08-26 | test: gstreamer: Disable gstreamer registry forks | Vedant Paranjape |
2021-08-26 | test: gstreamer: Clean up memory management | Vedant Paranjape |
2021-08-25 | Documentation: application-developer: Fix up spelling error | Kieran Bingham |
2021-08-25 | Documentation: application-developer: Fix reference to cam BufferWriter | Kieran Bingham |
2021-08-25 | Documentation: application-developer: Recommend unique_ptr for CameraManager | Kieran Bingham |
2021-08-25 | Documentation: application-developer: Clean up build instructions | Kieran Bingham |
2021-08-25 | Documentation: application-developer: Remove irrelevant TODO | Kieran Bingham |
2021-08-25 | README.rst: Update gstreamer element guidance | Kieran Bingham |
2021-08-23 | libcamera: controls: Initialize ControlInfoMap::idmap_ | Jacopo Mondi |
2021-08-23 | ipa: ipu3: awb: remove local storage of the grid | Jean-Michel Hautbois |
2021-08-23 | ipa: ipu3: agc: remove local storage of the grid | Jean-Michel Hautbois |
2021-08-21 | Documentation: Drop deprecated Doxygen options | Laurent Pinchart |
2021-08-21 | qcam: Replace MappedBuffer with Span<uint8_t> | Laurent Pinchart |
2021-08-20 | ipa: ipu3: Move IPU3 agc into algorithms | Jean-Michel Hautbois |
2021-08-20 | ipa: ipu3: Move IPU3 awb into algorithms | Jean-Michel Hautbois |
2021-08-20 | ipa: ipu3: convert AGC to the new algorithm interface | Jean-Michel Hautbois |
2021-08-20 | ipa: ipu3: convert AWB to the new algorithm interface | Jean-Michel Hautbois |
2021-08-20 | ipa: ipu3: Introduce a modular tone mapping algorithm | Jean-Michel Hautbois |
2021-08-20 | ipa: ipu3: Introduce modular algorithm | Jean-Michel Hautbois |
2021-08-20 | ipa: ipu3: Add the functions to the Algorithm class | Jean-Michel Hautbois |
2021-08-20 | ipa: ipu3: Introduce a Context structure | Jean-Michel Hautbois |
2021-08-20 | ipa: move libipa::Algorithm to ipa/ipu3/algorithms | Jean-Michel Hautbois |
2021-08-19 | libcamera: ipc_pipe: Do not run memcpy with null arguments | Umang Jain |
2021-08-19 | libcamera: ipc_unixsocket: Do not run memcpy with null arguments | Umang Jain |
2021-08-19 | ipa: Use FileDescriptor instead of int in layers above IPC payload | Paul Elder |
2021-08-19 | test: camera: Camera reconfiguration and fd-leak test | Umang Jain |
2021-08-19 | libtest: camera_test: Plumb constructor to set LIBCAMERA_IPA_FORCE_ISOLATION | Umang Jain |
2021-08-18 | utils: ipc: ipa_proxy_worker: Log IPCUnixSocket::send() failures | Laurent Pinchart |
2021-08-17 | ipa: raspberrypi: Fix bcm2835-isp inclusion type. | Kieran Bingham |
2021-08-17 | pipeline: ipu3: Skip recording timestamp for cancelled buffers | Umang Jain |
2021-08-17 | libcamera: pipeline: Cast to derived pipeline handler with helpers | Laurent Pinchart |
2021-08-17 | libcamera: pipeline_handler: Drop controls() and properties() functions | Laurent Pinchart |
2021-08-17 | Documentation: guides: pipeline-handler: Migrate to Camera::Private | Laurent Pinchart |
2021-08-17 | libcamera: pipeline_handler: Drop CameraData class | Laurent Pinchart |
2021-08-17 | libcamera: pipeline: ipu3: Migrate to Camera::Private | Laurent Pinchart |
2021-08-17 | libcamera: pipeline: raspberrypi: Migrate to Camera::Private | Laurent Pinchart |
2021-08-17 | libcamera: pipeline: rkisp1: Migrate to Camera::Private | Laurent Pinchart |
2021-08-17 | libcamera: pipeline: vimc: Migrate to Camera::Private | Laurent Pinchart |
2021-08-16 | libcamera: pipeline: uvcvideo: Migrate to Camera::Private | Laurent Pinchart |
2021-08-16 | libcamera: pipeline: simple: Migrate to Camera::Private | Laurent Pinchart |
2021-08-16 | libcamera: camera: Fix minor issues in Camera::Private documentation | Laurent Pinchart |
2021-08-16 | libcamera: pipeline_handler: Move CameraData members to Camera::Private | Laurent Pinchart |
2021-08-16 | libcamera: camera: Pass Private pointer to Camera constructor | Laurent Pinchart |
2021-08-16 | libcamera: base: extensible: Pass private pointer as unique_ptr<> | Laurent Pinchart |