Age | Commit message (Expand) | Author |
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 | 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 | 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 | libcamera: yaml_parser: Replace ok flag to get() with std::optional | Laurent Pinchart |
2022-07-27 | ipa: raspberrypi: agc: Fix log message prefixes | Naushir Patuck |
2022-07-27 | ipa: raspberrypi: Remove #define constants | Naushir Patuck |
2022-07-27 | ipa: raspberryip: Remove all exception throw statements | Naushir Patuck |
2022-07-27 | raspberrypi: Update Copyright statement in all Raspberry Pi source files | Naushir Patuck |
2022-07-27 | ipa: raspberrypi: Rename header files from *.hpp to *.h | Naushir Patuck |
2022-07-27 | ipa: raspberrypi: Remove extern "C" declarations | Naushir Patuck |
2022-07-27 | ipa: raspberrypi: Change to C style code comments | Naushir Patuck |
2022-07-27 | ipa: raspberrypi: Code refactoring to match style guidelines | Naushir Patuck |
2022-07-27 | libcamera: camera: Fix documentation typo | Umang Jain |
2022-07-26 | libcamera: Correctly report enabled ipa modules | Quentin Schulz |
2022-07-25 | android: camera_capabilities: Adjust minimum frame duration to match FPS | Han-Lin Chen |
2022-07-25 | android: camera_capabilities: Add (1600x1200) and (1280x960) resolutions | Han-Lin Chen |
2022-07-24 | android: exif: Fix thumbnail buffer lifetime | Cheng-Hao Yang |
2022-07-22 | qcam: assets: shader: bayer_8.frag: Add precision | Kunal Agarwal |
2022-07-22 | ipa: rkisp1: Transfer queueRequest() call to each algorithm | Florian Sylvestre |
2022-07-22 | ipa: libipa: algorithm: Add queueRequest() to the Algorithm class | Florian Sylvestre |
2022-07-22 | pipeline: raspberrypi: Improve image/embedded buffer matching logic | Naushir Patuck |
2022-07-21 | libcamera: pipeline: simple: converter: Handle unsupported input format | Xavier Roumegue |
2022-07-20 | ipa: rkisp1: Drop unnecessary forward declarations and includes | Laurent Pinchart |
2022-07-20 | libcamera: controls: Drop ControlList::contains() | Laurent Pinchart |
2022-07-20 | licamera: controls: Update ControlList::get() documentation | Laurent Pinchart |
2022-07-20 | licamera: controls: Drop unnecessary template qualifiers in documentation | Laurent Pinchart |
2022-07-20 | libcamera: Remove extra ':' after '\todo' | Laurent Pinchart |
2022-07-20 | pipeline: rkisp1: Support devices without self path | Paul Elder |
2022-07-19 | gstreamer: Be pedantic on srcpads access | Umang Jain |
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 |