summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-04-04android: CameraDevice: Deny non ROTATION_0 stream configurationHirokazu Honda
2021-04-04android: CameraDevice: Log rotation variables in camera3_streamHirokazu Honda
2021-04-04android: CameraDevice: Validate crop_rotate_scale_degrees in configurationHirokazu Honda
2021-04-04android: Define OS_CHROMEOS macro if android_platform=crosHirokazu Honda
2021-04-04android: mm: cros: Fix compilationLaurent Pinchart
2021-04-04android: CameraDevice: Add more camera3_capture_request validationHirokazu Honda
2021-04-04android: cameraDevice: Factorize the code of validating camera3_capture_requestHirokazu Honda
2021-04-04android: CameraDevice: Deny if the streams is emptyHirokazu Honda
2021-04-04android: mm: cros: Handle buffer registration failureHirokazu Honda
2021-04-03libcamera: pipeline_handler: Make queueRequest() void functionHirokazu Honda
2021-03-29android: camera_device: Add null check for ScalerCrop controlPhi-Bang Nguyen
2021-03-29libcamera: thread: Remove the unused setEventDispatcher() functionLaurent Pinchart
2021-03-29ipa: raspberrypi: Fix typo and improve wordingSebastian Fricke
2021-03-29pipeline: raspberrypi: Remove unused getFormat callSebastian Fricke
2021-03-29libcamera: pipeline: ipu3: frames: Use the request sequenceKieran Bingham
2021-03-29libcamera: camera: Extend with a Stopping stateKieran Bingham
2021-03-29libcamera: camera: Report function which fails access controlKieran Bingham
2021-03-29libcamera: camera: Validate requests are completed in Running stateKieran Bingham
2021-03-29libcamera: request: Add a toString()Kieran Bingham
2021-03-29libcamera: request: Provide a sequence numberKieran Bingham
2021-03-29libcamera: buffer: Break friendship with RequestKieran Bingham
2021-03-29utils: ipc: proxy: Track IPA with a state machineKieran Bingham
2021-03-29libcamera: pipeline: ipu3: Fix typosLaurent Pinchart
2021-03-28pipeline: uvcvideo: Avoid reference to temporary objectKhem Raj
2021-03-28pipeline: raspberryPi: Fix typo in commentSebastian Fricke
2021-03-28ipa: raspberrrypi: Remove duplicate commentSebastian Fricke
2021-03-28meson: Summarize which applications and adaptation layers are builtLaurent Pinchart
2021-03-27ipa: rkisp1: Do not set controls during configureSebastian Fricke
2021-03-25libcamera: camera_manager: Document the CameraManager destructorLaurent Pinchart
2021-03-25android: meson: Remove unneeded android_enabled checkLaurent Pinchart
2021-03-25android: CameraDevice: Mark getResultMetadata() const functionHirokazu Honda
2021-03-25android: CameraDevice: Manage requestTemplates_ with std::unique_ptrHirokazu Honda
2021-03-25android: CameraDevice: Manage staticMetadata_ with std::unique_ptrHirokazu Honda
2021-03-25android: Camera3RequestDescriptor: Manage buffers with std::vectorHirokazu Honda
2021-03-25android: CameraDevice: Return const shared_ptr& by camera()Hirokazu Honda
2021-03-25android: CameraDevice: Take shared_ptr in constructorHirokazu Honda
2021-03-25android: CameraHalManager: Fix a function call of a moved CameraHirokazu Honda
2021-03-25android: CameraHalManager: Hold CameraManager with std::unique_ptrHirokazu Honda
2021-03-25android: CameraHalManager: Hold CameraDevice with std::unique_ptrHirokazu Honda
2021-03-24libcamera: v4l2_videodevice: Prevent queueing buffers without a cacheKieran Bingham
2021-03-24ipa: ipu3: Do not set controls during configureKieran Bingham
2021-03-24libcamera: pipeline: ipu3: frames: Associate buffers with the requestKieran Bingham
2021-03-24libcamera: pipeline: ipu3: frames: Group FrameBuffer operationsKieran Bingham
2021-03-24libcamera: pipeline: ipu3: Do not mark metadata complete earlyKieran Bingham
2021-03-24libcamera: pipeline: ipu3: Stop IPA before stopping devicesKieran Bingham
2021-03-23meson: Add configuration option to build the cam applicationLaurent Pinchart
2021-03-23meson: Use subdir_done() to reduce indentationLaurent Pinchart
2021-03-23ipa: raspberrypi: Rationalise parameters to ipa::configure()Naushir Patuck
2021-03-23ipa: raspberrypi: Rationalise parameters to ipa::start()Naushir Patuck
2021-03-23ipa: raspberrypi: Remove unused member variableNaushir Patuck