summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-06-03pipeline: vimc: Don't hardcode scaling factor with recent kernelsLaurent Pinchart
2024-06-02libcamera: software_isp: Remove TODO about internal representationMilan Zamazal
2024-06-02libcamera: software_isp: Remove DebayerParams::kGain10Milan Zamazal
2024-06-02libcamera: software_isp: Move color mappings out of debayeringMilan Zamazal
2024-06-02libcamera: software_isp: Honor black level in AWBMilan Zamazal
2024-06-02libcamera: software_isp: Use a specific integer type for black levelMilan Zamazal
2024-05-31ipa: rkisp1: Add a helper to convert floating-point to fixed-pointPaul Elder
2024-05-27android: camera_capabilities: Fix GCC 14 warningBarnabás Pőcze
2024-05-27ipa: rpi: Make monoSensor() accessor constLaurent Pinchart
2024-05-21libcamera: yaml_parser: Avoid double lookup in `operator[]`Barnabás Pőcze
2024-05-21treewide: Query list of cameras just onceBarnabás Pőcze
2024-05-16ipa: rpi: Add accessor function for monoSensor_Naushir Patuck
2024-05-16ipa: rpi: Add HDR supportNaushir Patuck
2024-05-16libcamera: v4l2_subdevice: Add missing MEDIA_BUS_FMT_xxxx16_1X16 infoNaushir Patuck
2024-05-16libcamera: formats: Add PiSP specific image and config buffer formatsNaushir Patuck
2024-05-16libcamera: formats: Add RGB48 formatsNaushir Patuck
2024-05-14libcamera: camera_manager: Add environment variable to order pipelines matchJulien Vuillaumier
2024-05-14libcamera: pipeline: Add a get factory by name helperJulien Vuillaumier
2024-05-14libcamera: pipeline: Rename pipelines to a shorter nameJulien Vuillaumier
2024-05-14gstreamer: Use copied camera nameBarnabás Pőcze
2024-05-14gstreamer: Fix string memory leakBarnabás Pőcze
2024-05-13ipa: libipa: histogram: Fix documentation of constructorLaurent Pinchart
2024-05-09libcamera: Drop remaining file name from header comment blocksLaurent Pinchart
2024-05-09libcamera: Drop file name from header comment blocks in templatesLaurent Pinchart
2024-05-09ipa: rkisp1: agc: Fix histogram constructionPaul Elder
2024-05-09ipa: rpi: Fix for incorrectly reported max shutter speedNaushir Patuck
2024-05-09pipeline: rpi: Avoid duplicating size range for the same pixel formatDavid Plowman
2024-05-09ipa: libipa: histogram: Add transform parameter to constructorPaul Elder
2024-05-08libcamera: Drop file name from header comment blocksLaurent Pinchart
2024-05-08ipa: rkisp1: Remove bespoke Agc functionsDaniel Scally
2024-05-08ipa: rkisp1: Derive rkisp1::algorithms::Agc from AgcMeanLuminanceDaniel Scally
2024-05-08ipa: ipu3: Remove bespoke AGC functions from IPU3Daniel Scally
2024-05-08ipa: ipu3: Derive ipu3::algorithms::Agc from AgcMeanLuminanceDaniel Scally
2024-05-08ipa: libipa: Add AgcMeanLuminance base classDaniel Scally
2024-05-08ipa: libipa: Add ExposureModeHelperPaul Elder
2024-05-08ipa: libipa: Allow creation of empty HistogramDaniel Scally
2024-05-03apps: qcam: Use standard key sequence for quit actionLaurent Pinchart
2024-05-03libcamera: shared_mem_object: Fix compilation with uClibcLaurent Pinchart
2024-05-03libcamera: utils: Avoid infinite recursion with strtod()Laurent Pinchart
2024-05-03libcamera: libipa: camera_sensor: Add Sony IMX415 sensor propertiesAlexander Stein
2024-05-03apps: cam: Fix C++20 deprecation warningBarnabás Pőcze
2024-05-03libcamera: libipa: camera_sensor: Add Sony IMX335 sensor propertiesKieran Bingham
2024-05-03libcamera: libipa: camera_sensor: Add Sony IMX283 sensor propertiesKieran Bingham
2024-04-20android: camera_device: Always clear descriptors_ in stop()Anle Pan
2024-04-20libcamera: device_enumerator: Fix spell errorUmang Jain
2024-04-16libcamera: software_isp: Apply black level compensationMilan Zamazal
2024-04-16libcamera: debayer_cpu: Add BGR888 output supportHans de Goede
2024-04-16libcamera: debayer_cpu: Add support for 8, 10 and 12 bpp unpacked bayer inputHans de Goede
2024-04-16libcamera: swstats_cpu: Add support for 8, 10 and 12 bpp unpacked bayer inputHans de Goede
2024-04-16libcamera: pipeline: simple: Enable use of Soft ISP and Soft IPAAndrey Konovalov