Age | Commit message (Expand) | Author |
2022-07-28 | cam: sdl_sink: Pass a Span<const uint8_t> to SDLTexture::update() | Laurent Pinchart |
2022-07-28 | cam: sdl_sink: Use libjpeg over SDL2_image | Eric Curtin |
2022-07-27 | raspberrypi: Update Copyright statement in all Raspberry Pi source files | Naushir Patuck |
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-07-15 | cam: sdl: Use uint32_t in place of SDL_PixelFormatEnum | Jacopo Mondi |
2022-06-20 | cam: kms_sink: Remove limitation that camera and display must match | Eric Curtin |
2022-06-19 | cam: drm: Support /dev/dri cards other than 0 | Eric Curtin |
2022-05-23 | cam: sdl_sink: Add MJPG support to SDL sink | Eric Curtin |
2022-05-23 | cam: sdl_sink: Add SDL sink with initial YUYV support | Eric Curtin |
2022-05-23 | cam: event_loop: Add timer events to event loop | Eric Curtin |
2022-05-23 | cam: event_loop: Rename addEvent to addFdEvent | Eric Curtin |
2022-05-22 | cam: Use script parser to set controls | Jacopo Mondi |
2022-05-22 | cam: Queue requests through CameraSession::queueRequest() | Jacopo Mondi |
2022-05-22 | cam: Add a parser for capture scripts | Jacopo Mondi |
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-25 | cam: Fix indentation in meson.build | Laurent Pinchart |
2022-02-21 | cam: Use structured bindings in range-based for loops | Nejc Galof |
2022-02-08 | cam: kms_sink: Use the first suitable pipeline found | Eric Curtin |
2021-12-04 | libcamera: base: shared_fd: Rename fd() to get() | Laurent Pinchart |
2021-11-24 | cam: Convert to pragma once | Kieran Bingham |
2021-10-15 | cam: Remove using namespace in stream_options.h | Hirokazu Honda |
2021-10-15 | cam: Drop frames once the capture limit is reached | Laurent Pinchart |
2021-10-15 | cam: Pass stream names to FileSink | Laurent Pinchart |
2021-10-15 | cam: Rename CameraSession::streamName_ to streamNames_ | Laurent Pinchart |
2021-10-05 | cam: kms_sink: Print display pipeline configuration | Laurent Pinchart |
2021-09-07 | cam: drm: Avoid importing the same dmabuf multiple times | Laurent Pinchart |
2021-09-07 | cam: drm: Set per-plane offsets when creating DRM frame buffer | Laurent Pinchart |
2021-09-07 | cam: drm: Support per-plane stride values | Laurent Pinchart |
2021-09-07 | cam: file_sink: Use Image class to access pixel data | Laurent Pinchart |
2021-09-07 | cam: Add Image class | Laurent Pinchart |
2021-09-07 | libcamera: framebuffer: Prevent modifying the number of metadata planes | Laurent Pinchart |
2021-08-30 | cam: file_sink: Use offset in mapping FrameBuffer | Hirokazu Honda |
2021-08-05 | cam: Add support for viewfinder through DRM/KMS | Laurent Pinchart |
2021-08-05 | cam: kms_sink: Enable display on first frame | Laurent Pinchart |
2021-08-05 | cam: Add KMS sink class | Laurent Pinchart |
2021-08-05 | cam: Add DRM helper classes | Laurent Pinchart |
2021-08-05 | cam: Rename BufferWriter to FileSink | Laurent Pinchart |
2021-08-05 | cam: Turn BufferWriter into a FrameSink | Laurent Pinchart |
2021-08-05 | cam: Add FrameSink base class | Laurent Pinchart |
2021-08-05 | cam: event_loop: Add support for file descriptor events | Laurent Pinchart |
2021-07-27 | cam: options: Restore std::cerr adjustment field | Laurent Pinchart |
2021-07-23 | cam: Initialize CamApp::loopUsers_ | Laurent Pinchart |
2021-07-22 | cam: Support using multiple cameras concurrently | Laurent Pinchart |
2021-07-22 | cam: Add camera index to file name of capture frames | Laurent Pinchart |
2021-07-22 | cam: Make camera-related options sub-options of OptCamera | Laurent Pinchart |
2021-07-22 | cam: Allow specifying directories in the --file option | Laurent Pinchart |
2021-07-22 | cam: Reorganize run() function and merge the two event loops | Laurent Pinchart |
2021-07-22 | cam: Move session_ member variable to a local variable in run() function | Laurent Pinchart |