aboutsummaryrefslogtreecommitdiffstats
path: root/src/MuxElements.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update ClockTAI and RemoteControlMatthias P. Braendli2024-01-171-1/+57
|
* Switch project to C++17Matthias P. Braendli2024-01-171-2/+2
|
* Avoid a few copies in loopsMatthias P. Braendli2021-06-151-1/+1
|
* Add possibility to set several user application types in FIG0/13Matthias P. Braendli2020-07-131-1/+1
|
* Implement a hash function to calculate FIG 0/7 Count fieldMatthias P. Braendli2020-03-111-0/+10
| | | | | | This might not be strictly standards compliant, but it avoids having to save state across mux restarts and doesn't place the burden of incrementing the number on the operator.
* Add buffermanagement setting to RCMatthias P. Braendli2019-09-231-0/+11
|
* Update a few copyright headersMatthias P. Braendli2019-02-181-1/+1
|
* Add FIG2 options for character field and text controlMatthias P. Braendli2019-02-161-0/+12
|
* Simplify and use isProgramme where possibleMatthias P. Braendli2019-02-131-15/+6
|
* Remove references to nonfunctional FIDCMatthias P. Braendli2019-02-131-1/+0
|
* Merge KuntzeM's pull request fixing #35 into nextMatthias P. Braendli2019-02-131-1/+4
|\ | | | | | | ETI with DAB (MUSICAM) and EEP_A protection level was not possible.
| * fixed bug DAB with protection level EEP_A 1-4KuntzeM2019-02-111-1/+4
| |
* | Add partial FIG2 label supportMatthias P. Braendli2019-01-291-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 databasesMatthias P. Braendli2018-08-161-17/+26
|
* Protect announcement switching variables with mutexMatthias P. Braendli2018-07-241-12/+23
|
* Update RemoteControl, taking changes from ODR-DabModMatthias P. Braendli2018-04-201-5/+5
|
* Add active linkage set flag to configurationMatthias P. Braendli2018-03-011-2/+3
|
* Rework frequency information representationMatthias P. Braendli2018-03-011-1/+2
|
* Let FIGs fail more gently in case of errorsMatthias P. Braendli2018-02-211-0/+9
|
* Check Linkage set key service on startupMatthias P. Braendli2018-02-211-0/+21
|
* Use shared_ptr instead of component and subchannel pointersMatthias P. Braendli2018-02-201-24/+26
|
* Properly check length of labels with utf-8Matthias P. Braendli2018-02-161-7/+25
|
* Fail correctly on charset conversion errorMatthias P. Braendli2018-02-091-3/+4
|
* Convert labels from utf-8 to EBUMatthias P. Braendli2018-02-091-12/+48
|
* PTy: add static/dynamic setting to configuration and RCMatthias P. Braendli2018-01-291-26/+29
|
* Avoid uninitialised fields, modernise DabService::nbComponentMatthias P. Braendli2017-01-281-12/+8
|
* Remove service linking active from RCMatthias P. Braendli2016-11-281-44/+13
| | | | | This can be added later if the need arises, and when proper testing validates the implementation.
* Merge branch 'next' into servicelinkingMatthias P. Braendli2016-11-121-2/+2
|\
| * Replace emerg log level by alertMatthias P. Braendli2016-10-301-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 servicelinkingMatthias P. Braendli2016-10-291-5/+5
|\|
| * Modernize a few bits and piecesMatthias P. Braendli2016-10-291-5/+5
| |
* | Regroup linkagesets into subsets of same typeMatthias P. Braendli2016-10-021-7/+26
| |
* | Print linking info on startupMatthias P. Braendli2016-09-301-11/+6
| |
* | Parse service linking sectionMatthias P. Braendli2016-09-301-0/+5
| |
* | Clarify how to declare several linking setsMatthias P. Braendli2016-09-301-15/+2
| |
* | Add Linkage data structures to MuxElementsMatthias P. Braendli2016-09-301-0/+50
|/
* Add RC parameters for deferred start/stop of announcementsMatthias P. Braendli2016-09-011-2/+79
| | | | This is helpful to compensate for audio encoding delays.
* Simplify getSubchannel by using lambdaMatthias P. Braendli2016-04-151-1/+1
|
* Rename dabSubchannel to DabSubchannelMatthias P. Braendli2016-04-151-8/+8
|
* Make all getSizeXYZ dabSubchannel member functionsMatthias P. Braendli2016-04-151-7/+6
|
* Make getSizeCu a dabSubchannel member functionMatthias P. Braendli2016-04-151-19/+16
|
* Replace DabService::program by functionMatthias P. Braendli2016-04-151-4/+26
|
* Replace some boost shared_ptr by std onesMatthias P. Braendli2015-12-211-1/+2
|
* Add PTy to RCMatthias P. Braendli2015-11-271-0/+16
|
* Prepare release v0.8.0v0.8.0Matthias P. Braendli2015-09-131-1/+1
|
* Fix several FIG0/19 bugs, subchan id in configMatthias P. Braendli2015-08-151-4/+6
|
* Add FIG0/19Matthias P. Braendli2015-08-151-1/+46
|
* Add new fig carousel to RCMatthias P. Braendli2015-08-131-1/+1
|
* Create enum class subchannel_type_tMatthias P. Braendli2015-08-071-4/+5
|
* Merge branch 'master' into nextMatthias P. Braendli2015-07-271-1/+1
|\