summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-19ipc: ipa_data_serializer: Use cend() in deserializersPaul Elder
2022-10-18utils: ipc: Allow the skipHeader attribute on enumsPaul Elder
2022-10-18ipa: vimc: Add Flags to parametersPaul Elder
2022-10-18ipa: vimc: Add IPAOperationCode to init() parameter listPaul Elder
2022-10-18test: generated_serializer: Test Flags that is struct memberPaul Elder
2022-10-18utils: ipc: Add support for FlagsPaul Elder
2022-10-18libcamera: ipa_data_serializer: Add serializer for FlagsPaul Elder
2022-10-18utils: ipc: Add support for enums in function parametersPaul Elder
2022-10-18test: generated_serializer: Test enum that is struct memberPaul Elder
2022-10-18ipa: raspberrypi: Extract line length from the embedded data parserNaushir Patuck
2022-10-18ipa: raspberrypi: Allow full line length controlNaushir Patuck
2022-10-18ipa: raspberrypi: Add line length to DeviceStatusNaushir Patuck
2022-10-18ipa: raspberrypi: Add line length calculations helper functionsNaushir Patuck
2022-10-18ipa: raspberrypi: Add pixel clock rate to the CameraMode structureNaushir Patuck
2022-10-18pipeline: ipa: raspberrypi: Add HBLANK control to DelayedControlsNaushir Patuck
2022-10-18ipa: raspberrypi: Remove initialized_ field from CamHelperNaushir Patuck
2022-10-18ipa: raspberrypi: Pass lineLength into the CamHelper APINaushir Patuck
2022-10-18ipa: raspberrypi: Add minimum and maximum line length fields to CameraModeNaushir Patuck
2022-10-18camera_sensor: Add minimum and maximum line length to IPACameraSensorInfoNaushir Patuck
2022-10-17qcam: dng: Make TIFFTAG_CFAPATTERN variable countJean-Michel Hautbois via libcamera-devel
2022-10-15libcamera: v4l2_subdevice: Add JPEG_1X8 and BGR888_1X24 mbus formats to forma...Xavier Roumegue
2022-10-14libcamera v0.0.1v0.0.1Kieran Bingham
2022-10-13utils: Provide a release scriptKieran Bingham
2022-10-13utils: semver: Add version helperKieran Bingham
2022-10-13meson: Shared Object version handlingKieran Bingham
2022-10-13meson: Fix typoKieran Bingham
2022-10-10libcamera: v4l2_videodevice: Warn if bytesused == 0 when queuing output bufferLaurent Pinchart
2022-10-10pipeline: rkisp1: Set bytesused before queuing parameters bufferLaurent Pinchart
2022-10-10pipeline: ipu3: Set bytesused before queuing parameters bufferLaurent Pinchart
2022-10-10libcamera: framebuffer: Move remaining private data to Private classLaurent Pinchart
2022-10-10libcamera: base: utils: Drop defoptLaurent Pinchart
2022-10-10ipa: rkisp1: Drop use of utils::defoptLaurent Pinchart
2022-10-07ipa: raspberrypi: Remove unneeded Span castsLaurent Pinchart
2022-10-07libcamera: controls: Construct Span with size for array controlsLaurent Pinchart
2022-10-07utils: gen-controls: Improve YAML notation for variable-size array controlsLaurent Pinchart
2022-10-07utils: gen-controls: Factor out YAML data handling in classesLaurent Pinchart
2022-10-07libcamera: pipeline_handler: Implement factories through class templatesLaurent Pinchart
2022-10-07libcamera: pipeline_handler: Return unique_ptr from createInstanceLaurent Pinchart
2022-10-07libcamera: pipeline_handler: Make registerType() privateLaurent Pinchart
2022-10-07libcamera: pipeline_handler: Make factory create() function constLaurent Pinchart
2022-10-07ipa: camera_sensor_helper: Implement factories through class templatesLaurent Pinchart
2022-10-07ipa: camera_sensor_helper: Return unique_ptr from createInstanceLaurent Pinchart
2022-10-07ipa: camera_sensor_helper: Make registerType() and createInstance() privateLaurent Pinchart
2022-10-07ipa: camera_sensor_helper: Make factory createInstance() function constLaurent Pinchart
2022-10-07libcamera: camera_manager: Rename parameter to get()Laurent Pinchart
2022-10-07test: meson: Use dictionaries instead of arrays to store test informationLaurent Pinchart
2022-10-07test: Rename 't' to 'test' in meson.buildLaurent Pinchart
2022-10-07ipa: ipu3: Fix minor Doxygen issues in IPAFrameContextLaurent Pinchart
2022-10-05test: threads: Fix link failure due to missing dependencyLaurent Pinchart
2022-10-05ipa: raspberrypi: Fix the imx296 mono tuning black levelNaushir Patuck