summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* typoMatthias P. Braendli2014-11-171-1/+1
|
* Make -e optionalMatthias P. Braendli2014-11-172-2/+15
|
* Remove compile warningsMatthias P. Braendli2014-11-141-3/+3
|
* Refactor StatsServer to be a bit more genericMatthias P. Braendli2014-10-244-57/+71
|
* Correct PFT RS encodingMatthias P. Braendli2014-10-172-6/+24
|
* Improve PFT from EDI outputMatthias P. Braendli2014-10-034-40/+90
| | | | | Mainly correct usage of Reed-Solomon and Fragmentation. Not proven to work yet.
* Fix TIST transmission over ZMQ outputMatthias P. Braendli2014-09-262-2/+13
| | | | | The last ETI frame in each ZMQ message was truncated, which inadvertedly zeroed the its TIST field.
* Fix memory leak in ZMQ inputMatthias P. Braendli2014-08-261-5/+5
|
* Add experimental EDI to configuration fileMatthias P. Braendli2014-08-2210-103/+172
|
* Reindent InetAddress.cppMatthias P. Braendli2014-08-221-137/+138
|
* Add support for new ZMQ frame for MPEG inputMatthias P. Braendli2014-08-151-2/+18
|
* Add the possibility to specify protection profileMatthias P. Braendli2014-08-025-13/+36
|
* Add explanation comment about UEP usageMatthias P. Braendli2014-08-021-1/+7
|
* improve autoconfigureMatthias P. Braendli2014-08-011-1/+1
|
* Refactor protection handling for better readabilityMatthias P. Braendli2014-08-016-65/+79
|
* Remove some warnings, correct minor error message textMatthias P. Braendli2014-08-012-2/+17
|
* Set LTO=auto and TM=1 as default when using cmdline optionsMatthias P. Braendli2014-07-211-0/+6
|
* Add zmq to list of supported input URLsMatthias P. Braendli2014-07-181-0/+3
| | | | fixes #2
* Remove DabMux.cpp.patchMatthias P. Braendli2014-07-091-58/+0
|
* Update farsync.h to newer versionMatthias P. Braendli2014-07-061-1/+2
|
* EDI PFT correctionsMatthias P. Braendli2014-06-133-16/+25
|
* Fix several EDI bugsMatthias P. Braendli2014-06-065-19/+68
|
* Update copyright header for EDIMatthias P. Braendli2014-06-068-40/+40
|
* Code esthetics and translation from frenchMatthias P. Braendli2014-05-211-59/+103
|
* Replace subchannel id by enumMatthias P. Braendli2014-05-216-51/+52
|
* Add PFT Fragment headerMatthias P. Braendli2014-05-213-6/+79
|
* Place EDI output in #ifdefediMatthias P. Braendli2014-05-201-10/+36
|
* Make ReedSolomon exception more verboseMatthias P. Braendli2014-05-201-1/+5
|
* Fix exception handingMatthias P. Braendli2014-05-201-5/+5
|
* Add EDI TCP ServerMatthias P. Braendli2014-05-201-0/+11
|
* fix segfault with EDIMatthias P. Braendli2014-05-204-14/+42
|
* add non-working PFT layerMatthias P. Braendli2014-05-204-3/+179
|
* rename AFPacket to AFPacketiserMatthias P. Braendli2014-05-203-5/+7
|
* fix suspicious magic constant in ReedSolomon.cMatthias P. Braendli2014-05-201-1/+1
|
* remove useless stuffMatthias P. Braendli2014-05-204-19/+0
|
* fix subchannel to tag mapMatthias P. Braendli2014-05-201-2/+2
|
* 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
|
* 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-093-143/+441
| | | | | | | 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
|