aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ipa: raspberrypi: Fix default frame durations calculationHEADmasterNaushir Patuck2023-03-281-2/+2
* ipa: raspberrypi: Ensure shutter speed and gain are clipped in the AGCNaushir Patuck2023-03-282-18/+48
* ipa: raspberrypi: Use the new sensor limits fields in CameraModeNaushir Patuck2023-03-281-26/+11
* ipa: raspberrypi: Add sensor mode limits to CameraModeNaushir Patuck2023-03-282-1/+25
* libcamera: v4l2_device: openat(2) with O_CLOEXEC to cleanup after exec(3)Elias Naur2023-03-261-1/+2
* libcamera: camera: Ensure queued requests are invalidKieran Bingham2023-03-211-0/+5
* meson: libcamera: Report IPA signature methodKieran Bingham2023-03-211-0/+4
* ipa: libipa: Add OV2685 Camera Sensor HelperKieran Bingham2023-03-212-0/+29
* ipa: libipa: Add OV5647 Camera Sensor HelperKieran Bingham2023-03-211-0/+11
* py: cam: Fix demosaic overflow issueTomi Valkeinen2023-03-211-4/+2
* ipa: raspberrypi: Fix crash under LTODave Jones2023-03-212-6/+23
* meson: Fix git version parsingLaurent Pinchart2023-03-211-2/+2
* libcamera: base: Make the registration of log categories atomicNicolas Dufresne2023-03-211-0/+3
* meson: Align handling of build metadataMichael Riesch2023-03-091-4/+5
* libcamera: converter: Check converter validitySuhrid Subramaniam2023-03-092-2/+4
* ipa: raspberrypi: imx296: Minor tuning updatesDavid Plowman2023-03-072-34/+158
* ipa: raspberrypi: agc: Fix overflow in Y value calculationDavid Plowman2023-03-071-1/+1
* pipeline: raspberrypi: Iterate over all Unicam instances in match()Naushir Patuck2023-03-071-27/+40
* pipeline: raspberrypi: Add a Unicam timeout override config optionsNaushir Patuck2023-03-072-1/+24
* ipa: raspberrypi: Better heuristics for calculating Unicam timeoutNaushir Patuck2023-03-071-3/+42
* pipeline: ipa: raspberrypi: Change Unicam timeout handlingNaushir Patuck2023-03-073-10/+18
* ipa: rkisp1: lsc: Fix integer division errorJacopo Mondi2023-03-061-2/+2
* libcamera: camera_manager: Stop exponential explosive calls to createPipeline...Sophie Friedrich2023-03-061-2/+1
* Documentation: guides: pipeline-handler: Fix spelling errorAdvait Dhamorikar2023-03-061-1/+1
* libcamera: Keep using syslog for isolated IPA modulesMatthias Fend2023-03-011-1/+3
* utils: checkstyle.py: Don't run commit title checker on staged commitsPaul Elder2023-03-011-0/+5
* apps: Return std::optional<> from StreamKeyValueParser::parseRole()Barnabás Pőcze2023-02-142-29/+17
* pipeline: raspberrypi: Always use ColorSpace::Raw for raw streamsDavid Plowman2023-02-141-3/+2
* Documentation: Small typo fixPavel Machek2023-02-121-1/+1
* android: jpeg: Add JEA implementationHarvey Yang2023-02-096-1/+116
* android: jpeg: Pass StreamBuffer to Encoder::encoderHarvey Yang2023-02-094-10/+14
* android: jpeg: Add meson.build in src/android/jpegHarvey Yang2023-02-092-4/+9
* android: framebuffer: Add HALFrameBuffer and replace FrameBufferHarvey Yang2023-02-099-15/+72
* libcamera: framebuffer: Allow inheritance of FrameBufferHarvey Yang2023-02-091-1/+2
* libcamera: Remove transform from V4L2SubdeviceFormatJacopo Mondi2023-02-097-28/+19
* pipeline: raspberrypi: Drop unused codeLaurent Pinchart2023-02-091-13/+8
* pipeline: ipu3: Drop unused codeLaurent Pinchart2023-02-091-8/+0
* libcamera: camera_sensor: Fix typo in commentLaurent Pinchart2023-02-091-2/+2
* libcamera: camera_sensor: Demote flip support message to DebugLaurent Pinchart2023-02-091-1/+1
* libcamera: internal: tracepoints: Use correct include directiveUmang Jain2023-02-091-2/+2
* ipa: raspberrypi: Normalise region sums to 16-bitsNaushir Patuck2023-02-092-12/+17
* ipa: raspberrypi: Use the generic statistics structure in the algorithmsNaushir Patuck2023-02-0915-87/+121
* ipa: raspberrypi: awb: Delay release of the statistics bufferNaushir Patuck2023-02-091-5/+5
* ipa: raspberrypi: histogram: Add a constructor for an empty histogramNaushir Patuck2023-02-091-0/+5
* ipa: raspberrypi: Generalise statisticsNaushir Patuck2023-02-092-0/+199
* libcamera v0.0.4v0.0.4Kieran Bingham2023-01-311-1/+1
* pipeline: raspberrypi: Add a parameter to disable startup drop framesNaushir Patuck2023-01-312-2/+16
* pipeline: raspberrypi: Read config parameters from a fileNaushir Patuck2023-01-315-0/+92
* pipeline: raspberrypi: Reorder startup drop frame initialisationNaushir Patuck2023-01-311-15/+15
* pipeline: raspberrypi: Add a pipeline config structureNaushir Patuck2023-01-311-7/+46