Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add buffermanagement setting to RC | Matthias P. Braendli | 2019-09-23 | 1 | -0/+11 |
| | |||||
* | Update a few copyright headers | Matthias P. Braendli | 2019-02-18 | 1 | -1/+1 |
| | |||||
* | Add FIG2 options for character field and text control | Matthias P. Braendli | 2019-02-16 | 1 | -0/+12 |
| | |||||
* | Simplify and use isProgramme where possible | Matthias P. Braendli | 2019-02-13 | 1 | -15/+6 |
| | |||||
* | Remove references to nonfunctional FIDC | Matthias P. Braendli | 2019-02-13 | 1 | -1/+0 |
| | |||||
* | Merge KuntzeM's pull request fixing #35 into next | Matthias P. Braendli | 2019-02-13 | 1 | -1/+4 |
|\ | | | | | | | ETI with DAB (MUSICAM) and EEP_A protection level was not possible. | ||||
| * | fixed bug DAB with protection level EEP_A 1-4 | KuntzeM | 2019-02-11 | 1 | -1/+4 |
| | | |||||
* | | Add partial FIG2 label support | Matthias P. Braendli | 2019-01-29 | 1 | -25/+36 |
|/ | | | | | | | | | | | Add support for Ensemble label, programme services and components, although the implementation for the component label is not properly tested. (data services still to be done) Neither short labels nor UCS-2 are not yet implemented. Also, support for draftETSI TS 103 176 which redefines the meaning of Rfa is still pending. | ||||
* | Add support for sending empty linkage sets to clear receiver databases | Matthias P. Braendli | 2018-08-16 | 1 | -17/+26 |
| | |||||
* | Protect announcement switching variables with mutex | Matthias P. Braendli | 2018-07-24 | 1 | -12/+23 |
| | |||||
* | Update RemoteControl, taking changes from ODR-DabMod | Matthias P. Braendli | 2018-04-20 | 1 | -5/+5 |
| | |||||
* | Add active linkage set flag to configuration | Matthias P. Braendli | 2018-03-01 | 1 | -2/+3 |
| | |||||
* | Rework frequency information representation | Matthias P. Braendli | 2018-03-01 | 1 | -1/+2 |
| | |||||
* | Let FIGs fail more gently in case of errors | Matthias P. Braendli | 2018-02-21 | 1 | -0/+9 |
| | |||||
* | Check Linkage set key service on startup | Matthias P. Braendli | 2018-02-21 | 1 | -0/+21 |
| | |||||
* | Use shared_ptr instead of component and subchannel pointers | Matthias P. Braendli | 2018-02-20 | 1 | -24/+26 |
| | |||||
* | Properly check length of labels with utf-8 | Matthias P. Braendli | 2018-02-16 | 1 | -7/+25 |
| | |||||
* | Fail correctly on charset conversion error | Matthias P. Braendli | 2018-02-09 | 1 | -3/+4 |
| | |||||
* | Convert labels from utf-8 to EBU | Matthias P. Braendli | 2018-02-09 | 1 | -12/+48 |
| | |||||
* | PTy: add static/dynamic setting to configuration and RC | Matthias P. Braendli | 2018-01-29 | 1 | -26/+29 |
| | |||||
* | Avoid uninitialised fields, modernise DabService::nbComponent | Matthias P. Braendli | 2017-01-28 | 1 | -12/+8 |
| | |||||
* | Remove service linking active from RC | Matthias P. Braendli | 2016-11-28 | 1 | -44/+13 |
| | | | | | This can be added later if the need arises, and when proper testing validates the implementation. | ||||
* | Merge branch 'next' into servicelinking | Matthias P. Braendli | 2016-11-12 | 1 | -2/+2 |
|\ | |||||
| * | Replace emerg log level by alert | Matthias P. Braendli | 2016-10-30 | 1 | -2/+2 |
| | | | | | | | | | | | | emergency is reserved for states where the system becomes unusable, and some configurations send emergency logs to all consoles. That's a bit too drastic for our errors | ||||
* | | Merge branch 'next' into servicelinking | Matthias P. Braendli | 2016-10-29 | 1 | -5/+5 |
|\| | |||||
| * | Modernize a few bits and pieces | Matthias P. Braendli | 2016-10-29 | 1 | -5/+5 |
| | | |||||
* | | Regroup linkagesets into subsets of same type | Matthias P. Braendli | 2016-10-02 | 1 | -7/+26 |
| | | |||||
* | | Print linking info on startup | Matthias P. Braendli | 2016-09-30 | 1 | -11/+6 |
| | | |||||
* | | Parse service linking section | Matthias P. Braendli | 2016-09-30 | 1 | -0/+5 |
| | | |||||
* | | Clarify how to declare several linking sets | Matthias P. Braendli | 2016-09-30 | 1 | -15/+2 |
| | | |||||
* | | Add Linkage data structures to MuxElements | Matthias P. Braendli | 2016-09-30 | 1 | -0/+50 |
|/ | |||||
* | Add RC parameters for deferred start/stop of announcements | Matthias P. Braendli | 2016-09-01 | 1 | -2/+79 |
| | | | | This is helpful to compensate for audio encoding delays. | ||||
* | Simplify getSubchannel by using lambda | Matthias P. Braendli | 2016-04-15 | 1 | -1/+1 |
| | |||||
* | Rename dabSubchannel to DabSubchannel | Matthias P. Braendli | 2016-04-15 | 1 | -8/+8 |
| | |||||
* | Make all getSizeXYZ dabSubchannel member functions | Matthias P. Braendli | 2016-04-15 | 1 | -7/+6 |
| | |||||
* | Make getSizeCu a dabSubchannel member function | Matthias P. Braendli | 2016-04-15 | 1 | -19/+16 |
| | |||||
* | Replace DabService::program by function | Matthias P. Braendli | 2016-04-15 | 1 | -4/+26 |
| | |||||
* | Replace some boost shared_ptr by std ones | Matthias P. Braendli | 2015-12-21 | 1 | -1/+2 |
| | |||||
* | Add PTy to RC | Matthias P. Braendli | 2015-11-27 | 1 | -0/+16 |
| | |||||
* | Prepare release v0.8.0v0.8.0 | Matthias P. Braendli | 2015-09-13 | 1 | -1/+1 |
| | |||||
* | Fix several FIG0/19 bugs, subchan id in config | Matthias P. Braendli | 2015-08-15 | 1 | -4/+6 |
| | |||||
* | Add FIG0/19 | Matthias P. Braendli | 2015-08-15 | 1 | -1/+46 |
| | |||||
* | Add new fig carousel to RC | Matthias P. Braendli | 2015-08-13 | 1 | -1/+1 |
| | |||||
* | Create enum class subchannel_type_t | Matthias P. Braendli | 2015-08-07 | 1 | -4/+5 |
| | |||||
* | Merge branch 'master' into next | Matthias P. Braendli | 2015-07-27 | 1 | -1/+1 |
|\ | |||||
| * | Fix segmentation fault in short label check | Matthias P. Braendli | 2015-07-27 | 1 | -2/+2 |
| | | |||||
* | | Replace MGMT socket by ZMQ, make services shared_ptr | Matthias P. Braendli | 2015-06-21 | 1 | -8/+8 |
| | | |||||
* | | 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 | -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 padding | Stefan Pöschel | 2015-05-24 | 1 | -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. |