Age | Commit message (Expand) | Author |
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 |
2025-02-27 | libcamera: base: log: Remove move constructor | Barnabás Pőcze |
2025-02-26 | rkisp1: Honor the FrameDurationLimits control | Paul Elder |
2025-02-26 | ipa: rkisp1: Alias lineDuration | Kieran Bingham |
2025-02-26 | ipa: rkisp1: Initialise AGC from FrameDurationLimits controls | Kieran Bingham |
2025-02-26 | libcamera: formatting: Avoid spaces in for loops without expression | Milan Zamazal |
2025-02-26 | libipa: awb: Fix non-virtual destructor warning in AwbStats | Laurent Pinchart |
2025-02-24 | ipa: rkisp1: algorithms: awb: Fix AWB means vector order in RGB mode | Stefan Klug |
2025-02-24 | libcamera: Drop spurious colon after doxygen \todo directive | Laurent Pinchart |
2025-02-24 | ipa: rkisp1: awb: Capitalize AWB | Laurent Pinchart |
2025-02-24 | ipa: rkisp1: awb: Don't calculate RGB means if stats are missing | Laurent Pinchart |
2025-02-24 | libipa: awb_grey: Minor comment fixes | Laurent Pinchart |
2025-02-24 | libipa: awb: Tidy up includes | Laurent Pinchart |
2025-02-24 | libipa: awb: Rename AwbStats::getRGBMeans() to rgbMeans() | Laurent Pinchart |
2025-02-24 | ipa: rkisp1: awb: Fix wrong indentation in comment | Laurent Pinchart |
2025-02-24 | libipa: awb: Pass lux value to calculateAwb() as unsigned int | Laurent Pinchart |
2025-02-24 | libipa: awb: Replace reference to pipeline handle with IPA module | Laurent Pinchart |
2025-02-24 | libipa: awb: Standardize spelling on 'grey' world | Laurent Pinchart |
2025-02-24 | libipa: awb: Follow function names with '()' in doxygen documentation | Laurent Pinchart |
2025-02-24 | libipa: awb: Capitalize AWB | Laurent Pinchart |
2025-02-24 | libipa: awb: Sort class member documentation according to header order | Laurent Pinchart |
2025-02-21 | libipa: awb_bayes: Change the probabilities from log space to linear space | Stefan Klug |
2025-02-21 | libipa: awb_bayes: Remove overly verbose log messages | Stefan Klug |