Age | Commit message (Expand) | Author |
2020-07-17 | libcamera: ipa: Document the parameters of the IPA C configure function | Laurent Pinchart |
2020-07-15 | libcamera: file: Create the file on open() if it doesn't exist | Laurent Pinchart |
2020-07-15 | test: file: Add file creation test | Laurent Pinchart |
2020-07-15 | test: file: Add read/write tests | Laurent Pinchart |
2020-07-15 | libcamera: file: Add read/write support | Laurent Pinchart |
2020-07-15 | libcamera: geometry: Provide in-place versions of the Size helpers | Laurent Pinchart |
2020-07-15 | libcamera: geometry: Make Size and Rectangle usable as constexpr | Laurent Pinchart |
2020-07-15 | libcamera: geometry: Turn Size and Rectangle into classes | Laurent Pinchart |
2020-07-15 | libcamera: geometry: Give constructors to Rectangle | Laurent Pinchart |
2020-07-15 | libcamera: geometry: Define Rectangle after Size | Laurent Pinchart |
2020-07-15 | libcamera: geometry: Don't default-initialize Size unnecessarily | Laurent Pinchart |
2020-07-15 | libcamera: pipeline: simple: Use std::make_tuple() | Laurent Pinchart |
2020-07-15 | libcamera: geometry: Add helper functions to the Size class | Laurent Pinchart |
2020-07-13 | tests: v4l2_compat: Check v4l2-compliance and v4l2-ctl versions | Paul Elder |
2020-07-13 | tests: v4l2_compat: Prettify failure output | Paul Elder |
2020-07-10 | libcamera: pipeline: raspberrypi: Fix initial value for scoring routine | Naushir Patuck |
2020-07-10 | tests: v4l2_compat: Add test for v4l2_compat | Paul Elder |
2020-07-10 | v4l2: v4l2_camera_proxy: Use stream config in tryFormat | Paul Elder |
2020-07-10 | v4l2: v4l2_camera_proxy: Get stride and frameSize from stream config | Paul Elder |
2020-07-10 | v4l2: v4l2_camera: Fix stream selection for buffer operations | Paul Elder |
2020-07-10 | libcamera: StreamConfiguration: Update stride documentation | Paul Elder |
2020-07-10 | libcamera: vimc: Fill stride and frameSize at config validation | Paul Elder |
2020-07-10 | libcamera: uvcvideo: Fill stride and frameSize at config validation | Paul Elder |
2020-07-10 | libcamera: simple: Fill stride and frameSize at config validation | Paul Elder |
2020-07-10 | libcamera: rkisp1: Fill stride and frameSize at config validation | Paul Elder |
2020-07-10 | libcamera: raspberrypi: Fill stride and frameSize at config validation | Paul Elder |
2020-07-10 | libcamera: ipu3: Fill stride and frameSize at config validation | Paul Elder |
2020-07-10 | libcamera: pipeline: uvcvideo: Filter out unsupported formats | Paul Elder |
2020-07-10 | libcamera: pipeline: raspberrypi: Filter out unsupported formats | Paul Elder |
2020-07-10 | libcamera: pipeline_handler: Fatal if registering camera without media devices | Paul Elder |
2020-07-10 | libcamera: pipeline: raspberrypi: Acquire media devices with acquireMediaDevice | Paul Elder |
2020-07-10 | libcamera: pipeline: raspberrypi: Simplify format fetching | Paul Elder |
2020-07-10 | libcamera: PixelFormatInfo: Add functions stride and frameSize | Paul Elder |
2020-07-10 | libcamera: StreamConfiguration: Add frameSize field | Paul Elder |
2020-07-10 | libcamera: formats: PixelFormatInfo: Add v4l2 lookup function | Paul Elder |
2020-07-10 | libcamera: V4L2VideoDevice: Add tryFormat | Paul Elder |
2020-07-10 | libcamera: formats: Add fields to info to ease calculating stride | Paul Elder |
2020-07-10 | libcamera: formats: Add NV24 and NV42, and reorder NV formats | Paul Elder |
2020-07-09 | libcamera: ipu3: cio2: Make use of utils::map_keys() helper | Niklas Söderlund |
2020-07-09 | libcamera: utils: Add map_keys() function | Laurent Pinchart |
2020-07-08 | libcamera: Use Size::isNull() | Laurent Pinchart |
2020-07-07 | android: camera_device: Remove single buffer restriction. | Kieran Bingham |
2020-07-07 | android: camera_device: Add buffers for each stream to Requests | Kieran Bingham |
2020-07-06 | android: camera_device: Maintain a vector of CameraStream | Kieran Bingham |
2020-07-06 | android: camera_device: Create the Request and Camera3RequestDescriptor together | Kieran Bingham |
2020-07-06 | android: camera_device: Simplify FrameBuffer construction from a buffer_handle_t | Kieran Bingham |
2020-07-06 | android: camera_device: Support multiple stream configurations | Kieran Bingham |
2020-07-06 | android: camera_device: Provide a toPixelFormat helper | Kieran Bingham |
2020-07-06 | libcamera: camera: Allow unspecified roles for generateConfiguration | Kieran Bingham |
2020-07-06 | libcamera: ipa: raspberrypi: Populate focus FoM from the ISP statistics | Naushir Patuck |