| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
| |
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>
|
|
|
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
|