summaryrefslogtreecommitdiff
path: root/include/libcamera/internal
AgeCommit message (Expand)Author
2021-03-23libcamera: device_enumerator: Remove unnecessary rvalue referencesHirokazu Honda
2021-03-12libcamera: delayed_controls: Remove unneeded write when starting upNaushir Patuck
2021-03-12libcamera: delayed_controls: Add notion of priority writeNaushir Patuck
2021-03-11libcamera: media_device: Add hwRevision methodDafna Hirschfeld
2021-03-08libcamera: camera_sensor: Cap resolution to max frame sizeJacopo Mondi
2021-03-08tracing: pipeline_handler: Queue RequestsKieran Bingham
2021-03-04libcamera: v4l2_device: Make fd() function constLaurent Pinchart
2021-03-03libcamera: camera_sensor: Use active area size as resolutionLaurent Pinchart
2021-02-21libcamera: camera: Constify controls argument to start()Laurent Pinchart
2021-02-16libcamera: IPAInterface: Replace C API with the new C++-only APIPaul Elder
2021-02-16libcamera: Add IPCPipe implementation based on unix socketPaul Elder
2021-02-16libcamera: Add IPCPipePaul Elder
2021-02-16libcamera: Add IPADataSerializerPaul Elder
2021-02-16libcamera: control_serializer: Save serialized ControlInfoMap in a cachePaul Elder
2021-02-12libcamera: MappedBuffer: Disable copy and assignmentKieran Bingham
2021-02-12libcamera: Utilise LIBCAMERA_DISABLE_COPYKieran Bingham
2021-02-12libcamera: media_object: Utilise LIBCAMERA_DISABLE_COPY_AND_MOVEKieran Bingham
2021-02-11meson: Fix coding style when declaring arraysLaurent Pinchart
2021-02-05libcamera: utils: Add reverse adapter for range-based loopLaurent Pinchart
2021-02-05libcamera: camera_sensor: Store Bayer pattern in class memberLaurent Pinchart
2021-02-05libcamera: camera_sensor: Add frame length limits to CameraSensorInfoNaushir Patuck
2021-02-04libcamera: bayer_format: Overload ==/!= operators for BayerFormatsSebastian Fricke
2021-02-04libcamera: bayer_format: Remove unnecessary constructorSebastian Fricke
2021-02-04libcamera: bayer_format: Add the fromV4L2PixelFormat functionSebastian Fricke
2021-01-29libcamera: camera_sensor: Expose the camera deviceNiklas Söderlund
2021-01-29libcamera: delayed_controls: Add helper for controls that apply with a delayNiklas Söderlund
2021-01-23libcamera: Rename wrong header guards for internal includesLaurent Pinchart
2021-01-18libcamera: camera_sensor: Initialize VIMC propertiesJacopo Mondi
2021-01-18libcamera: media_object: Add a const version of dev()Jacopo Mondi
2021-01-18libcamera: camera_sensor: Provide fall-back for sensor propertiesJacopo Mondi
2021-01-18libcamera: camera_sensor: Validate driver supportJacopo Mondi
2021-01-12libcamera: v4l2_videodevice: Track streaming stateKieran Bingham
2020-12-30libcamera: bayer_format: Add support for mbus codesJacopo Mondi
2020-12-28libcamera: pipeline_handler: Remove Camera pointer from CameraDataNiklas Söderlund
2020-12-28libcamera: pipeline_handler: Remove Camera argument from request handlingNiklas Söderlund
2020-12-27libcamera: Add missing internal include headers to meson.buildLaurent Pinchart
2020-12-14libcamera: Replace ARRAY_SIZE() with std::size()Laurent Pinchart
2020-12-09libcamera: v4l2_device: Return a unique pointer from fromEntityName()Laurent Pinchart
2020-12-09libcamera: v4l2_subdevice: Return a unique pointer from fromEntityName()Laurent Pinchart
2020-12-08libcamera: ipa: Pass a set of controls and return results from ipa::start()Naushir Patuck
2020-12-08libcamera: pipeline: Pass libcamera controls into pipeline_handler::start()Naushir Patuck
2020-12-07libcamera: camera_sensor: Break out properties initializationJacopo Mondi
2020-11-15libcamera: Move EventDispatcher to internal APILaurent Pinchart
2020-11-10libcamera: v4l2_device: Move start of frame detection to V4L2DeviceNiklas Söderlund
2020-11-07libcamera: v4l2_videodevice: Zero-initialize planes in V4L2DeviceFormatLaurent Pinchart
2020-11-05tracepoints: Add SPDX headers and copyright noticesPaul Elder
2020-11-03libcamera: request: Add tracepointsPaul Elder
2020-11-03libcamera: tracing: Implement tracing infrastructurePaul Elder
2020-10-23libcamera: Declare empty virtual destructors as defaultedLaurent Pinchart
2020-10-23libcamera: media_object: Remove unneeded destructorsLaurent Pinchart