summaryrefslogtreecommitdiff
path: root/src/android
AgeCommit message (Expand)Author
12 daysandroid: camera_device: Always clear descriptors_ in stop()HEADmasterAnle Pan
2024-03-22android: camera_device: Save capture settings unconditionallyFang Hui
2023-09-21android: camera_device: Fix requestedStream handlingHarvey Yang
2023-05-30android: mm: Stub libhardware for build testsLaurent Pinchart
2023-05-30android: mm: generic: use GRALLOC_HARDWARE_MODULE_IDMattijs Korpershoek
2023-02-10android: jpeg: Add JEA implementationHarvey Yang
2023-02-10android: jpeg: Pass StreamBuffer to Encoder::encoderHarvey Yang
2023-02-10android: jpeg: Add meson.build in src/android/jpegHarvey Yang
2023-02-10android: framebuffer: Add HALFrameBuffer and replace FrameBufferHarvey Yang
2022-12-07android: Fix missing space in error messageJacopo Mondi
2022-11-25libcamera: stream: Turn StreamRole into scoped enumerationLaurent Pinchart
2022-10-28android: libcamera: add useful debug printsNicholas Roth
2022-10-28android: remove references to std::filesystemNicholas Roth
2022-10-10libcamera: framebuffer: Move remaining private data to Private classLaurent Pinchart
2022-09-30libcamera: Add missing SPDX headers for miscellaneous CC0-1.0 contentsLaurent Pinchart
2022-07-25android: camera_capabilities: Adjust minimum frame duration to match FPSHan-Lin Chen
2022-07-25android: camera_capabilities: Add (1600x1200) and (1280x960) resolutionsHan-Lin Chen
2022-07-24android: exif: Fix thumbnail buffer lifetimeCheng-Hao Yang
2022-07-19libcamera: controls: Avoid double lookupsLaurent Pinchart
2022-07-19libcamera: controls: Use std::optional to handle invalid control valuesChristian Rauch
2022-06-20android: Use the YamlObject iterator APILaurent Pinchart
2022-06-16libcamera: yaml_parser: Switch from FILE to FileLaurent Pinchart
2022-06-10android: camera_device: Print the correct number of completed streamsJacopo Mondi
2022-06-10android: camera_device: Use YUV post-processorHirokazu Honda
2022-06-10android: camera_device: Postpone mapped streams handlingJacopo Mondi
2022-06-10android: camera_stream: Create allocator unconditionallyJacopo Mondi
2022-06-10android: camera_stream: Add sourceStreamHirokazu Honda
2022-06-01libcamera: Use "..." instead of <...> consistently for internal headersLaurent Pinchart
2022-05-20android: Drop gcc 7 compatibilityLaurent Pinchart
2022-05-10android: camera_hal_config: Use YamlParser to parse android HAL configHan-Lin Chen
2022-05-04libcamera: Replace toString with operator<<() for format classesLaurent Pinchart
2022-05-04libcamera: Replace toString with operator<<() for geometry classesLaurent Pinchart
2022-03-03android: camera_request: Lifetime of a Camera3RequestDescriptorUmang Jain
2022-03-03android: Document the structures and functions for post-processingUmang Jain
2021-12-22android: Increase result metadata sizePaul Elder
2021-12-22android: camera_capabilities: Fix the type of the capability vectorPaul Elder
2021-12-22android: camera_metadata: Add setEntry helperPaul Elder
2021-12-22android: camera_capabilities: Set read sensor settings capabilityPaul Elder
2021-12-22android: camera_capabilities: Add messages for lack of FULL supportPaul Elder
2021-12-11android: Remove CameraWorkerJacopo Mondi
2021-12-07android: Apply 1% tolerance to minFrameDuration cappingUmang Jain
2021-12-06android: camera_stream: Use PlatformFrameBufferAllocatorHirokazu Honda
2021-12-06android: Introduce PlatformFrameBufferAllocatorHirokazu Honda
2021-12-04libcamera: base: Rename FileDescriptor to SharedFDLaurent Pinchart
2021-12-01android: camera_request: Add thread safety annotationHirokazu Honda
2021-12-01android: camera_device: Add thread safety annotationHirokazu Honda
2021-12-01android: camera_device: Fix variables access without protectionHirokazu Honda
2021-12-01android: camera_stream: Add thread safety annotationHirokazu Honda
2021-12-01android: camera_stream: Protect buffers initialization by mutex_Hirokazu Honda
2021-12-01android: camera_hal_manager: Add thread safety annotationHirokazu Honda