~fourdollars/edid-decode/+git/debian:debian/master

Last commit made on 2018-08-14
Get this branch:
git clone -b debian/master https://git.launchpad.net/~fourdollars/edid-decode/+git/debian
Only Shih-Yuan Lee can upload to this branch. If you are Shih-Yuan Lee please log in for upload directions.

Branch merges

Branch information

Name:
debian/master
Repository:
lp:~fourdollars/edid-decode/+git/debian

Recent commits

34926b7... by Andrej Shadura

Update the changelog

bc7e162... by Andrej Shadura

Bump Standards-Version (no changes)

fcd1b0a... by Andrej Shadura

Change the way the name is written

837bda7... by Andrej Shadura

Use dh 11

fe89b85... by Andrej Shadura

Add homepage

03d0d8c... by Andrej Shadura

Actually add Vcs-*.

fbacd0b... by Andrej Shadura

Drop patches applied upstream

6a7c9a6... by Andrej Shadura

Merge branch 'upstream/latest' into debian/master

b2da151... by Hans Verkuil <email address hidden>

edid-decode: add --extract and --check options

Use --extract to extract the contents of the first EDID block
as hex values. The was the default in old versions, use this
option to see this data again. I don't see the use of this
hex dump, so I turned it off by default.

If you want to check the EDID if it conforms to the standards,
then use the --check option.

So now the default behavior of edid-decode when run without these
options is to just parse the EDID and show it in human-readable text,
which is what you want.

Signed-off-by: Hans Verkuil <email address hidden>

e9ffafc... by Hans Verkuil <email address hidden>

edid-decode: add options and new output formats

Add option parsing to edid-decode.

Add an option to select what output format to use besides the old
raw format.

Signed-off-by: Hans Verkuil <email address hidden>