summaryrefslogtreecommitdiffstats
path: root/src/MuxElements.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replace MGMT socket by ZMQ, make services shared_ptrMatthias P. Braendli2015-06-211-8/+8
|
* Start big refactoringMatthias P. Braendli2015-06-191-1/+1
| | | | | | Multiplexer in separate object Replace pointers by shared_ptr Switch to C++11
* Simplify DAB label handlingMatthias P. Braendli2015-05-251-10/+14
| | | | | The DabLabel object only save the label in the unpadded form, and handle padding with spaces at the time of usage.
* Labels: use spaces instead of NULs for trailing paddingStefan Pöschel2015-05-241-22/+17
| | | | | | The NULs ATM used for trailing label padding are not defined in the EBU Latin based charset we use. As all 16 label bytes must be used, use spaces instead, like real-world broadcasters do.
* Enable and take care of some warningsMatthias P. Braendli2015-04-231-9/+0
|
* Remove confusing and useless error messageMatthias P. Braendli2015-01-231-2/+0
|
* Fix shortlabel parsing when it's numericMatthias P. Braendli2014-12-191-16/+21
| | | | | Short labels that were numeric were directly interpreted as a flag, which was undocumented, inconsistent and not very useful.
* Refactor protection handling for better readabilityMatthias P. Braendli2014-08-011-8/+9
|
* Replace subchannel id by enumMatthias P. Braendli2014-05-211-1/+1
|
* Add support for automatic local-time-offsetMatthias P. Braendli2014-04-191-11/+22
|
* Add local-time-offset to remote controlMatthias P. Braendli2014-04-111-0/+41
|
* improve RC constnessMatthias P. Braendli2014-02-141-4/+6
|
* make DabComponent a class and make its label RC controllableMatthias P. Braendli2014-02-141-14/+80
|
* DabService labels can now be changed through the remote controlMatthias P. Braendli2014-02-141-10/+91
|
* improve handling of labelsMatthias P. Braendli2014-02-141-0/+86
|
* rename CRC-DabMux to ODR-DabMuxMatthias P. Braendli2014-02-071-4/+4
|
* replace all occurrencies of TcpLog and old etiLogMatthias P. Braendli2014-01-121-6/+6
|
* crc-dabmux: configuration file support for ensemble definitionr5Matthias P. Braendli (think)2012-08-231-0/+224