Age | Commit message (Expand) | Author |
2022-09-05 | qcam: MainWindow: Replace cameraCombo_ with CameraSelectorDialog | Utkarsh Tiwari |
2022-09-05 | qcam: Support Hotplug for Camera Selection Dialog | Utkarsh Tiwari |
2022-09-05 | qcam: Use QDialog for selection of cameras at startup | Utkarsh Tiwari |
2022-09-02 | cam: capture_script: Check parseFrames() return value for errors | Daniel Semkowicz |
2022-09-02 | cam: Add Rectangle type parsing in capture script | Daniel Semkowicz |
2022-09-01 | qcam: viewfinder_gl: Take color space into account for YUV rendering | Laurent Pinchart |
2022-09-01 | qcam: Pass color space to ViewFinder::setFormat() | Laurent Pinchart |
2022-09-01 | pipeline: uvcvideo: Add color space support | Laurent Pinchart |
2022-09-01 | gstreamer: Provide colorimetry <> ColorSpace mappings | Rishikesh Donadkar |
2022-09-01 | tests: stream: Add a colorspace adjustment test | Umang Jain |
2022-09-01 | libcamera: color_space: Move color space adjustment to ColorSpace class | Umang Jain |
2022-09-01 | libcamera: colorspace: Rectify the ColorSpace::Srgb preset | Umang Jain |
2022-09-01 | libcamera: v4l2_videodevice: Improve toColorSpace() readability | Umang Jain |
2022-09-01 | libcamera: v4l2_device: Adjust colorspace based on pixel format | Umang Jain |
2022-09-01 | libcamera: v4l2_subdevice: Add color encoding for media bus formats | Umang Jain |
2022-08-31 | libcamera: request: Rename Private::reuse() to Private::reset() | Umang Jain |
2022-08-31 | libcamera: base: signal: Disable connect() for functor if args mismatch | Laurent Pinchart |
2022-08-31 | Documentation: Align Doxyfile.in style with doxygen | Laurent Pinchart |
2022-08-31 | Documentation: Strip default options and comments from Doxyfile.in | Laurent Pinchart |
2022-08-30 | ipa: rkisp1: lsc: Use double instead of float to accumulate vector of doubles | Marvin Schmidt |
2022-08-30 | ipa: rkisp1: Remove redundant call of std::string::c_str() | Marvin Schmidt |
2022-08-30 | ipa: ipu3: Remove redundant call of std::string::c_str() | Marvin Schmidt |
2022-08-30 | test: camera: Remove redundant call of std::string::c_str() | Marvin Schmidt |
2022-08-30 | libcamera: media_device: Fix \sa tags for MediaDevice::link | Marvin Schmidt |
2022-08-30 | utils: rkisp1: gen-csc-table: Specify coefficients with full precision | Laurent Pinchart |
2022-08-30 | libcamera: pipeline: rkisp1: Implement color space support | Laurent Pinchart |
2022-08-26 | utils: rkisp1: Add script to generate CSC coefficients | Laurent Pinchart |
2022-08-26 | cam: Add color space support | Laurent Pinchart |
2022-08-26 | test: Add a ColorSpace test | Laurent Pinchart |
2022-08-26 | libcamera: color_space: Add fromString() function | Laurent Pinchart |
2022-08-26 | libcamera: color_space: Reorder members in the same order as the header | Laurent Pinchart |
2022-08-26 | utils: Satisfy LegacyInputIterator with StringSplitter::iterator | Laurent Pinchart |
2022-08-25 | libcamera: color_space: Rename Jpeg to Sycc | Laurent Pinchart |
2022-08-25 | libcamera: ipu3: Use std::max() instead of expandTo() to get the max resolution | Han-Lin Chen via libcamera-devel |
2022-08-25 | libcamera: Use const reference for range loops | Christian Rauch via libcamera-devel |
2022-08-24 | gstreamer: Add support for additional RGB formats | Laurent Pinchart |
2022-08-21 | ipa: rkisp1: Add support of Denoise Pre-Filter control | Florian Sylvestre |
2022-08-21 | ipa: rkisp1: Add enable field for LSC algorithm in IPA context | Florian Sylvestre |
2022-08-21 | ipa: rkisp1: Add enable field for AWB algorithm in IPA context | Florian Sylvestre |
2022-08-21 | libcamera: yaml_parser: De-duplicate common code in YamlObject::get() | Laurent Pinchart |
2022-08-21 | libcamera: yaml_parser: Enable YamlObject::get() for int8_t and uint8_t | Laurent Pinchart |
2022-08-21 | libcamera: yaml_parser: Fix bounds checking for 16-bit YamlObject::get() | Laurent Pinchart |
2022-08-21 | test: yaml-parser: Test out-of-range checks on integer parsing | Laurent Pinchart |
2022-08-21 | test: yaml-parser: Centralize integer parse checks | Laurent Pinchart |
2022-08-21 | test: yaml-parser: Simplify code by centralizing parse error checks | Laurent Pinchart |
2022-08-21 | libcamera: pipeline: rkisp1: Remove unused assignment | Christian Rauch |
2022-08-21 | libcamera: Remove unused headers | Christian Rauch |
2022-08-20 | libcamera: v4l2: Set colorspace flags | Umang Jain |
2022-08-19 | ipa: rkisp1: Add manual color gains | Paul Elder |
2022-08-19 | py: Switch to non-blocking eventfd | Tomi Valkeinen |