summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-03-27libcamera: stream: Add StillCaptureRaw roleNiklas Söderlund
2020-03-27libcamera: v4l2PixelFormat: Replace hex with fourCCKaaira Gupta
2020-03-26qcam: Print whole stream configuration when adjustedLaurent Pinchart
2020-03-25libcamera: Make pipeline handlers selectable at compile timeLaurent Pinchart
2020-03-25ipa: Move vimc to a subdirectoryLaurent Pinchart
2020-03-25libcamera: pipeline: Move uvcvideo and vimc to subdirectoriesLaurent Pinchart
2020-03-24qcam: main_window: Prefer stream formats that don't require conversionLaurent Pinchart
2020-03-24qcam: viewfinder: Report the natively supported pixel formatsLaurent Pinchart
2020-03-24qcam: viewfinder: Print message to report format converter usageLaurent Pinchart
2020-03-24qcam: viewfinder: Add support for more native formatsLaurent Pinchart
2020-03-24qcam: viewfinder: Display icon when stopping captureLaurent Pinchart
2020-03-24qcam: viewfinder: Avoid memory copy when conversion isn't neededLaurent Pinchart
2020-03-24qcam: viewfinder: Reorder methods to match header fileLaurent Pinchart
2020-03-24qcam: viewfinder: Use PixelFormat default constructorLaurent Pinchart
2020-03-24qcam: viewfinder: Embed QImage in ViewFinderLaurent Pinchart
2020-03-24qcam: viewfinder: Make the viewfinder hold a reference to a bufferLaurent Pinchart
2020-03-24qcam: viewfinder: Move multi-planar check into viewfinderLaurent Pinchart
2020-03-24qcam: viewfinder: Add MappedBuffer to store memory mapping informationLaurent Pinchart
2020-03-24qcam: Use Qt qInfo() and qWarning() logging facilitiesLaurent Pinchart
2020-03-24qcam: main_window: Remove unneeded debug messageLaurent Pinchart
2020-03-24qcam: main_window: Document functions and reorganize member dataLaurent Pinchart
2020-03-24qcam: main_window: Don't print message when saving a pictureLaurent Pinchart
2020-03-24qcam: main_window: Add shortcuts for toolbar actionsLaurent Pinchart
2020-03-24qcam: main_window: Use icons from system icon themeLaurent Pinchart
2020-03-24qcam: main_window: Replace start and stop actions with a toggle actionLaurent Pinchart
2020-03-24qcam: main_window: Move capture event processing to main threadLaurent Pinchart
2020-03-24qcam: main_window: Move request queuing to a separate functionLaurent Pinchart
2020-03-24qcam: Use QSize through the code baseLaurent Pinchart
2020-03-24qcam: Ensure headers are self-containedLaurent Pinchart
2020-03-24qcam: Remove custom event dispatcherLaurent Pinchart
2020-03-24libcamera: v4l2_videodevice: Add support for all 32-bit ARGB formatsLaurent Pinchart
2020-03-24cam: main: Cache lookup of role propertyLaurent Pinchart
2020-03-23libcamera: v4l2_device: Enable enumeration of U8 controlsJacopo Mondi
2020-03-23libcamera: v4l2_controls: Support U8 array controlsJacopo Mondi
2020-03-23libcamera: v4l2_device: Support reading U8 array controlsJacopo Mondi
2020-03-23libcamera: v4l2_device: Support writing array U8 controlsJacopo Mondi
2020-03-23libcamera: v4l2_controls: Cache query control informationJacopo Mondi
2020-03-23libcamera: controls: Add zero-copy set API for ControlValueLaurent Pinchart
2020-03-23libcamera: device_enumerator: Convey device ownership through unique_ptrLaurent Pinchart
2020-03-23libcamera: device_enumerator_udev: Update pending list in addUdevDeviceLaurent Pinchart
2020-03-23libcamera: thread: Order headers alphabeticallyLaurent Pinchart
2020-03-23libcamera: device_enumerator_udev: Don't add media device twiceLaurent Pinchart
2020-03-23Revert "libcamera: controls: Don't over-optimize ControlValue layout"Laurent Pinchart
2020-03-21libcamera: device_enumerator: Remove '\todo' as it is completedKaaira Gupta
2020-03-20libcamera: controls: Don't over-optimize ControlValue layoutLaurent Pinchart
2020-03-20libcamera: controls: Move ControlValue size check to controls.cppLaurent Pinchart
2020-03-20libcamera: controls: Add support for string controlsLaurent Pinchart
2020-03-20libcamera: controls: Rename ControlRange to ControlInfoLaurent Pinchart
2020-03-20libcamera: controls: Name all ControlInfoMap instance variables infoMapLaurent Pinchart
2020-03-20cam: Print one property per lineJacopo Mondi