Skip to content
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

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Mar 6, 2019

  1. 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]>
    rzerres committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    53355bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e26d443 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. 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]>
    rzerres committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    52ff3d1 View commit details
    Browse the repository at this point in the history
  2. recursive use of config->quiet flag

    - respect quiet field in function calls
    - otherwise show descriptive control messages
    
    Signed-off-by: Ralf Zerres <[email protected]>
    rzerres committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    d069211 View commit details
    Browse the repository at this point in the history
  3. introduce verbose messages

    - get more descriptive response messages on stderr
    
    Signed-off-by: Ralf Zerres <[email protected]>
    rzerres committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    a26d9de View commit details
    Browse the repository at this point in the history
  4. 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]>
    rzerres committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    437da0b View commit details
    Browse the repository at this point in the history
  5. Include project's local headers for H.264 and HEVC

    - h264-ctrls.h
    - hevc-ctrls.h
    
    Signed-off-by: Ralf Zerres <[email protected]>
    rzerres committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    a55d409 View commit details
    Browse the repository at this point in the history