Age | Commit message (Expand) | Author |
2020-09-18 | android: camera_device: Refuse unsupported formats | Jacopo Mondi |
2020-09-16 | libcamera: Turn the android option into a feature | Laurent Pinchart |
2020-09-16 | android: Protect against null callbacks | Laurent Pinchart |
2020-09-15 | qcam: Add additional command line option to select the renderer type | Show Liu |
2020-09-15 | qcam: Add ViewFinderGL class to accelerate the format conversion | Show Liu |
2020-09-15 | qcam: New viewfinder hierarchy | Show Liu |
2020-09-15 | qcam: Add OpenGL shader code as Qt resource | Show Liu |
2020-09-14 | libcamera: pipeline: rkisp1: Fix line length typo | Niklas Söderlund |
2020-09-12 | qcam: format_converter: Support R8 Greyscale | Kieran Bingham |
2020-09-10 | android: jpeg: Support an initial set of EXIF metadata tags | Umang Jain |
2020-09-10 | android: jpeg: Add EXIF infrastructure | Kieran Bingham |
2020-09-10 | android: camera_device: Fix value of orientation metadata | Umang Jain |
2020-09-08 | android: camera_device: Fix spelling in comment | Jacopo Mondi |
2020-09-06 | libcamera: buffer: Fix MappedBuffer::maps_ documentation | Umang Jain |
2020-08-29 | libcamera: media_object: Make MediaLink::setEnabled() account for existing flags | Dan Scally |
2020-08-28 | libcamera: raspberrypi: Check dma heap allocator | Jacopo Mondi |
2020-08-28 | libcamera: raspberrypi: dmaheaps: Add isValid() | Jacopo Mondi |
2020-08-28 | libcamera: raspberrypi: dmaheaps: Improve device open | Jacopo Mondi |
2020-08-27 | pipeline: raspberrypi: Set sensor default orientation before configure() | Naushir Patuck |
2020-08-26 | libcamera: pipeline: vimc: Fix configuration validation | Laurent Pinchart |
2020-08-25 | cam: Limit file write to payload size | Laurent Pinchart |
2020-08-25 | v4l2: camera: Merge getStreamConfig() with open() | Laurent Pinchart |
2020-08-25 | v4l2: camera_proxy: Store v4l2_pix_format instead of v4l2_format | Laurent Pinchart |
2020-08-25 | v4l2: camera_proxy: Pass const reference to setFmtFromConfig() | Laurent Pinchart |
2020-08-25 | cam: Print timestamp of captured buffers | Laurent Pinchart |
2020-08-25 | ipa: raspberrypi: Replace void cast with [[maybe_unused]] | Laurent Pinchart |
2020-08-25 | meson: Remove -Wno-unused-parameter | Laurent Pinchart |
2020-08-25 | libcamera: Drop explicit construction of std::queue | Laurent Pinchart |
2020-08-25 | libcamera: Replace utils::clamp() with std::clamp() | Laurent Pinchart |
2020-08-25 | libcamera: Remove void specifier for functions that take no arguments | Laurent Pinchart |
2020-08-25 | libcamera: pipeline: ipu3: Remove stray "imgu." file | Laurent Pinchart |
2020-08-24 | libcamera: object: Fix deleteLater() sample code | Umang Jain |
2020-08-23 | android: camera_hal_manager: Support camera hotplug | Umang Jain |
2020-08-23 | android: camera_device: Add a getter to get libcamera::Camera pointer | Umang Jain |
2020-08-23 | android: camera_device: Make CameraDevice a shared object | Umang Jain |
2020-08-23 | android: camera_hal_manager: Set camera module callbacks | Umang Jain |
2020-08-23 | libcamera: pipeline: uvcvideo: Treat all UVC cameras as external | Umang Jain |
2020-08-16 | libcamera: camera: Mark controls() and properties() as const operations | Niklas Söderlund |
2020-08-16 | libcamera: pipeline_handler: Mark controls() and properties() as const operat... | Niklas Söderlund |
2020-08-16 | libcamera: pipeline_handler: Add const version of cameraData() | Niklas Söderlund |
2020-08-14 | libcamera: request: Make Stream pointer const | Niklas Söderlund |
2020-08-14 | libcamera: request: Declare a using directive for map of buffers | Niklas Söderlund |
2020-08-10 | cam: Rename cameraName variable | Niklas Söderlund |
2020-08-10 | libcamera: pipeline: rkisp1: Fix array size of formats | Niklas Söderlund |
2020-08-06 | android: camera_device: Support MJPEG stream construction | Kieran Bingham |
2020-08-06 | android: Introduce JPEG encoding | Kieran Bingham |
2020-08-06 | android: camera_device: Generate ResultMetadata earlier | Kieran Bingham |
2020-08-06 | android: camera_device: Report configuration changes from validate() | Kieran Bingham |
2020-08-06 | android: camera_device: Query plane length | Kieran Bingham |
2020-08-06 | android: camera_device: Only construct required planes | Kieran Bingham |