Age | Commit message (Expand) | Author |
2023-02-10 | android: jpeg: Add JEA implementation | Harvey Yang |
2023-02-10 | android: jpeg: Pass StreamBuffer to Encoder::encoder | Harvey Yang |
2023-02-10 | android: jpeg: Add meson.build in src/android/jpeg | Harvey Yang |
2023-02-10 | android: framebuffer: Add HALFrameBuffer and replace FrameBuffer | Harvey Yang |
2022-12-07 | android: Fix missing space in error message | Jacopo Mondi |
2022-11-25 | libcamera: stream: Turn StreamRole into scoped enumeration | Laurent Pinchart |
2022-10-28 | android: libcamera: add useful debug prints | Nicholas Roth |
2022-10-28 | android: remove references to std::filesystem | Nicholas Roth |
2022-10-10 | libcamera: framebuffer: Move remaining private data to Private class | Laurent Pinchart |
2022-09-30 | libcamera: Add missing SPDX headers for miscellaneous CC0-1.0 contents | Laurent Pinchart |
2022-07-25 | android: camera_capabilities: Adjust minimum frame duration to match FPS | Han-Lin Chen |
2022-07-25 | android: camera_capabilities: Add (1600x1200) and (1280x960) resolutions | Han-Lin Chen |
2022-07-24 | android: exif: Fix thumbnail buffer lifetime | Cheng-Hao Yang |
2022-07-19 | libcamera: controls: Avoid double lookups | Laurent Pinchart |
2022-07-19 | libcamera: controls: Use std::optional to handle invalid control values | Christian Rauch |
2022-06-20 | android: Use the YamlObject iterator API | Laurent Pinchart |
2022-06-16 | libcamera: yaml_parser: Switch from FILE to File | Laurent Pinchart |
2022-06-10 | android: camera_device: Print the correct number of completed streams | Jacopo Mondi |
2022-06-10 | android: camera_device: Use YUV post-processor | Hirokazu Honda |
2022-06-10 | android: camera_device: Postpone mapped streams handling | Jacopo Mondi |
2022-06-10 | android: camera_stream: Create allocator unconditionally | Jacopo Mondi |
2022-06-10 | android: camera_stream: Add sourceStream | Hirokazu Honda |
2022-06-01 | libcamera: Use "..." instead of <...> consistently for internal headers | Laurent Pinchart |
2022-05-20 | android: Drop gcc 7 compatibility | Laurent Pinchart |
2022-05-10 | android: camera_hal_config: Use YamlParser to parse android HAL config | Han-Lin Chen |
2022-05-04 | libcamera: Replace toString with operator<<() for format classes | Laurent Pinchart |
2022-05-04 | libcamera: Replace toString with operator<<() for geometry classes | Laurent Pinchart |
2022-03-03 | android: camera_request: Lifetime of a Camera3RequestDescriptor | Umang Jain |
2022-03-03 | android: Document the structures and functions for post-processing | Umang Jain |
2021-12-22 | android: Increase result metadata size | Paul Elder |
2021-12-22 | android: camera_capabilities: Fix the type of the capability vector | Paul Elder |
2021-12-22 | android: camera_metadata: Add setEntry helper | Paul Elder |
2021-12-22 | android: camera_capabilities: Set read sensor settings capability | Paul Elder |
2021-12-22 | android: camera_capabilities: Add messages for lack of FULL support | Paul Elder |
2021-12-11 | android: Remove CameraWorker | Jacopo Mondi |
2021-12-07 | android: Apply 1% tolerance to minFrameDuration capping | Umang Jain |
2021-12-06 | android: camera_stream: Use PlatformFrameBufferAllocator | Hirokazu Honda |
2021-12-06 | android: Introduce PlatformFrameBufferAllocator | Hirokazu Honda |
2021-12-04 | libcamera: base: Rename FileDescriptor to SharedFD | Laurent Pinchart |
2021-12-01 | android: camera_request: Add thread safety annotation | Hirokazu Honda |
2021-12-01 | android: camera_device: Add thread safety annotation | Hirokazu Honda |
2021-12-01 | android: camera_device: Fix variables access without protection | Hirokazu Honda |
2021-12-01 | android: camera_stream: Add thread safety annotation | Hirokazu Honda |
2021-12-01 | android: camera_stream: Protect buffers initialization by mutex_ | Hirokazu Honda |
2021-12-01 | android: camera_hal_manager: Add thread safety annotation | Hirokazu Honda |
2021-12-01 | libcamera: Correct include headers for Mutex classes | Hirokazu Honda |
2021-12-01 | android: Consolidate mutex classes to Mutex and MutexLocker | Hirokazu Honda |
2021-12-01 | libcamera: base: Introduce ConditionVariable | Hirokazu Honda |
2021-11-30 | android: camera_device: Provide toString() helper for stream_type | Umang Jain |
2021-11-24 | android: Convert to pragma once | Kieran Bingham |