index
:
libcamera/libcamera.git
master
libcamera official repository
git repository hosting on libcamera.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
v4l2_subdevice
Age
Commit message (
Expand
)
Author
2020-07-08
libcamera: Use Size::isNull()
Laurent Pinchart
2020-06-08
test: v4l2_subdevice: list_formats: Port to use utils::hex() output helper
Umang Jain
2020-05-16
libcamera: Move internal headers to include/libcamera/internal/
Laurent Pinchart
2020-05-13
licenses: License all meson files under CC0-1.0
Laurent Pinchart
2019-11-08
libcamera: Remove unneeded semicolons
Laurent Pinchart
2019-10-23
libcamera: Standardise on C compatibility headers
Laurent Pinchart
2019-06-19
libcamera: v4l2_subdevice: Replace FormatEnum with ImageFormats
Niklas Söderlund
2019-05-25
tests: list_formats: Fix argument names and add const
Niklas Söderlund
2019-05-23
meson: Create and use a dependency for libcamera and its headers
Laurent Pinchart
2019-05-23
meson: Fix coding style in meson.build files
Laurent Pinchart
2019-05-17
libcamera: media_device: Open and close media device inside populate()
Niklas Söderlund
2019-05-17
libcamera: Always check return value of MediaDevice::acquire()
Niklas Söderlund
2019-04-30
libcamera: Use the Size class through libcamera
Laurent Pinchart
2019-04-26
test: v4l2_subdevice: Remove std::move() that prevents copy elision
Laurent Pinchart
2019-04-18
libcamera: v4l2_subdevice: Add method to retrieve the media entity
Laurent Pinchart
2019-04-18
libcamera: geometry: Use Size to store min and max in SizeRange
Laurent Pinchart
2019-04-05
libcamera: Make geometry.h a public header
Niklas Söderlund
2019-04-02
libcamera: v4l2_subdevice: Rename deviceName() method
Jacopo Mondi
2019-03-02
test: v4l2_subdevice: Add ListFormat test
Jacopo Mondi
2019-03-01
test: v4l2_subdevice: Add format handling test
Jacopo Mondi