summaryrefslogtreecommitdiff
path: root/src/libcamera/include
AgeCommit message (Expand)Author
2019-06-19libcamera: Introduce V4L2Device base classJacopo Mondi
2019-06-19libcamera: Rename V4L2Device to V4L2VideoDeviceJacopo Mondi
2019-06-19libcamera: v4l2_device: Add enumeration of pixelformats and frame sizesNiklas Söderlund
2019-06-19libcamera: v4l2_subdevice: Replace FormatEnum with ImageFormatsNiklas Söderlund
2019-06-19libcamera: v4l2_subdevice: Rework enumPadSizes()Niklas Söderlund
2019-06-19libcamera: v4l2_subdevice: Breakout mbus code enumerationNiklas Söderlund
2019-06-19libcamera: formats: Add ImageFormatsNiklas Söderlund
2019-06-10libcamera: pipeline_handler: Optimise factory implementationLaurent Pinchart
2019-06-05libcamera: ipa_manager: implement class for managing IPA modulesPaul Elder
2019-06-05libcamera: ipa_module: match IPA module with pipeline handlerPaul Elder
2019-06-05libcamera: ipa_module: allow instantiation of IPAInterfacePaul Elder
2019-06-05libcamera: pipeline: add namePaul Elder
2019-06-02libcamera: v4l2_device: Add META support in g/s_fmtJacopo Mondi
2019-06-02libcamera: v4l2_device: Add support for META_OUTPUTJacopo Mondi
2019-05-23libcamera: camera: Return a pointer from generateConfiguration()Laurent Pinchart
2019-05-23libcamera: Refactor the camera configuration storage and APILaurent Pinchart
2019-05-23libcamera: Use stream roles directly instead of StreamUsageLaurent Pinchart
2019-05-23libcamera: camera: Rename configureStreams() and streamConfiguration()Laurent Pinchart
2019-05-21libcamera: ipa_module: add IPA shared library modulePaul Elder
2019-05-17libcamera: pipeline_handler: Add functions to lock a whole pipelineNiklas Söderlund
2019-05-17libcamera: pipeline_handler: Keep track of MediaDeviceNiklas Söderlund
2019-05-17libcamera: media_device: Add functions to lock device for other processesNiklas Söderlund
2019-05-17libcamera: media_device: Make open() and close() privateNiklas Söderlund
2019-05-17libcamera: media_device: Handle media device fd in acquire() and release()Niklas Söderlund
2019-05-03libcamera: device_enumerator: add DeviceEnumeratorSysfs classPaul Elder
2019-04-30libcamera: Use the Size class through libcameraLaurent Pinchart
2019-04-27libcamera: Make libudev optionalLaurent Pinchart
2019-04-26libcamera: log: Add a LogInvalid entry to LogSeverityLaurent Pinchart
2019-04-26libcamera: Correct struct forward declarationsLaurent Pinchart
2019-04-19libcamera: Include header related to source file firstLaurent Pinchart
2019-04-18libcamera: camera_sensor: Add a new class to model a camera sensorLaurent Pinchart
2019-04-18libcamera: v4l2_subdevice: Add method to retrieve the media entityLaurent Pinchart
2019-04-18libcamera: v4l2_subdevice: Close subdevice when destroyedLaurent Pinchart
2019-04-18libcamera: utils: Add set_overlap() functionLaurent Pinchart
2019-04-18libcamera: log: Mark Loggable::_log() methods as constLaurent Pinchart
2019-04-17libcamera: camera: Pass the stream set to allocate/freeBuffers()Jacopo Mondi
2019-04-14libcamera: pipeline_handler: Add missing forward declaration of StreamUsageNiklas Söderlund
2019-04-09libcamera: Switch to CameraConfigurationNiklas Söderlund
2019-04-05libcamera: camera: Add support for stream usagesNiklas Söderlund
2019-04-05libcamera: Make geometry.h a public headerNiklas Söderlund
2019-04-03libcamera: geometry: Add Size structureJacopo Mondi
2019-04-03libcamera: geometry: Add 0-initialized SizeRange constructorJacopo Mondi
2019-04-03libcamera: utils: Use internal secure_getenv() implementationKieran Bingham
2019-04-03libcamera: utils: Use internal basename implementation.Kieran Bingham
2019-04-02libcamera: v4l2_subdevice: Create device from entity nameJacopo Mondi
2019-04-02libcamera: v4l2_device: Create device from entity nameJacopo Mondi
2019-04-02libcamera: v4l2_subdevice: Rename deviceName() methodJacopo Mondi
2019-04-02libcamera: geometry: Add toString to RectangleJacopo Mondi
2019-04-02libcamera: formats: Define FormatEnum typeJacopo Mondi
2019-04-02libcamera: formats: Add toString() methodsJacopo Mondi