summaryrefslogtreecommitdiffstats
path: root/src/DabMux.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Enable and take care of some warningsMatthias P. Braendli2015-04-231-0/+2
|
* Fix -e optionMatthias P. Braendli2015-03-211-3/+4
|
* Merge Stats and Config server, config is also JSONMatthias P. Braendli2015-03-071-24/+17
|
* Publish ptree on port 8001Matthias P. Braendli2015-03-061-5/+27
|
* Remove char* from dabSubchannelMatthias P. Braendli2015-03-021-6/+13
|
* EDI: write transport header in PFTMatthias P. Braendli2015-01-261-1/+1
|
* Replace signal() by sigaction()Matthias P. Braendli2015-01-231-13/+13
|
* Change FIG0 repetition rateMatthias P. Braendli2015-01-161-1/+10
|
* Define User Application Type in configuration fileMatthias P. Braendli2015-01-121-2/+3
|
* Fix -h flagMatthias P. Braendli2014-11-231-1/+6
|
* typoMatthias P. Braendli2014-11-171-1/+1
|
* Make -e optionalMatthias P. Braendli2014-11-171-1/+14
|
* Add experimental EDI to configuration fileMatthias P. Braendli2014-08-221-62/+86
|
* Add the possibility to specify protection profileMatthias P. Braendli2014-08-021-6/+19
|
* Add explanation comment about UEP usageMatthias P. Braendli2014-08-021-1/+7
|
* Refactor protection handling for better readabilityMatthias P. Braendli2014-08-011-23/+23
|
* EDI PFT correctionsMatthias P. Braendli2014-06-131-10/+15
|
* Fix several EDI bugsMatthias P. Braendli2014-06-061-4/+8
|
* Code esthetics and translation from frenchMatthias P. Braendli2014-05-211-59/+103
|
* Replace subchannel id by enumMatthias P. Braendli2014-05-211-24/+24
|
* Add PFT Fragment headerMatthias P. Braendli2014-05-211-6/+9
|
* Place EDI output in #ifdefediMatthias P. Braendli2014-05-201-10/+36
|
* 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-201-4/+14
|
* add non-working PFT layerMatthias P. Braendli2014-05-201-3/+10
|
* rename AFPacket to AFPacketiserMatthias P. Braendli2014-05-201-1/+1
|
* fix subchannel to tag mapMatthias P. Braendli2014-05-201-2/+2
|
* Replace goto EXIT by new exceptionMatthias P. Braendli2014-05-201-1377/+1394
|
* add TagPacket, add to DabMux.cpp. Must fix the goto EXIT nowMatthias P. Braendli2014-05-201-9/+77
|
* corrections for DETI TagMatthias P. Braendli2014-05-201-7/+13
|
* Correct ensemble deallocationMatthias P. Braendli2014-05-141-1/+1
| | | | | ensemble is allocated with 'new', and must be deallocated with 'delete', not 'free()'
* Add input state monitoring, change munin graphsMatthias P. Braendli2014-05-091-0/+7
| | | | | | | StatsServer now determines the input states. Also, the underruns and overruns are counters in munin now, they are not reset anymore.
* Add support for automatic local-time-offsetMatthias P. Braendli2014-04-191-0/+11
|
* Add local-time-offset to remote controlMatthias P. Braendli2014-04-111-1/+11
|
* Remove some compilation warningsMatthias P. Braendli2014-04-041-12/+12
|
* 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-221-3/+3
|
* Add component iterator for FIG0/13 insertionMatthias P. Braendli2014-03-171-11/+26
|
* Explain the usage of these iteratorsMatthias P. Braendli2014-03-171-7/+9
|
* Rename componentIndicatorData to componentDataFIG0_8Matthias P. Braendli2014-03-171-16/+16
|
* Rename componentIndicatorProgram to componentProgFIG0_8Matthias P. Braendli2014-03-171-16/+16
|
* Rename servicePty to serviceFIG0_17Matthias P. Braendli2014-03-171-14/+14
|
* Rename serviceDataInd to serviceDataFIG0_2Matthias P. Braendli2014-03-171-13/+13
|
* Rename serviceProgramInd to serviceProgFIG0_2Matthias P. Braendli2014-03-171-13/+13
|
* Remove unused variablesMatthias P. Braendli2014-03-171-11/+0
|
* Rename subchannelIndicator to subchannelFIG0_1Matthias P. Braendli2014-03-171-15/+19
|
* add assert for figSize to protect memcpyMatthias P. Braendli2014-03-171-0/+5
|