summaryrefslogtreecommitdiffstats
path: root/src/MuxElements.h
Commit message (Collapse)AuthorAgeFilesLines
* Simplify getSubchannel by using lambdaMatthias P. Braendli2016-04-151-9/+0
|
* Rename dabSubchannel to DabSubchannelMatthias P. Braendli2016-04-151-9/+9
|
* Make all getSizeXYZ dabSubchannel member functionsMatthias P. Braendli2016-04-151-6/+10
|
* Make getSizeCu a dabSubchannel member functionMatthias P. Braendli2016-04-151-2/+2
|
* Replace DabService::program by functionMatthias P. Braendli2016-04-151-4/+4
|
* Remove old carouselMatthias P. Braendli2016-04-011-0/+14
|
* Replace some boost shared_ptr by std onesMatthias P. Braendli2015-12-211-1/+1
|
* Add missing initialisationMatthias P. Braendli2015-12-181-1/+6
|
* Add PTy to RCMatthias P. Braendli2015-11-271-0/+1
|
* Add FIG0/19Matthias P. Braendli2015-08-151-0/+30
|
* Add cluster handling for announcementsMatthias P. Braendli2015-08-151-0/+1
|
* Implement FIG0/18 for announcementsMatthias P. Braendli2015-08-151-0/+25
|
* Fix uninitialised data Valgrind seesMatthias P. Braendli2015-08-091-1/+2
|
* Create enum class subchannel_type_tMatthias P. Braendli2015-08-071-9/+10
|
* Add FIG0/2, fib0 schedulerMatthias P. Braendli2015-07-181-1/+1
|
* Replace MGMT socket by ZMQ, make services shared_ptrMatthias P. Braendli2015-06-211-10/+26
|
* 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-4/+13
| | | | | 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-5/+8
| | | | | | 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.
* Remove char* from dabSubchannelMatthias P. Braendli2015-03-021-2/+1
|
* Remove union, set defaults for DabComponent fieldsMatthias P. Braendli2015-01-121-6/+15
|
* Add the possibility to specify protection profileMatthias P. Braendli2014-08-021-1/+0
|
* Refactor protection handling for better readabilityMatthias P. Braendli2014-08-011-6/+22
|
* Replace subchannel id by enumMatthias P. Braendli2014-05-211-6/+7
|
* Add support for automatic local-time-offsetMatthias P. Braendli2014-04-191-1/+6
|
* Remove using directives from .h filesMatthias P. Braendli2014-04-171-26/+24
|
* Add local-time-offset to remote controlMatthias P. Braendli2014-04-111-11/+28
|
* Remove some compilation warningsMatthias P. Braendli2014-04-041-0/+3
|
* Add local-time-offset and intl. table optionsMatthias P. Braendli2014-03-221-0/+3
|
* Change FIG0/13 handling for MOT slideshowMatthias P. Braendli2014-02-281-0/+5
|
* improve RC constnessMatthias P. Braendli2014-02-141-4/+6
|
* correct RC mistakesMatthias P. Braendli2014-02-141-2/+2
|
* make DabComponent a class and make its label RC controllableMatthias P. Braendli2014-02-141-24/+45
|
* DabService labels can now be changed through the remote controlMatthias P. Braendli2014-02-141-6/+26
|
* improve handling of labelsMatthias P. Braendli2014-02-141-15/+41
|
* rename CRC-DabMux to ODR-DabMuxMatthias P. Braendli2014-02-071-4/+4
|
* Add wrapper class, and use it for all inputsMatthias P. Braendli2014-01-191-2/+1
|
* make dabOutput more object-orientedMatthias P. Braendli (think)2013-11-081-5/+11
|
* crc-dabmux: configuration file support for ensemble definitionr5Matthias P. Braendli (think)2012-08-231-0/+187