summaryrefslogtreecommitdiff
path: root/drivers/media/v4l2loopback-master (follow)
Commit message (Collapse)AuthorAge
* msm: v4l2loopback: Fix clang compilation errorSwetha Chikkaboraiah2020-06-08
| | | | | | | | | Fix below compialtion error with clang logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]. Change-Id: I1dc1c5822f4d81bcc4e50e9aad5653de4189b60c Signed-off-by: Swetha Chikkaboraiah <schikk@codeaurora.org>
* media: v4l2loopback: fix for dereferenced errorLily Li2019-12-03
| | | | | | | | Found the code hasn't check whether some var is NULL before using it in v4l2loopback. Fix those issues. Change-Id: I559ed8c0978cf478ed713761b7bc7e3b21c09ff4 Signed-off-by: Lily Li <lali@codeaurora.org>
* msm: v4l2loopback: to resolve issues for kernel defconfigsE V Ravi2019-04-03
| | | | | | | | Enabling kernel defconfigs for v4l2loopback gives compilation issues, resolving them by these changes. Change-Id: Ie84b38fd0c5ad8c9ebb2c466d74418cae9985d9d Signed-off-by: E V Ravi <evenka@codeaurora.org>
* msm: v4l2loopback: to create V4L2 loopback devicesE V Ravi2019-03-28
This module allows to create "virtual video devices". Normal (v4l2) applications will read these devices as if they were ordinary video devices. Signed-off-by: E V Ravi <evenka@codeaurora.org> Git-commit:541e3bc7aaf46dc9a21f92c7f527397fce03dfd8 Git-repo: https://github.com/umlaeute/v4l2loopback Revision: v0.12.1 Change-Id: I294a02ee282404ae84e0d7dc62373a172b4f0c23