summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2025-02-24libipa: awb: Sort class member documentation according to header orderLaurent Pinchart
2025-02-21libipa: awb_bayes: Change the probabilities from log space to linear spaceStefan Klug
2025-02-21libipa: awb_bayes: Remove overly verbose log messagesStefan Klug
2025-02-21libipa: awb_bayes: Add logging of value limitsStefan Klug
2025-02-21libipa: lux: Normalize referenceY to 1Stefan Klug
2025-02-21ipa: rkisp1: awb: Apply gains based on default colour temperature on startStefan Klug
2025-02-21ipa: rkisp1: Add support for bayes AWB algorithm from libipaStefan Klug
2025-02-21libipa: Add bayesian AWB algorithmStefan Klug
2025-02-21ipa: rkisp1: Use grey world algorithm from libipaStefan Klug
2025-02-21ipa: rkisp1: Move calculation of RGB means into own functionStefan Klug
2025-02-21libipa: Add grey world AWB algorithmStefan Klug
2025-02-21libipa: awb: Add helper functions for AWB mode supportStefan Klug
2025-02-21libipa: Add AWB algorithm base classStefan Klug