Age | Commit message (Expand) | Author |
2022-08-26 | cam: Add color space support | Laurent Pinchart |
2022-08-26 | test: Add a ColorSpace test | Laurent Pinchart |
2022-08-26 | libcamera: color_space: Add fromString() function | Laurent Pinchart |
2022-08-26 | libcamera: color_space: Reorder members in the same order as the header | Laurent Pinchart |
2022-08-26 | utils: Satisfy LegacyInputIterator with StringSplitter::iterator | Laurent Pinchart |
2022-08-25 | libcamera: color_space: Rename Jpeg to Sycc | Laurent Pinchart |
2022-08-25 | libcamera: ipu3: Use std::max() instead of expandTo() to get the max resolution | Han-Lin Chen via libcamera-devel |
2022-08-25 | libcamera: Use const reference for range loops | Christian Rauch via libcamera-devel |
2022-08-24 | gstreamer: Add support for additional RGB formats | Laurent Pinchart |
2022-08-21 | ipa: rkisp1: Add support of Denoise Pre-Filter control | Florian Sylvestre |
2022-08-21 | ipa: rkisp1: Add enable field for LSC algorithm in IPA context | Florian Sylvestre |
2022-08-21 | ipa: rkisp1: Add enable field for AWB algorithm in IPA context | Florian Sylvestre |
2022-08-21 | libcamera: yaml_parser: De-duplicate common code in YamlObject::get() | Laurent Pinchart |
2022-08-21 | libcamera: yaml_parser: Enable YamlObject::get() for int8_t and uint8_t | Laurent Pinchart |
2022-08-21 | libcamera: yaml_parser: Fix bounds checking for 16-bit YamlObject::get() | Laurent Pinchart |
2022-08-21 | test: yaml-parser: Test out-of-range checks on integer parsing | Laurent Pinchart |
2022-08-21 | test: yaml-parser: Centralize integer parse checks | Laurent Pinchart |
2022-08-21 | test: yaml-parser: Simplify code by centralizing parse error checks | Laurent Pinchart |
2022-08-21 | libcamera: pipeline: rkisp1: Remove unused assignment | Christian Rauch |
2022-08-21 | libcamera: Remove unused headers | Christian Rauch |
2022-08-20 | libcamera: v4l2: Set colorspace flags | Umang Jain |
2022-08-19 | ipa: rkisp1: Add manual color gains | Paul Elder |
2022-08-19 | py: Switch to non-blocking eventfd | Tomi Valkeinen |
2022-08-19 | py: Use libcamera's Mutex classes | Tomi Valkeinen |
2022-08-19 | py: Set EFD_CLOEXEC on eventfd to avoid fd leaking | Tomi Valkeinen |
2022-08-19 | py: Use UniqueFD | Tomi Valkeinen |
2022-08-19 | py: Create PyCameraManager | Tomi Valkeinen |
2022-08-19 | py: meson: Use libcamera_private dependency | Tomi Valkeinen |
2022-08-18 | py: cam.py: Remove todo comment | Tomi Valkeinen |
2022-08-18 | py: Move ControlValue helpers to py_helpers.cpp | Tomi Valkeinen |
2022-08-18 | py: Add Python logging category | Tomi Valkeinen |
2022-08-18 | py: cam.py: Fix multi camera capture without -C | Tomi Valkeinen |
2022-08-16 | libcamera: base: Make message.h and mutex.h private | Laurent Pinchart |
2022-08-16 | meson: Use dependency() instead of find_library() where possible | Laurent Pinchart |
2022-08-10 | libcamera: Allow concurrent use of cameras from same pipeline handler | Laurent Pinchart |
2022-08-10 | libcamera: formats: Fix warning for unknown V4L2 pixfmt | Jacopo Mondi |
2022-08-09 | ipa: ipu3: Add YAML tuning file support | Laurent Pinchart |
2022-08-09 | ipa: ipu3: Register algorithms | Laurent Pinchart |
2022-08-09 | ipa: ipu3: Add an uncalibrated.yaml tuning data file | Laurent Pinchart |
2022-08-09 | pipeline: ipu3: Support IPA tuning file | Laurent Pinchart |
2022-08-09 | libcamera: yaml_parser: Return nullopt on error from YamlObject::get() | Laurent Pinchart |
2022-08-09 | cam: sdl_texture: Rename 'pitch' to 'stride' | Laurent Pinchart |
2022-08-09 | ipa: rkisp1: Remove unused algorithms includes from rkisp1.cpp | Daniel Semkowicz |
2022-08-09 | libcamera: Make IPA module signing recommended instead of mandatory | Laurent Pinchart |
2022-08-09 | libcamera: pub_key: Support openssl as an alternative to gnutls | Laurent Pinchart |
2022-08-09 | libcamera: pub_key: Gracefully handle failures to load public key | Laurent Pinchart |
2022-08-09 | libcamera: meson: Use dependency() to find gnutls | Laurent Pinchart |
2022-08-09 | libcamera: controls: Generate and use fixed-sized Span types | Christian Rauch |
2022-08-09 | cam: kms_sink: Scale the frame buffer to full screen if supported | Laurent Pinchart |
2022-08-09 | cam: kms_sink: Make lifetime management of DRM request safer | Laurent Pinchart |