Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Print linking info on startup | Matthias P. Braendli | 2016-09-30 | 1 | -7/+6 |
| | |||||
* | Parse service linking section | Matthias P. Braendli | 2016-09-30 | 1 | -3/+5 |
| | |||||
* | Clarify how to declare several linking sets | Matthias P. Braendli | 2016-09-30 | 1 | -1/+1 |
| | |||||
* | Add Linkage data structures to MuxElements | Matthias P. Braendli | 2016-09-30 | 1 | -1/+42 |
| | |||||
* | Add RC parameters for deferred start/stop of announcements | Matthias P. Braendli | 2016-09-01 | 1 | -3/+27 |
| | | | | This is helpful to compensate for audio encoding delays. | ||||
* | Simplify getSubchannel by using lambda | Matthias P. Braendli | 2016-04-15 | 1 | -9/+0 |
| | |||||
* | Rename dabSubchannel to DabSubchannel | Matthias P. Braendli | 2016-04-15 | 1 | -9/+9 |
| | |||||
* | Make all getSizeXYZ dabSubchannel member functions | Matthias P. Braendli | 2016-04-15 | 1 | -6/+10 |
| | |||||
* | Make getSizeCu a dabSubchannel member function | Matthias P. Braendli | 2016-04-15 | 1 | -2/+2 |
| | |||||
* | Replace DabService::program by function | Matthias P. Braendli | 2016-04-15 | 1 | -4/+4 |
| | |||||
* | Remove old carousel | Matthias P. Braendli | 2016-04-01 | 1 | -0/+14 |
| | |||||
* | Replace some boost shared_ptr by std ones | Matthias P. Braendli | 2015-12-21 | 1 | -1/+1 |
| | |||||
* | Add missing initialisation | Matthias P. Braendli | 2015-12-18 | 1 | -1/+6 |
| | |||||
* | Add PTy to RC | Matthias P. Braendli | 2015-11-27 | 1 | -0/+1 |
| | |||||
* | Add FIG0/19 | Matthias P. Braendli | 2015-08-15 | 1 | -0/+30 |
| | |||||
* | Add cluster handling for announcements | Matthias P. Braendli | 2015-08-15 | 1 | -0/+1 |
| | |||||
* | Implement FIG0/18 for announcements | Matthias P. Braendli | 2015-08-15 | 1 | -0/+25 |
| | |||||
* | Fix uninitialised data Valgrind sees | Matthias P. Braendli | 2015-08-09 | 1 | -1/+2 |
| | |||||
* | Create enum class subchannel_type_t | Matthias P. Braendli | 2015-08-07 | 1 | -9/+10 |
| | |||||
* | Add FIG0/2, fib0 scheduler | Matthias P. Braendli | 2015-07-18 | 1 | -1/+1 |
| | |||||
* | Replace MGMT socket by ZMQ, make services shared_ptr | Matthias P. Braendli | 2015-06-21 | 1 | -10/+26 |
| | |||||
* | Start big refactoring | Matthias P. Braendli | 2015-06-19 | 1 | -1/+1 |
| | | | | | | Multiplexer in separate object Replace pointers by shared_ptr Switch to C++11 | ||||
* | Simplify DAB label handling | Matthias P. Braendli | 2015-05-25 | 1 | -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 padding | Stefan Pöschel | 2015-05-24 | 1 | -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 dabSubchannel | Matthias P. Braendli | 2015-03-02 | 1 | -2/+1 |
| | |||||
* | Remove union, set defaults for DabComponent fields | Matthias P. Braendli | 2015-01-12 | 1 | -6/+15 |
| | |||||
* | Add the possibility to specify protection profile | Matthias P. Braendli | 2014-08-02 | 1 | -1/+0 |
| | |||||
* | Refactor protection handling for better readability | Matthias P. Braendli | 2014-08-01 | 1 | -6/+22 |
| | |||||
* | Replace subchannel id by enum | Matthias P. Braendli | 2014-05-21 | 1 | -6/+7 |
| | |||||
* | Add support for automatic local-time-offset | Matthias P. Braendli | 2014-04-19 | 1 | -1/+6 |
| | |||||
* | Remove using directives from .h files | Matthias P. Braendli | 2014-04-17 | 1 | -26/+24 |
| | |||||
* | Add local-time-offset to remote control | Matthias P. Braendli | 2014-04-11 | 1 | -11/+28 |
| | |||||
* | Remove some compilation warnings | Matthias P. Braendli | 2014-04-04 | 1 | -0/+3 |
| | |||||
* | Add local-time-offset and intl. table options | Matthias P. Braendli | 2014-03-22 | 1 | -0/+3 |
| | |||||
* | Change FIG0/13 handling for MOT slideshow | Matthias P. Braendli | 2014-02-28 | 1 | -0/+5 |
| | |||||
* | improve RC constness | Matthias P. Braendli | 2014-02-14 | 1 | -4/+6 |
| | |||||
* | correct RC mistakes | Matthias P. Braendli | 2014-02-14 | 1 | -2/+2 |
| | |||||
* | make DabComponent a class and make its label RC controllable | Matthias P. Braendli | 2014-02-14 | 1 | -24/+45 |
| | |||||
* | DabService labels can now be changed through the remote control | Matthias P. Braendli | 2014-02-14 | 1 | -6/+26 |
| | |||||
* | improve handling of labels | Matthias P. Braendli | 2014-02-14 | 1 | -15/+41 |
| | |||||
* | rename CRC-DabMux to ODR-DabMux | Matthias P. Braendli | 2014-02-07 | 1 | -4/+4 |
| | |||||
* | Add wrapper class, and use it for all inputs | Matthias P. Braendli | 2014-01-19 | 1 | -2/+1 |
| | |||||
* | make dabOutput more object-oriented | Matthias P. Braendli (think) | 2013-11-08 | 1 | -5/+11 |
| | |||||
* | crc-dabmux: configuration file support for ensemble definitionr5 | Matthias P. Braendli (think) | 2012-08-23 | 1 | -0/+187 |