summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
46 hoursgstreamer: Add Y444 format support to the YUV listAntoine Bouyer
2025-03-03libcamera: base: log: Fix uninitialized variable warningLaurent Pinchart
2025-03-01libcamera: software_isp: Dispatch messages on stopMilan Zamazal
2025-03-01libcamera: base: thread: Support dispatching for a specific receiverMilan Zamazal
2025-03-01libcamera: software_isp: Handle queued input buffers on stopMilan Zamazal
2025-03-01libcamera: software_isp: Handle queued output buffers on stopMilan Zamazal
2025-03-01libcamera: software_isp: Emit ispStatsReady only if IPA is runningMilan Zamazal
2025-03-01libcamera: meson: Fix libyuv detectionDylan Aïssi
2025-02-28ipa: libipa: Fix bug in ExposureModeHelper that leads to oscillations in AEGCStefan Klug
2025-02-27ipa: rkisp1: Allow exposure time to be shorter than minimum frame duration limitStefan Klug
2025-02-27apps: lc-compliance: Merge `CaptureBalanced` and `CaptureUnbalanced`Barnabás Pőcze
2025-02-27apps: lc-compliance: Add message to `GTEST_SKIP()`Barnabás Pőcze
2025-02-27apps: lc-compliance: Use array instead of `std::vector`Barnabás Pőcze
2025-02-27apps: lc-compliance: Use `std::vector` for argument arrayBarnabás Pőcze
2025-02-27apps: lc-compliance: Don't allocate `FrameBufferAllocator` dynamicallyBarnabás Pőcze
2025-02-27apps: lc-compliance: Remove redundant getter callBarnabás Pőcze
2025-02-27apps: lc-compliance: Optimize `std::shared_ptr` usageBarnabás Pőcze
2025-02-27apps: lc-compliance: Put tests into anonymous namespaceBarnabás Pőcze
2025-02-27apps: lc-compliance: Initialize `CameraManager` pointer in `Environment`Barnabás Pőcze
2025-02-27apps: common: event_loop: Remove unused type aliasBarnabás Pőcze
2025-02-27apps: common: event_loop: Use single event source for deferred callsBarnabás Pőcze
2025-02-27apps: common: event_loop: Use `std::deque` instead of `std::list`Barnabás Pőcze
2025-02-27apps: common: event_loop: Disable copy/moveBarnabás Pőcze
2025-02-27apps: common: event_loop: Take callbacks by rvalue refBarnabás Pőcze
2025-02-27libcamera: base: log: Avoid manual `LogCategory` deletionBarnabás Pőcze
2025-02-27libcamera: base: log: Protect log categories with lockBarnabás Pőcze
2025-02-27libcamera: base: log: Pass dynamic prefix throughBarnabás Pőcze
2025-02-27libcamera: base: log: Use `std::string_view` to avoid some copiesBarnabás Pőcze
2025-02-27libcamera: base: log: Make `LogCategory::severity_` atomicBarnabás Pőcze
2025-02-27libcamera: base: log: Remove `LogMessage::init()`Barnabás Pőcze
2025-02-27libcamera: base: log: Use `std::from_chars()`Barnabás Pőcze
2025-02-27libcamera: base: log: Remove move constructorBarnabás Pőcze
2025-02-26rkisp1: Honor the FrameDurationLimits controlPaul Elder
2025-02-26ipa: rkisp1: Alias lineDurationKieran Bingham
2025-02-26ipa: rkisp1: Initialise AGC from FrameDurationLimits controlsKieran Bingham
2025-02-26libcamera: formatting: Avoid spaces in for loops without expressionMilan Zamazal
2025-02-26libipa: awb: Fix non-virtual destructor warning in AwbStatsLaurent Pinchart
2025-02-24ipa: rkisp1: algorithms: awb: Fix AWB means vector order in RGB modeStefan Klug
2025-02-24libcamera: Drop spurious colon after doxygen \todo directiveLaurent Pinchart
2025-02-24ipa: rkisp1: awb: Capitalize AWBLaurent Pinchart
2025-02-24ipa: rkisp1: awb: Don't calculate RGB means if stats are missingLaurent Pinchart
2025-02-24libipa: awb_grey: Minor comment fixesLaurent Pinchart
2025-02-24libipa: awb: Tidy up includesLaurent Pinchart
2025-02-24libipa: awb: Rename AwbStats::getRGBMeans() to rgbMeans()Laurent Pinchart
2025-02-24ipa: rkisp1: awb: Fix wrong indentation in commentLaurent Pinchart
2025-02-24libipa: awb: Pass lux value to calculateAwb() as unsigned intLaurent Pinchart
2025-02-24libipa: awb: Replace reference to pipeline handle with IPA moduleLaurent Pinchart
2025-02-24libipa: awb: Standardize spelling on 'grey' worldLaurent Pinchart
2025-02-24libipa: awb: Follow function names with '()' in doxygen documentationLaurent Pinchart
2025-02-24libipa: awb: Capitalize AWBLaurent Pinchart