summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-10-26ipa: ipu3: Explicitly use the statistics parameterJean-Michel Hautbois
2021-10-26ipa: ipu3: Document the IPAIPU3 classJean-Michel Hautbois
2021-10-26ipa: ipu3: Document IPAIPU3::configureJean-Michel Hautbois
2021-10-26ipa: ipu3: Document IPAIPU3 class interfaceJean-Michel Hautbois
2021-10-26android: post_processor: Make post processing asyncUmang Jain
2021-10-26android: post_processor: Drop return value for process()Umang Jain
2021-10-26android: Track and notify post processing of streamsUmang Jain
2021-10-26android: post_processor: Consolidate contextual informationUmang Jain
2021-10-26android: camera_device: Refactor descriptor status and sendCaptureResults()Umang Jain
2021-10-26android: post_processor_jpeg: Replace encoder_ nullptr checkUmang Jain
2021-10-26android: camera_stream: Replace post-processor nullptr checkUmang Jain
2021-10-25libcamera: request: Use external CameraControlValidatorKieran Bingham
2021-10-25libcamera: camera: Create a CameraControlValidatorKieran Bingham
2021-10-25libcamera: v4l2_videodevice: Explain multiplanar bytesused reasoningKieran Bingham
2021-10-22ipa: ipu3: Use sensor limits for analogue gainJean-Michel Hautbois
2021-10-22ipa: ipu3: agc: Remove unused variablesJean-Michel Hautbois
2021-10-22ipa: ipu3: agc: Refactor condition on exposure correctionJean-Michel Hautbois
2021-10-22ipa: ipu3: agc: Introduce previous exposure valueJean-Michel Hautbois
2021-10-22ipa: ipu3: agc: Rename gains properlyJean-Michel Hautbois
2021-10-22ipa: ipu3: agc: Simplify division of exposure/gainJean-Michel Hautbois
2021-10-22ipa: ipu3: agc: Use filtered exposure valuesJean-Michel Hautbois
2021-10-22ipa: ipu3: agc: Change analogue gain limitsJean-Michel Hautbois
2021-10-22ipa: ipu3: agc: Change exposure limitsJean-Michel Hautbois
2021-10-22ipa: ipu3: agc: Rename exposure values properlyJean-Michel Hautbois
2021-10-22ipa: ipu3: awb: Change minimal green threshold valueJean-Michel Hautbois
2021-10-22ipa: ipu3: awb: Use saturation under 90%Jean-Michel Hautbois
2021-10-22ipa: ipu3: set frameContext before controlsJean-Michel Hautbois
2021-10-22ipa: ipu3: awb: Set a threshold for the green saturationJean-Michel Hautbois
2021-10-21android: camera_device: Cleanup header includesLaurent Pinchart
2021-10-19android: camera_metadata: Rename get() to getMetadata()Umang Jain
2021-10-19android: camera_stream: Define explicit move constructor and destructorsLaurent Pinchart
2021-10-19android: camera_stream: Don't close fence if wait failsLaurent Pinchart
2021-10-19android: camera_request: Don't embed full camera3_stream_buffer_tLaurent Pinchart
2021-10-19android: camera_device: Use abortRequest() instead of open-coding itLaurent Pinchart
2021-10-19android: camera_stream: Return non-const pointer from camera3Stream()Laurent Pinchart
2021-10-19android: camera_stream: Pass StreamBuffer to process()Laurent Pinchart
2021-10-19android: camera_device: Create struct to track per stream bufferUmang Jain
2021-10-19android: camera_stream: Plumb process() with Camera3RequestDescriptorUmang Jain
2021-10-19android: camera_device: Build capture_result dynamicallyLaurent Pinchart
2021-10-19android: camera_request: Turn struct into a classLaurent Pinchart
2021-10-19camera_device: Remove private scope of Camera3RequestDescriptorUmang Jain
2021-10-19utils: gen-version: Pass the meson source root to the gen-version.sh scriptNaushir Patuck
2021-10-19libcamera: v4l2_videodevice: Improve debugging when buffer is too smallLaurent Pinchart
2021-10-19ipa: ipu3: agc: Remove "using" directive from agc.h headerLaurent Pinchart
2021-10-19ipa: ipu3: awb: Don't pass member variable to member functionLaurent Pinchart
2021-10-19android: Re-order out-of-order completion pathJacopo Mondi
2021-10-19Revert "android: camera_device: Configure one stream for identical stream req...Jacopo Mondi
2021-10-15android: capabilities: Cap frame rate to 30 FPSJacopo Mondi
2021-10-15android: capabilties: Fix ANDROID_CONTROL_AE_AVAILABLE_TARGET_FPS_RANGESJacopo Mondi
2021-10-15android: Populate streams and duration in the same loopJacopo Mondi