67 Commits (6688abc16df534f31750e6467ed27e19b4297f0d)
 

Author SHA1 Message Date
  Georgi Chorbadzhiyski 6688abc16d Add simple test suite. 9 years ago
  Georgi Chorbadzhiyski 40bb54c2a3 Parse commands based on their type. 9 years ago
  Georgi Chorbadzhiyski a4275361ae In test mode print device info after commands are executed. 9 years ago
  Georgi Chorbadzhiyski ce38b9baac Allow configuration commands to work in test mode. 9 years ago
  Georgi Chorbadzhiyski cf4141cf4d Refactor code into get_port_by_name(). 9 years ago
  Georgi Chorbadzhiyski ebdf864c80 Create struct port_set which contains a set of ports. 9 years ago
  Georgi Chorbadzhiyski cf8d47510a Create single structure that describes device port. 9 years ago
  Georgi Chorbadzhiyski 9e99f9d7d2 Start to move to data driven command parser. 9 years ago
  Georgi Chorbadzhiyski 6f3c4c27cf Simplify port lock handling. 9 years ago
  Georgi Chorbadzhiyski e16243a5d8 Add q() macro that checks quiet flag. 9 years ago
  Georgi Chorbadzhiyski f300e5c449 Add support for port statuses (types) reported by Univeral Videohub. 9 years ago
  Georgi Chorbadzhiyski e7d8e15880 Add support for reading commands from text file using -T / --test-input. 9 years ago
  Georgi Chorbadzhiyski f7eb956180 Display where each input is being routed. 9 years ago
  Georgi Chorbadzhiyski cb86ee6533 display: Do not print table titles if there are no inputs/outputs. 9 years ago
  Georgi Chorbadzhiyski 4a0ab7f820 Text fixes. 9 years ago
  Georgi Chorbadzhiyski 2971db5753 Makefile: Use short parameters to install. 9 years ago
  Georgi Chorbadzhiyski a36c788892 Makefile: Improve silent and verbose build output. 9 years ago
  Georgi Chorbadzhiyski e0aa4602a4 Add all, install, uninstall and help Makefile targets. 9 years ago
  Georgi Chorbadzhiyski 97988a6a9f Rename internal variable. 9 years ago
  Georgi Chorbadzhiyski fc92b9dba7 Add videohubctrl(1) man page. 9 years ago
  Georgi Chorbadzhiyski e65ffebd59 Text fixes. 9 years ago
  Georgi Chorbadzhiyski 8436f9c2ed Reorder parameters in usage(). 9 years ago
  Georgi Chorbadzhiyski a4f0e8fb4d RELEASE: Version 0.3 9 years ago
  Georgi Chorbadzhiyski 094d38a933 Fix sending of multiple commands. 9 years ago
  Georgi Chorbadzhiyski 8e1aefbec6 Show executed commands in human readable commands format. 9 years ago
  Georgi Chorbadzhiyski 258dd4f0ea Add support for -b / --backup parameter. 9 years ago
  Georgi Chorbadzhiyski e822c339a8 display: remove useless check. 9 years ago
  Georgi Chorbadzhiyski f50aa122ab README: Add usage examples. 9 years ago
  Georgi Chorbadzhiyski 0abf91951b README: Move development info text. 9 years ago
  Georgi Chorbadzhiyski 549d4308d0 Improve usage text. 9 years ago
  Georgi Chorbadzhiyski 81e1974c4d cmd: Format CMD_INPUT_LABELS command separate from others. 9 years ago
  Georgi Chorbadzhiyski 925385a527 cmd: outputs and inputs arrays are always big enough to holds num_video_{inputs,outputs}. 9 years ago
  Georgi Chorbadzhiyski 290382b178 cmd: Check valid slot against outputs. 9 years ago
  Georgi Chorbadzhiyski 0612aeceec cmd: Change file description. 9 years ago
  Georgi Chorbadzhiyski 4175b91230 Add support for VIDEOHUB_HOST and VIDEOHUB_PORT env variables. 9 years ago
  Georgi Chorbadzhiyski d664f6372b Update monitor at least once every 10 seconds and display the time. 9 years ago
  Georgi Chorbadzhiyski 97e21b220e Add --list-{device,vinputs,voutputs} parameters and change output formating. 9 years ago
  Georgi Chorbadzhiyski 68716f6cda Print program name and version only in help screen and when -V is set. 9 years ago
  Georgi Chorbadzhiyski 20b533f5a8 Add configuration commands. 9 years ago
  Georgi Chorbadzhiyski 55959179ea Improve and simplify command parsing. 9 years ago
  Georgi Chorbadzhiyski 79ae59d671 Change output formatting to better show port locks and numbers. 9 years ago
  Georgi Chorbadzhiyski 27b93c7db5 Exit when invalid parameter is given. 9 years ago
  Georgi Chorbadzhiyski 851545ad9f Rename -s parameter (host) to -h. 9 years ago
  Georgi Chorbadzhiyski f2b76ec642 Rename -h parameter (help) to -H. 9 years ago
  Georgi Chorbadzhiyski 8e881d6d11 Rename -v / --verbose parameter to -d / --debug. 9 years ago
  Georgi Chorbadzhiyski 5a008c530a Move commands enum into cmd.h 9 years ago
  Georgi Chorbadzhiyski 80d2a3d59e Increase outputs and inputs to 288. 9 years ago
  Georgi Chorbadzhiyski 6ef51a7374 Move some checks out of parse_cmd(). 9 years ago
  Georgi Chorbadzhiyski bcab8b796b Improve some range checks. 9 years ago
  Georgi Chorbadzhiyski 6bdfe33ace RELEASE: Version 0.2 9 years ago