Georgi Chorbadzhiyski
76b45b5461
RELEASE: 2.0
10 years ago
Georgi Chorbadzhiyski
93eab41708
Fix comments.
10 years ago
Georgi Chorbadzhiyski
42a6e7e3ac
Rename configuration parameters.
--list-vinputs -> --list-inputs
--list-voutputs -> --list-outputs
--list-moutputs -> --list-monitor
--vi-X -> --in-X
--vo-X -> --out-X
--mo-X -> --mon-X
--se-X -> --ser-X
10 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
32927ee8de
Only warn when the protocol version is not 2.x do not die.
This makes the program compatible with future protocol updates.
Before it was just dying so even if the new protocol was compatible
the program needed to be recompiled.
10 years ago
Georgi Chorbadzhiyski
dd92e76c94
Add support for setting device friendly name using --set-name
My Videohub Micro doesn't support this extra but I suppose the
bigger models do (at least the official software v6 reads this
value and shows it instead of the device model).
10 years ago
Georgi Chorbadzhiyski
e035d99753
Add support for --list-proc-units and --list-frames options.
--list-proc-units was documented in 1.0 release but it was never
wired up to work. --list-frames was not documented in 1.0 and it
wasn't working either.
10 years ago
Georgi Chorbadzhiyski
c31790b153
Document --list-frames option.
10 years ago
Georgi Chorbadzhiyski
67e863fdfd
Text fix.
10 years ago
Georgi Chorbadzhiyski
e0b66c5f6e
RELEASE: 1.0
10 years ago
Georgi Chorbadzhiyski
3069564657
Improve documentation.
10 years ago
Georgi Chorbadzhiyski
57dde60884
Initialize all routes to NO_PORT by default.
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
b2dd766732
test: Add more serial port tests.
10 years ago
Georgi Chorbadzhiyski
7056b30fbc
README: Update introduction text.
10 years ago
Georgi Chorbadzhiyski
e00b706d8e
Keep lines shorter than 72 chars.
10 years ago
Georgi Chorbadzhiyski
8f3d0c9840
Update TODO list and move it into README file.
10 years ago
Georgi Chorbadzhiyski
c87a7538b9
Display the undocumented "Friendly name" device setting.
10 years ago
Georgi Chorbadzhiyski
9dadd08575
Increase white space in tables so they look ok with ports number > 99.
10 years ago
Georgi Chorbadzhiyski
c4d62cb179
Report invalid port statuses.
10 years ago
Georgi Chorbadzhiyski
55a391f6e8
Add support for undocumented "Thunderbolt" port status/type.
10 years ago
Georgi Chorbadzhiyski
6176fb9bfe
Add support for clearing serial port connections.
10 years ago
Georgi Chorbadzhiyski
6004840714
Allow port routing to be canceled. It is needed for serial ports.
10 years ago
Georgi Chorbadzhiyski
2d71ba0dae
test: Add some new lines in input.
10 years ago
Georgi Chorbadzhiyski
0344f230b9
Fix memory allocation for test data.
Previously it seems to have worked by accident (there was not enough
space for the end NULL byte).
10 years ago
Georgi Chorbadzhiyski
45b59a4683
Report unknown settings in VIDEOHUB DEVICE command.
10 years ago
Georgi Chorbadzhiyski
ec2454ac5a
Add enum for input/output/monitoring/serial ports statuses.
10 years ago
Georgi Chorbadzhiyski
39bc206641
Small fix for serial directions.
10 years ago
Georgi Chorbadzhiyski
e343c41631
Improve docs.
10 years ago
Georgi Chorbadzhiyski
d2f0abbe16
test: Fix the tests to work under OS X.
10 years ago
Georgi Chorbadzhiyski
1d1b23423c
Comment fixes.
10 years ago
Georgi Chorbadzhiyski
dfc473a128
Text fixes.
10 years ago
Georgi Chorbadzhiyski
30a6246f79
Add support for serial ports (names, routing, locks and directions).
10 years ago
Georgi Chorbadzhiyski
a331d546b5
Preparation for serial commands support.
10 years ago
Georgi Chorbadzhiyski
6e6eab26f7
Simple text fix.
10 years ago
Georgi Chorbadzhiyski
2e787864bd
man: Add monitoring output options.
10 years ago
Georgi Chorbadzhiyski
7021812da5
Validate the number of monitoring ports.
10 years ago
Georgi Chorbadzhiyski
65ef6bb237
README: Small text fixes.
10 years ago
Georgi Chorbadzhiyski
6af996c9c6
Add missing documentation for --list-moutputs parameter.
10 years ago
Georgi Chorbadzhiyski
76506065ed
RELEASE: 0.4
10 years ago
Georgi Chorbadzhiyski
74952e542a
Add full support for monitoring video outputs.
10 years ago
Georgi Chorbadzhiyski
9c2510d566
Improve documentation.
10 years ago
Georgi Chorbadzhiyski
96aab1363d
Rename --vo-route parameter to --vo-input.
10 years ago
Georgi Chorbadzhiyski
e7c8cbbd8d
Change internal cmd numbers.
10 years ago
Georgi Chorbadzhiyski
bdf1c28b6f
Make --backup function use generic command types.
10 years ago
Georgi Chorbadzhiyski
25522dd743
Cleanup configuration options parsing.
10 years ago
Georgi Chorbadzhiyski
822ef3bb37
Fix detection of monitoring outputs.
10 years ago