summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-29apps: common: dng_writer: Rename packing functionsStefan Klug
2024-06-29apps: common: dng_writer: Support RAW16 formatsDaniel Scally
2024-06-28libcamera: Fix maybe-uninitialized errorStefan Klug
2024-06-26apps: common: dng_writer: Workaround for "Unknown tag 33421" errorStefan Klug
2024-06-26meson: Enable warnings to flag missing declarationsLaurent Pinchart
2024-06-26test: gstreamer: Include missing sanitizer/asan_interface.h headerLaurent Pinchart
2024-06-26test: ipc: unixsocket: Define local function in anonymous namespaceLaurent Pinchart
2024-06-26apps: Define local functions in anonymous namespaceLaurent Pinchart
2024-06-26v4l2: v4l2_compat: Selectively disable -Wmissing-declarationsLaurent Pinchart
2024-06-26v4l2: v4l2_compat: Include missing headersLaurent Pinchart
2024-06-26py: libcamera: Move function declarations to common headerLaurent Pinchart
2024-06-26ipa: rpi: Define local functions in anonymous namespaceLaurent Pinchart
2024-06-25ipa: ipa_interface: Declare ipaCreate() in libcamera namespaceLaurent Pinchart
2024-06-25libcamera: base: log: Declare log categories when defining themLaurent Pinchart
2024-06-25v4l2: v4l2_compat: Move `open*()` flag check into functionBarnabás Pőcze
2024-06-25v4l2: v4l2_compat: Fix redirect from `__open(at)64_2()`Barnabás Pőcze
2024-06-24ipa: libipa: matrix: Fix incorrect symbol namespaceLaurent Pinchart
2024-06-24libcamera: yaml_parser: Add support for float typesLaurent Pinchart
2024-06-24ipa: rkisp1: agc: Rename frame context update variable to updateMeteringLaurent Pinchart
2024-06-19libcamera: debayer_cpu: Add 32bits/aligned output formatsRobert Mader
2024-06-18ipa: libipa: pwl: Drop readYaml() functionLaurent Pinchart
2024-06-18ipa: rpi: controller: Replace Pwl::readYaml() with YamlObject::get()Laurent Pinchart
2024-06-17ipa: rkisp1: agc: Move AeEnable control to the AGC algorithmLaurent Pinchart
2024-06-17ipa: rkisp1: agc: Correctly clamp maximum shutter speedLaurent Pinchart
2024-06-17ipa: rkisp1: agc: Rename maxShutterSpeed to maxFrameDurationLaurent Pinchart
2024-06-17ipa: rkisp1: agc: Use mode from frame context to calculate new EVLaurent Pinchart
2024-06-17ipa: rkisp1: agc: Simplify predivider calculationLaurent Pinchart
2024-06-17ipa: rkisp1: agc: Don't update histogram parameters unnecessarilyLaurent Pinchart
2024-06-17ipa: rkisp1: agc: Make size argument to computeHistogramPredivider constLaurent Pinchart
2024-06-17ipa: rkisp1: Document all AGC parameters in IPAFrameContextLaurent Pinchart
2024-06-17ipa: rkisp1: Document all AGC parameters in IPAActiveStateLaurent Pinchart
2024-06-17ipa: libipa: agc_mean_luminance: Include missing headerLaurent Pinchart
2024-06-17ipa: libipa: agc_mean_luminance: Fix enumerator namesLaurent Pinchart
2024-06-17ipa: rkisp1: agc: Fix initialization without metering modesLaurent Pinchart
2024-06-17ipa: libipa: vector: Add matrix-vector multiplicationPaul Elder
2024-06-17ipa: rkisp1: algorithms: Add crosstalk algorithmPaul Elder
2024-06-17ipa: libipa: Add MatrixInterpolator classPaul Elder
2024-06-17ipa: libipa: Add Matrix classPaul Elder
2024-06-16ipa: libipa: pwl: Specialize YamlObject getterLaurent Pinchart
2024-06-16ipa: libipa: pwl: Add a constructor that moves a Point vectorLaurent Pinchart
2024-06-16ipa: libipa: pwl: Add a size() functionLaurent Pinchart
2024-06-16ipa: libipa: pwl: Make the empty() function inlineLaurent Pinchart
2024-06-16ipa: libipa: pwl: Suffix \param with directionLaurent Pinchart
2024-06-16ipa: libipa: vector: Drop readYaml() functionLaurent Pinchart
2024-06-16ipa: libipa: vector: Specialize YamlObject getterLaurent Pinchart
2024-06-16libcamera: yaml_parser: Delegate YamlObject::get() to helper structureLaurent Pinchart
2024-06-16libcamera: yaml_parser: Drop std::enable_if_t guards for get() functionLaurent Pinchart
2024-06-14utils: tuning: rkisp1: Add skeletal AGC to the rkisp1 tuning scriptPaul Elder
2024-06-14utils: libtuning: modules: Add skeletal AGC modulePaul Elder
2024-06-14ipa: rkisp1: agc: Plumb mode-selection and frame duration controlsPaul Elder