summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Replace goto EXIT by new exceptionMatthias P. Braendli2014-05-203-1379/+1396
|
* add TagPacket, add to DabMux.cpp. Must fix the goto EXIT nowMatthias P. Braendli2014-05-207-14/+204
|
* corrections for DETI TagMatthias P. Braendli2014-05-202-11/+18
|
* add AFPacket generatorMatthias P. Braendli2014-05-202-8/+44
|
* Add AFPacket and a few TagItemsMatthias P. Braendli2014-05-204-0/+353
|
* Prepare v0.7.1v0.7.1Matthias P. Braendli2014-05-202-1/+11
|
* Add check on ptr in dabInputUdpMatthias P. Braendli2014-05-141-2/+5
|
* Correct dabInputZMQ messageReceived flag handlingMatthias P. Braendli2014-05-141-4/+5
|
* StatsServer coding styleMatthias P. Braendli2014-05-141-10/+5
|
* Correct error handling in StatsServerMatthias P. Braendli2014-05-141-7/+4
|
* Correct ensemble deallocationMatthias P. Braendli2014-05-141-1/+1
| | | | | ensemble is allocated with 'new', and must be deallocated with 'delete', not 'free()'
* Fix syslog optionMatthias P. Braendli2014-05-111-1/+1
| | | | The syslog option had to be used with 0 or 1, instead of true/false
* Add silence detectionMatthias P. Braendli2014-05-112-3/+56
|
* Add input state monitoring, change munin graphsMatthias P. Braendli2014-05-094-143/+443
| | | | | | | StatsServer now determines the input states. Also, the underruns and overruns are counters in munin now, they are not reset anymore.
* fix some comments in dabInputZmqMatthias P. Braendli2014-05-092-3/+5
|
* Fix -r command line optionMatthias P. Braendli2014-05-061-1/+1
|
* Add explanation of output formatsMatthias P. Braendli2014-05-062-2/+61
|
* Create 'encoder' munin categoryMatthias P. Braendli2014-04-301-3/+5
|
* correct munin script for audio levelsMatthias P. Braendli2014-04-251-0/+3
|
* Change munin graph_args base to 1000Matthias P. Braendli2014-04-251-1/+1
|
* Prepare v0.7.0v0.7.0Matthias P. Braendli2014-04-253-4/+25
|
* Use limits instead of stdint.hMatthias P. Braendli2014-04-251-2/+5
| | | | C++, sometimes you bother me
* Add missing stdint includeMatthias P. Braendli2014-04-251-0/+1
|
* Add audio level to munin scriptMatthias P. Braendli2014-04-251-1/+19
|
* Add peak audio levels to statisticsMatthias P. Braendli2014-04-253-2/+43
|
* Add support for new zmq frame formatMatthias P. Braendli2014-04-252-24/+75
|
* fix statistics scriptMatthias P. Braendli2014-04-211-1/+1
|
* Fix string formattingMatthias P. Braendli2014-04-211-3/+3
|
* Remove get_ident_from_uri from munin stats scriptMatthias P. Braendli2014-04-211-7/+3
|
* Increase stats_dabmux socket sizeMatthias P. Braendli2014-04-211-3/+5
|
* non libsodium zeromq crash on ZMQ_CURVE_SERVER set to 0Matthias P. Braendli2014-04-191-4/+2
|
* Report zmq error in exceptionMatthias P. Braendli2014-04-191-6/+12
|
* Add support for automatic local-time-offsetMatthias P. Braendli2014-04-195-25/+64
|
* Add zmq encryption parameters to remotecontrolMatthias P. Braendli2014-04-173-2/+60
|
* Add CURVE authentification support for dabInputZMQMatthias P. Braendli2014-04-176-5/+323
|
* Move dabInputZMQ configuration into structMatthias P. Braendli2014-04-173-30/+71
|
* Remove using directives from .h filesMatthias P. Braendli2014-04-179-43/+45
|
* Update Remotecontrol with changes from ODR-DabModMatthias P. Braendli2014-04-172-31/+33
|
* Add zmq buffer options to config fileMatthias P. Braendli2014-04-113-55/+110
|
* Make ZMQ prebuffering configurableMatthias P. Braendli2014-04-112-12/+37
|
* Add local-time-offset to remote controlMatthias P. Braendli2014-04-114-16/+80
|
* Fix wrong date in ChangeLogMatthias P. Braendli2014-04-041-1/+1
|
* Prepare release v0.6.0v0.6.0Matthias P. Braendli2014-04-042-2/+14
|
* Remove some compilation warningsMatthias P. Braendli2014-04-0414-37/+103
|
* Markdownise README and INSTALLMatthias P. Braendli2014-03-304-58/+78
|
* Change ZMQ output message formatMatthias P. Braendli2014-03-262-12/+88
|
* Fix correct FIG0/13 encodingMatthias P. Braendli2014-03-251-3/+3
|
* Correct FIG0/13 figSize checkMatthias P. Braendli2014-03-231-1/+1
|
* Send correct FIC0/13 for data vs programme subchannelsMatthias P. Braendli2014-03-221-17/+17
|
* Add local-time-offset and intl. table optionsMatthias P. Braendli2014-03-225-3/+32
|