Age | Commit message (Expand) | Author |
2025-03-25 | libcamera: base: span: Explicitly default copy assignment | Barnabás Pőcze |
2025-03-21 | libcamera: camera: Ensure correct id maps are always set | Barnabás Pőcze |
2025-03-21 | ipa: simple: lut: Fix include path | Barnabás Pőcze |
2025-03-21 | test: threads: Use `pthread_testcancel()` | Barnabás Pőcze |
2025-03-21 | libcamera: v4l2_videodevice: `lastUsedCounter_` need not be atomic | Barnabás Pőcze |
2025-03-21 | apps: cam: Highlight default enumerator | Barnabás Pőcze |
2025-03-21 | libcamera: media_device: Ignore `lockf()` return value | Barnabás Pőcze |
2025-03-21 | apps: qcam: Simplify `PixelFormat` search | Barnabás Pőcze |
2025-03-21 | libcamera: base: mutex: Remove unnecessary constructors | Barnabás Pőcze |
2025-03-21 | libcamera: ipa_manager: Store `IPAModule`s in `std::unique_ptr` | Barnabás Pőcze |
2025-03-21 | libcamera: media_object: Fix unnecessary copy | Barnabás Pőcze |
2025-03-20 | apps: cam: Fix include order | Laurent Pinchart |
2025-03-20 | pipeline: rpi: Add support for Raspberry Pi 5 | Naushir Patuck |
2025-03-20 | pipeline: rpi: Add new stream flags for PiSP | Naushir Patuck |
2025-03-20 | ipa: rpi: Add support for Raspberry Pi 5 | Naushir Patuck |
2025-03-20 | meson: Add libpisp.wrap | Naushir Patuck |
2025-03-19 | gstreamer: Add Y444 format support to the YUV list | Antoine Bouyer |
2025-03-04 | Revert "README.rst: Report py dependencies" | Jacopo Mondi |
2025-03-03 | libcamera: base: signal: Drop pre-C++17 support | Laurent Pinchart |
2025-03-03 | libcamera: base: log: Fix uninitialized variable warning | Laurent Pinchart |
2025-03-01 | utils: ipc: Only dispatch messages for proxy when stopping thread | Milan Zamazal |
2025-03-01 | libcamera: software_isp: Dispatch messages on stop | Milan Zamazal |
2025-03-01 | libcamera: base: thread: Support dispatching for a specific receiver | Milan Zamazal |
2025-03-01 | libcamera: software_isp: Handle queued input buffers on stop | Milan Zamazal |
2025-03-01 | libcamera: software_isp: Handle queued output buffers on stop | Milan Zamazal |
2025-03-01 | libcamera: software_isp: Emit ispStatsReady only if IPA is running | Milan Zamazal |
2025-03-01 | libcamera: meson: Fix libyuv detection | Dylan Aïssi |
2025-02-28 | ipa: libipa: Fix bug in ExposureModeHelper that leads to oscillations in AEGC | Stefan Klug |
2025-02-27 | ipa: rkisp1: Allow exposure time to be shorter than minimum frame duration limit | Stefan Klug |
2025-02-27 | apps: lc-compliance: Merge `CaptureBalanced` and `CaptureUnbalanced` | Barnabás Pőcze |
2025-02-27 | apps: lc-compliance: Add message to `GTEST_SKIP()` | Barnabás Pőcze |
2025-02-27 | apps: lc-compliance: Use array instead of `std::vector` | Barnabás Pőcze |
2025-02-27 | apps: lc-compliance: Use `std::vector` for argument array | Barnabás Pőcze |
2025-02-27 | apps: lc-compliance: Don't allocate `FrameBufferAllocator` dynamically | Barnabás Pőcze |
2025-02-27 | apps: lc-compliance: Remove redundant getter call | Barnabás Pőcze |
2025-02-27 | apps: lc-compliance: Optimize `std::shared_ptr` usage | Barnabás Pőcze |
2025-02-27 | apps: lc-compliance: Put tests into anonymous namespace | Barnabás Pőcze |
2025-02-27 | apps: lc-compliance: Initialize `CameraManager` pointer in `Environment` | Barnabás Pőcze |
2025-02-27 | apps: common: event_loop: Remove unused type alias | Barnabás Pőcze |
2025-02-27 | apps: common: event_loop: Use single event source for deferred calls | Barnabás Pőcze |
2025-02-27 | apps: common: event_loop: Use `std::deque` instead of `std::list` | Barnabás Pőcze |
2025-02-27 | apps: common: event_loop: Disable copy/move | Barnabás Pőcze |
2025-02-27 | apps: common: event_loop: Take callbacks by rvalue ref | Barnabás Pőcze |
2025-02-27 | libcamera: base: log: Avoid manual `LogCategory` deletion | Barnabás Pőcze |
2025-02-27 | libcamera: base: log: Protect log categories with lock | Barnabás Pőcze |
2025-02-27 | libcamera: base: log: Pass dynamic prefix through | Barnabás Pőcze |
2025-02-27 | libcamera: base: log: Use `std::string_view` to avoid some copies | Barnabás Pőcze |
2025-02-27 | libcamera: base: log: Make `LogCategory::severity_` atomic | Barnabás Pőcze |
2025-02-27 | libcamera: base: log: Remove `LogMessage::init()` | Barnabás Pőcze |
2025-02-27 | libcamera: base: log: Use `std::from_chars()` | Barnabás Pőcze |