Age | Commit message (Expand) | Author |
2024-12-04 | libcamera: mali-c55: Enable usage of scaler | Jacopo Mondi |
2024-12-04 | libcamera: mali-c55: Enable links between resizer and video node | Daniel Scally |
2024-12-04 | libcamera: mali-c55: Correct input/output format representation | Daniel Scally |
2024-12-04 | libcamera: mali-c55: Propagate CSI-2 format to ISP | Jacopo Mondi |
2024-12-04 | libcamera: bayer_format: Add 20-bit bayer formats | Daniel Scally |
2024-12-04 | libcamera: v4l2-subdevice: Add Mali C55 media bus formats | Jacopo Mondi |
2024-12-04 | libcamera: mali-c55: Add stride and size to rawConfig | Daniel Scally |
2024-12-04 | libcamera: mali-c55: Remove MaliC55CameraData::mbusCodes() | Daniel Scally |
2024-12-04 | libcamera: mali-c55: Simplify bufferReady() | Daniel Scally |
2024-12-04 | libcamera: mali-c55: Init camera properties | Daniel Scally |
2024-12-04 | libcamera: mali-c55: Limit ISP input size | Jacopo Mondi |
2024-12-04 | libcamera: mali-c55: Limit max size to sensor resolution | Jacopo Mondi |
2024-12-03 | libipa: Drop Matrix class | Stefan Klug |
2024-12-03 | rkisp1: Use Matrix class from libcamera | Stefan Klug |
2024-12-03 | libipa: Use Matrix class from libcamera | Stefan Klug |
2024-12-03 | ipa: rpi: ccm: Replace local matrix implementation with the libcamera one | Stefan Klug |
2024-12-03 | libcamera: internal: Add Matrix class to build | Stefan Klug |
2024-12-03 | libcamera: internal: matrix: Replace vector with array in constructor | Stefan Klug |
2024-12-03 | libcamera: internal: Move Matrix class into libcamera namespace | Stefan Klug |
2024-12-03 | libcamera: Copy Matrix class from libipa to libcamera | Stefan Klug |
2024-12-03 | ipa: rpi: Rename Matrix to Matrix3x3 | Stefan Klug |
2024-12-03 | libcamera: software_isp: Actually apply black level from tuning data | Milan Zamazal |
2024-11-29 | qcam: Use pointer when choosing camera | Stanislaw Gruszka |
2024-11-29 | libcamera: software_isp: Remove unused IPAActiveState fields | Stanislaw Gruszka |
2024-11-29 | libcamera: software_isp: Initialize exposure+gain before agc calculations | Stanislaw Gruszka |
2024-11-29 | libcamera: libipa: camera_sensor: Add GalaxyCore gc08a3 sensor properties | Harvey Yang |
2024-11-29 | libcamera: libipa: camera_sensor: Add GalaxyCore gc05a2 sensor properties | Harvey Yang |
2024-11-28 | libcamera: add method to set thread affinity | Han-Lin Chen |
2024-11-28 | libcamera: Extend u16 control type | Yudhistira Erlandinata |
2024-11-28 | libcamera: Extend u32 control type | Yudhistira Erlandinata |
2024-11-28 | debayer_cpu: Replace syncing DMABUFs with DmaSyncer | Harvey Yang |
2024-11-28 | DmaBufAllocator: Add Dma Buffer synchronization function & helper class | Harvey Yang |
2024-11-28 | libcamera: v4l2_videodevice: Clarify V4L2M2MDevice | Jacopo Mondi |
2024-11-27 | treewide: Avoid some copies in range-based for loops | Barnabás Pőcze |
2024-11-27 | libcamera: Don't copy `StreamConfiguration` when iterating | Barnabás Pőcze |
2024-11-27 | libcamera: pipelines: Draw control delays from CameraSensor properties | Daniel Scally |
2024-11-27 | libcamera: camera_sensor_properties: Add sensor control delays | Daniel Scally |
2024-11-26 | ipa: rkisp1: awb: Expand comment | Laurent Pinchart |
2024-11-26 | ipa: rkisp1: awb: Use Vector and Matrix for linear algebra | Laurent Pinchart |
2024-11-26 | ipa: rkisp1: awb: Use RGB class to store colour gains | Laurent Pinchart |
2024-11-26 | ipa: libipa: colour: Use Vector and Matrix for linear algebra | Laurent Pinchart |
2024-11-26 | ipa: libipa: colour: Use the RGB class to model RGB values | Laurent Pinchart |
2024-11-26 | ipa: ipu3: awb: Replace Awb::RGB class with ipa::RGB | Laurent Pinchart |
2024-11-26 | ipa: libipa: vector: Add sum() function | Laurent Pinchart |
2024-11-26 | ipa: libipa: vector: Add element-wise min() and max() functions | Laurent Pinchart |
2024-11-26 | ipa: libipa: vector: Add compound assignment operators | Laurent Pinchart |
2024-11-26 | ipa: libipa: vector: Add missing binary arithemtic operators | Laurent Pinchart |
2024-11-26 | ipa: libipa: vector: Generalize arithmetic operators | Laurent Pinchart |
2024-11-26 | ipa: libipa: vector: Rename the dot product operator*() to dot() | Laurent Pinchart |
2024-11-26 | ipa: libipa: vector: Add scalar constructor | Laurent Pinchart |