-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RFC] Enhance message content send to 'stderr' #9
base: master
Are you sure you want to change the base?
Commits on Mar 6, 2019
-
v4l2-request-test.c: introduce parsing for 'long options'
- enable getopt_long supporting long option style (e.g --video-path, --fps, etc.) - try to be consistent which 'v4l2-compliance' binary when choosing option names - adapt help message - to adopt the slice-path you need to explicitly prepend an argument-option (-s or --slice-path) with the path as an option-string - adopt summary output to be in line with long options - typo corrections - update code style (tabify vs whitespace, alingement) Signed-off-by: Ralf Zerres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 53355bb - Browse repository at this point
Copy the full SHA 53355bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e26d443 - Browse repository at this point
Copy the full SHA e26d443View commit details
Commits on Mar 8, 2019
-
introduce 'codec' structure (with description)
- const struct codec (.name, .description, .type) use more descriptive names when referencing codecs by enum type Signed-off-by: Ralf Zerres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 52ff3d1 - Browse repository at this point
Copy the full SHA 52ff3d1View commit details -
recursive use of config->quiet flag
- respect quiet field in function calls - otherwise show descriptive control messages Signed-off-by: Ralf Zerres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d069211 - Browse repository at this point
Copy the full SHA d069211View commit details -
- get more descriptive response messages on stderr Signed-off-by: Ralf Zerres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a26d9de - Browse repository at this point
Copy the full SHA a26d9deView commit details -
Comment out project's local header for H.264 and HEVC
- h264-ctrls.h - hevc-ctrls.h compile will rely on up to date system/uapi headers Signed-off-by: Ralf Zerres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 437da0b - Browse repository at this point
Copy the full SHA 437da0bView commit details -
Include project's local headers for H.264 and HEVC
- h264-ctrls.h - hevc-ctrls.h Signed-off-by: Ralf Zerres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a55d409 - Browse repository at this point
Copy the full SHA a55d409View commit details