Age | Commit message (Expand) | Author |
2022-08-03 | libcamera: pipeline: simple: Setup links in the context of sink entities | Laurent Pinchart |
2022-08-03 | libcamera: pipeline: simple: Reset routing table of subdevs | Jacopo Mondi |
2022-08-03 | libcamera: v4l2_subdevice: Add support for the V4L2 subdev routing API | Jacopo Mondi |
2022-08-03 | libcamera: v4l2_subdevice: Collect subdev capabilities | Jacopo Mondi |
2022-08-03 | libcamera: v4l2_subdevice: Change V4L2Subdevice::Whence | Jacopo Mondi |
2022-08-03 | include: linux: Add V4L2 subdev internal routing API | Laurent Pinchart |
2022-08-03 | libcamera: formats: Add AVUY8888 and XVUY8888 formats | Laurent Pinchart |
2022-08-03 | include: linux: Add V4L2 YUVA32 and YUVX32 pixel formats | Laurent Pinchart |
2022-08-03 | include: drm_fourcc: Add AVUY and XVUY 4:4:4 packet formats | Laurent Pinchart |
2022-08-03 | include: linux: Update kernel headers to version v5.19 | Laurent Pinchart |
2022-08-03 | libcamera: yaml_parser: Return nullopt on error | Jacopo Mondi |
2022-08-03 | libcamera: formats: Map V4L2_PIX_FMT_JPEG to formats::MJPEG | Jacopo Mondi |
2022-08-03 | libcamera: v4l2_videodevice: Match formats supported by the device | Jacopo Mondi |
2022-08-03 | libcamera: v4l2_pixelformat: Implement std::hash specialization | Laurent Pinchart |
2022-08-03 | libcamera: v4l2_pixelformat: Return the list of V4L2 formats | Jacopo Mondi |
2022-08-03 | libcamera: v4l2_videodevice: Reintroduce toV4L2PixelFormat() | Jacopo Mondi |
2022-08-03 | guides: pipeline handler: Remove rogue spaces | Jacopo Mondi |
2022-08-03 | libcamera: formats: Merge V4L2 single and multi formats | Jacopo Mondi |
2022-08-03 | libcamera: formats: Reimplement V4L2 PixelFormatInfo::info() | Jacopo Mondi |
2022-08-03 | utils: raspberrypi: ctt: dng_load_image: Work with DNG files from Picamera2 | William Vinnicombe |
2022-08-02 | utils: raspberrypi: ctt: Add alsc_only method | William Vinnicombe |
2022-08-02 | ipa: raspberrypi: Reset embedded data parser on configure | David Plowman |
2022-08-01 | test: yaml-parser: Test YamlObject::get(const T &defaultValue) | Laurent Pinchart |
2022-07-29 | ipa: raspberry: awb: Include <functional> | Jacopo Mondi |
2022-07-28 | ipa: raspberrypi: Add functional include to pwl.h | Eric Curtin |
2022-07-28 | libcamera: Drop unnecessary typename keyword used with std::enable_if_t | Laurent Pinchart |
2022-07-28 | ipa: raspberrypi: Remove unused Controller constructor | Naushir Patuck |
2022-07-28 | ipa: rkisp1: Add support of ColorProcessing control | Florian Sylvestre |
2022-07-28 | ipa: rkisp1: Add support of Filter control | Florian Sylvestre |
2022-07-28 | ipa: rkisp1: Add support of Defect Pixel Cluster Correction control | Florian Sylvestre |
2022-07-28 | ipa: rkisp1: Add support of Lens Shading Correction control | Florian Sylvestre |
2022-07-28 | ipa: rkisp1: Add support of Gamma Sensor Linearization control | Florian Sylvestre |
2022-07-28 | include: linux: Update rkisp1 kernel header for DPCC configuration | Florian Sylvestre |
2022-07-28 | libcamera: base: utils: Provide defopt to simplify std::optional::value_or() ... | Laurent Pinchart |
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-28 | ipa: raspberrypi: agc: Use YamlObject::getList() | Laurent Pinchart |
2022-07-28 | libcamera: yaml_parser: Add getList() function | Florian Sylvestre |
2022-07-28 | ipa: raspberrypi: Convert existing cameara tuning files to version 2.0 | Naushir Patuck |
2022-07-28 | utils: raspberrypi: Add tuning file conversion script | Naushir Patuck |
2022-07-28 | utils: raspberrypi: ctt: Output version 2.0 format tuning files | Naushir Patuck |
2022-07-28 | ipa: raspberrypi: Introduce version 2.0 format for the camera tuning file | Naushir Patuck |
2022-07-28 | ipa: raspberrypi: Use YamlParser to replace dependency on boost | Laurent Pinchart |
2022-07-28 | ipa: raspberrypi: Replace Fatal log by error propagation | Laurent Pinchart |
2022-07-28 | ipa: raspberrypi: Propagate errors from AGC metering tuning data read | Laurent Pinchart |
2022-07-28 | ipa: raspberrypi: Return an error code from Algorithm::read() | Laurent Pinchart |
2022-07-28 | ipa: raspberrypi: Replace tabs with spaces in tuning data files | Laurent Pinchart |
2022-07-28 | libcamera: yaml_parser: Preserve order of items in dictionary | Laurent Pinchart |
2022-07-28 | test: yaml-parser: Test dictionary items ordering | Laurent Pinchart |
2022-07-28 | libcamera: yaml_parser: Replace ok flag to get() with std::optional | Laurent Pinchart |