summaryrefslogtreecommitdiff
path: root/src/libcamera/v4l2_subdevice.cpp
AgeCommit message (Expand)Author
2021-06-25libcamera/base: Move extended base functionalityKieran Bingham
2021-06-25libcamera/base: Move utils to the base libraryKieran Bingham
2020-12-09libcamera: v4l2_subdevice: Return a unique pointer from fromEntityName()Laurent Pinchart
2020-07-23libcamera: v4l2_subdevice: Replace ImageFormats with a mapNiklas Söderlund
2020-06-15libcamera: v4l2subdev: Print mbus string instead of codeKaaira Gupta
2020-05-16libcamera: Move internal headers to include/libcamera/internal/Laurent Pinchart
2020-04-28libcamera: v4l2_subdevice: Add format informationJacopo Mondi
2020-04-28libcamera: v4l2_subdevice: Implement getSelection()Jacopo Mondi
2020-04-28libcamera: v4l2_subdevice: Expose setSelection()Jacopo Mondi
2020-04-26libcamera: geometry: Rename Rectangle fieldsJacopo Mondi
2020-04-15libcamera: v4l2_subdevice: Don't use doxygen \ref needlesslyLaurent Pinchart
2020-04-15libcamera: v4l2_subdevice: Extend [gs]etFormat() to specify format typeLaurent Pinchart
2020-03-19libcamera: geometry: Construct SizeRange from SizeLaurent Pinchart
2019-10-15libcamera: utils: Add hex stream output helperLaurent Pinchart
2019-06-19libcamera: Introduce V4L2Device base classJacopo Mondi
2019-06-19libcamera: Rename V4L2Device to V4L2VideoDeviceJacopo Mondi
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-04-30libcamera: Use the Size class through libcameraLaurent Pinchart
2019-04-19libcamera: Include header related to source file firstLaurent Pinchart
2019-04-19libcamera: Document documentation style and update the code accordinglyLaurent 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-05libcamera: Make geometry.h a public headerNiklas Söderlund
2019-04-02libcamera: v4l2_subdevice: Create device from entity nameJacopo Mondi
2019-04-02libcamera: v4l2_subdevice: Rename deviceName() methodJacopo Mondi
2019-04-02libcamera: formats: Define FormatEnum typeJacopo Mondi
2019-04-02libcamera: formats: Add toString() methodsJacopo Mondi
2019-03-02libcamera: v4l2_subdevice: Cosmetic updateJacopo Mondi
2019-03-02libcamera: v4l2_subdevice: Implement ENUM_FRAME_SIZESJacopo Mondi
2019-03-01libcamera: v4l2_subdevice: Update crop/compose rectangleJacopo Mondi
2019-03-01libcamera: v4l2_subdevice: Inherit from LoggableJacopo Mondi
2019-03-01libcamera: v4l2_subdevice: Store media entityJacopo Mondi
2019-02-27libcamera: align the documentation for numeric error codesNiklas Söderlund
2019-02-19libcamera: v4l2_subdevice: Fix S_SELECTION ioctl argumentJacopo Mondi
2019-02-13libcamera: v4l2_subdevice: Fix LOG usageKieran Bingham
2019-02-06libcamera: Add V4L2SubdeviceJacopo Mondi