Georgi Chorbadzhiyski
|
c9ac382c5e
|
Ignore END PRELUDE command
It doesn't seem to do anything and just spams that logs. Thanks to
Jean-Francois Panisset for the report.
|
7 years ago |
Georgi Chorbadzhiyski
|
1ffab2e688
|
Add support for CONFIGURATION command
I have no idea what it does unfortunately.
Thanks to Yannick BARBEAUX for the report.
|
7 years ago |
Georgi Chorbadzhiyski
|
e8bfb2bf00
|
Add support for --vi-output and --vi-monitor parameters.
|
10 years ago |
Georgi Chorbadzhiyski
|
a42e405e05
|
Introduce struct vcmd_param to cleanup struct vcmd_entry.
|
10 years ago |
Georgi Chorbadzhiyski
|
d6f8eeeebe
|
Add support for frames (names, routing and locks)
It is not tested on a real hardware. The number of frame buffers
is assumed to be the same as number of serial ports (as good guess
as any).
|
10 years ago |
Georgi Chorbadzhiyski
|
54b685d478
|
Add support for processing units (routing and locks).
It is not tested on a real hardware.
|
10 years ago |
Georgi Chorbadzhiyski
|
afdb845e60
|
Make handling of port disconnection generic.
|
10 years ago |
Georgi Chorbadzhiyski
|
6176fb9bfe
|
Add support for clearing serial port connections.
|
10 years ago |
Georgi Chorbadzhiyski
|
30a6246f79
|
Add support for serial ports (names, routing, locks and directions).
|
10 years ago |
Georgi Chorbadzhiyski
|
74952e542a
|
Add full support for monitoring video outputs.
|
10 years ago |
Georgi Chorbadzhiyski
|
bdf1c28b6f
|
Make --backup function use generic command types.
|
10 years ago |
Georgi Chorbadzhiyski
|
40bb54c2a3
|
Parse commands based on their type.
This allows adding of new commands without any changes to command
parsing and generation code.
|
10 years ago |
Georgi Chorbadzhiyski
|
6f3c4c27cf
|
Simplify port lock handling.
|
10 years ago |
Georgi Chorbadzhiyski
|
f300e5c449
|
Add support for port statuses (types) reported by Univeral Videohub.
|
10 years ago |
Georgi Chorbadzhiyski
|
8e1aefbec6
|
Show executed commands in human readable commands format.
|
10 years ago |
Georgi Chorbadzhiyski
|
0612aeceec
|
cmd: Change file description.
|
10 years ago |
Georgi Chorbadzhiyski
|
20b533f5a8
|
Add configuration commands.
Add support for setting video input/output names, video output locking
and video output routing.
|
10 years ago |
Georgi Chorbadzhiyski
|
55959179ea
|
Improve and simplify command parsing.
|
10 years ago |
Georgi Chorbadzhiyski
|
5a008c530a
|
Move commands enum into cmd.h
|
10 years ago |
Georgi Chorbadzhiyski
|
d4079fb1f6
|
Include cmd.h where needed and fix the errors.
|
10 years ago |
Georgi Chorbadzhiyski
|
84c20a4ce4
|
Enable parsing of several commands in single buffer.
It is not guaranteed that each command will come in it's own buffer. In
fact when several changes are made at once the commands are not separated.
|
10 years ago |
Georgi Chorbadzhiyski
|
09814bb426
|
VideoHub control initial commit.
|
10 years ago |