summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-08test: v4l2_subdevice: list_formats: Port to use utils::hex() output helperUmang Jain
2020-06-08v4l2: v4l2_camera_proxy: Fix segfault on restarting streamsPaul Elder
2020-06-08v4l2: v4l2_compat: Add eventfd signaling to support pollingPaul Elder
2020-06-08v4l2: v4l2_camera_proxy: Don't return -EINVAL for zero sizeimage in REQBUFSPaul Elder
2020-06-08v4l2: v4l2_camera_proxy: Acquire only one buffer semaphore on VIDIOC_DQBUFPaul Elder
2020-06-08v4l2: v4l2_camera_proxy: Fix bounds check for VIDIOC_ENUM_FMTPaul Elder
2020-06-08libcamera: IPAManager: remove instance() and make createIPA() staticPaul Elder
2020-06-08libcamera: IPAManager: make IPAManager lifetime explicitly managedPaul Elder
2020-06-07libcamera: ipa_module: Fix implicit sign-extension in elfSectionUmang Jain
2020-06-07libcamera: ipa_module: Share code to find section header of ELF headerUmang Jain
2020-06-06libcamera: pixel_format: Make PixelFormat usable as a constexprLaurent Pinchart
2020-06-06libcamera: Rename header guards for internal headersLaurent Pinchart
2020-06-06libcamera: Replace C++ comments with C commentsLaurent Pinchart
2020-06-06libcamera: Rename pixelformats.{cpp,h} to pixel_format.{cpp,h}Laurent Pinchart
2020-06-05libcamera: raspberrypi: Align include guardNiklas Söderlund
2020-06-05libcamera: Mark logPrefix() implementations with overrideLaurent Pinchart
2020-06-05libcamera: ipa_context_wrapper: Fix typo in commentsPaul Elder
2020-06-05libcamera: camera: Order parameter documentation correctlyMarvin Schmidt
2020-06-05libcamera: ipa_module: Fix typo in function descriptionMarvin Schmidt
2020-06-05docs: Markup LD_PRELOAD as codeMarvin Schmidt
2020-06-05docs: coding-style: Change full stop to colonMarvin Schmidt
2020-06-05docs: Remove trailing whitespaceMarvin Schmidt
2020-06-05docs: Remove stray HTML tagsMarvin Schmidt
2020-06-04libcamera: pipeline: vimc: Remove unsupportable formatKieran Bingham
2020-06-04libcamera: pipeline: vimc: Skip unsupported formatsKieran Bingham
2020-06-04libcamera: camera: Return -EINVAL if any stream is null while configure()Umang Jain
2020-06-04test: log: log_api: Close open fds on error pathsUmang Jain
2020-06-04test: log: log_process: Close open fds on error pathsUmang Jain
2020-06-04pipeline: raspberrypi: Fix for staggered write on resetNaushir Patuck
2020-06-04libcamera: pipeline: vimc: Use appropriate media bus formatLaurent Pinchart
2020-06-04libcamera: camera: Drop full stop from \returnJacopo Mondi
2020-06-04android: hal_manager: Do not hardcode propertiesJacopo Mondi
2020-06-04android: hal_manager: Report supported API versionJacopo Mondi
2020-06-04android: camera_device: Provide log prefixJacopo Mondi
2020-06-02test: Fixed the compilation issueMadhavan Krishnan
2020-06-02libcamera: Declare functions before variables in class definitionsLaurent Pinchart
2020-05-28qcam: viewfinder: Use correct DRM/QImage mappingsKieran Bingham
2020-05-28v4l2: Relicense V4L2 compatibility layer under LGPLLaurent Pinchart
2020-05-22libcamera: pipeline: simple: Add scaling supportLaurent Pinchart
2020-05-22libcamera: pipeline: simple: converter: Add scaling supportLaurent Pinchart
2020-05-22libcamera: pipeline: simple: Add stride supportLaurent Pinchart
2020-05-22libcamera: geometry: Set steps to 0 in default SizeRange constructorLaurent Pinchart
2020-05-21libcamera: raspberry: Fix segfault in ~RPiCameraData()Jacopo Mondi
2020-05-21libcamera: camera_sensor: Update properties parsingJacopo Mondi
2020-05-21include: linux: Update v4l2 ctrls for propertiesJacopo Mondi
2020-05-19libcamera: v4l2_videodevice: Use FileDescriptor "fd move" constructorLaurent Pinchart
2020-05-19test: file-descriptor: Add "fd move" constructor testLaurent Pinchart
2020-05-19libcamera: file_descriptor: Implement move semantics for constructorLaurent Pinchart
2020-05-18(q)cam: Fix header guardsLaurent Pinchart
2020-05-18libcamera: v4l2_videodevice: Fix dangling file descriptorNaushir Patuck