summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-04-15libcamera: v4l2_videodevice: Map V4L2_PIX_FMT_GREY to DRM FourCCLaurent Pinchart
2020-04-15libcamera: v4l2_videodevice: Downgrade 4CC conversion errors to warningsLaurent Pinchart
2020-04-15libcamera: v4l2_videodevice: Expose the device capabilitiesLaurent Pinchart
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-04-15libcamera: utils: Add string join functionLaurent Pinchart
2020-04-14libcamera: ipa: Remove IPAModuleInfo license fieldLaurent Pinchart
2020-04-14libcamera: ipa_manager: Verify IPA module signatureLaurent Pinchart
2020-04-14libcamera: ipa_manager: Embed IPA module signing public keyLaurent Pinchart
2020-04-14libcamera: Add PubKey classLaurent Pinchart
2020-04-14libcamera: ipa_module: Load IPA module signatureLaurent Pinchart
2020-04-14libcamera: ipa_module: Use Span class to tie data and sizeLaurent Pinchart
2020-04-14libcamera: ipa_module: Simplify error handling in loadIPAModuleInfo()Laurent Pinchart
2020-04-14libcamera: Add File helper classLaurent Pinchart
2020-04-14libcamera: Add IPA module signing infrastructureLaurent Pinchart
2020-04-14ipa: vimc: Remove isolated VIMC IPA moduleLaurent Pinchart
2020-04-14libcamera: ipa_manager: Proxy open-source IPAs to a threadLaurent Pinchart
2020-04-14libcamera: pipeline: vimc: Call IPA start() and stop()Niklas Söderlund
2020-04-14libcamera: pipeline: rkisp1: Call IPA start() and stop()Niklas Söderlund
2020-04-14libcamera: pipeline: rkisp1: Do not try to process cancelled framesNiklas Söderlund
2020-04-14libcamera: pipeline: rkisp1: Add clear() to RkISP1FramesNiklas Söderlund
2020-04-14libcamera: pipeline: rkisp1: Initialize IPANiklas Söderlund
2020-04-14libcamera: pipeline: rkisp1: Queue parameters even if they are not readyNiklas Söderlund
2020-04-14ipa: Add start() and stop() operationsNiklas Söderlund
2020-04-04libcamera: pixelformats: Replace set of modifiers with single valueKaaira Gupta
2020-03-29libcamera: pipeline: ipu3: Fix compilation on gcc 5 and 6Laurent Pinchart
2020-03-27libcamera: ipu3: Add support for a RAW still capture streamNiklas Söderlund
2020-03-27libcamera: ipu3: Do not unconditionally queue buffers to CIO2Niklas Söderlund
2020-03-27libcamera: FrameBuffer: Add a setRequest() interfaceNiklas Söderlund
2020-03-27libcamera: FrameBuffer: Add a method to copy buffer contentNiklas Söderlund
2020-03-27cam: Add option to capture StillCaptureRaw streamNiklas Söderlund
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