Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a bit of background explanation about FIG0/19 NewFlag | Matthias P. Braendli | 2019-07-11 | 1 | -0/+13 |
| | |||||
* | Add FIG2 options for character field and text control | Matthias P. Braendli | 2019-02-16 | 2 | -55/+68 |
| | |||||
* | Simplify and use isProgramme where possible | Matthias P. Braendli | 2019-02-13 | 4 | -13/+9 |
| | |||||
* | Fix FIG0/24 for DAB+ services | Matthias P. Braendli | 2019-02-13 | 1 | -11/+11 |
| | |||||
* | Remove references to nonfunctional FIDC | Matthias P. Braendli | 2019-02-13 | 3 | -15/+4 |
| | |||||
* | Merge KuntzeM's pull request fixing #35 into next | Matthias P. Braendli | 2019-02-13 | 5 | -16/+35 |
|\ | | | | | | | 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 | 4 | -10/+21 |
| | | |||||
* | | Fix FIG2 data service and component labels | Matthias P. Braendli | 2019-01-30 | 4 | -64/+41 |
| | | |||||
* | | Add partial FIG2 label support | Matthias P. Braendli | 2019-01-29 | 6 | -12/+621 |
| | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Use reentrant gmtime and localtime functions, and other tweaks | Matthias P. Braendli | 2019-01-28 | 2 | -10/+11 |
|/ | |||||
* | Add support for sending empty linkage sets to clear receiver databases | Matthias P. Braendli | 2018-08-16 | 1 | -4/+14 |
| | |||||
* | FIG0/6: use service ECC if defined | Matthias P. Braendli | 2018-08-16 | 1 | -2/+3 |
| | |||||
* | Add support for services with different ECC in FIG0/9 | Matthias P. Braendli | 2018-07-31 | 2 | -8/+120 |
| | |||||
* | Use absolute expiry time in TransitionHandler | Matthias P. Braendli | 2018-07-24 | 2 | -20/+20 |
| | | | | | This is because we cannot guarantee that the update function is called in regular intervals. | ||||
* | Check if a FIG has changed its rate before sorting the FIGs | Matthias P. Braendli | 2018-07-24 | 2 | -5/+40 |
| | |||||
* | Minor FIGCarousel cleanup | Matthias P. Braendli | 2018-07-24 | 1 | -12/+14 |
| | |||||
* | Change FIG interface function signatures | Matthias P. Braendli | 2018-07-24 | 18 | -63/+63 |
| | |||||
* | Add some debugging to FIG0/19 | Matthias P. Braendli | 2018-07-24 | 1 | -0/+10 |
| | |||||
* | Rework frequency information representation | Matthias P. Braendli | 2018-03-01 | 2 | -161/+227 |
| | |||||
* | Move FIG0/21 header insertion out of fle loop | Matthias P. Braendli | 2018-03-01 | 1 | -11/+17 |
| | |||||
* | Check that FIGs don't write too many bytes | Matthias P. Braendli | 2018-03-01 | 1 | -1/+9 |
| | |||||
* | Fix length of FI freq list check | Matthias P. Braendli | 2018-03-01 | 1 | -6/+16 |
| | |||||
* | Let FIGs fail more gently in case of errors | Matthias P. Braendli | 2018-02-21 | 6 | -27/+30 |
| | |||||
* | Disable FIG0/24 debugging output | Matthias P. Braendli | 2018-02-21 | 1 | -1/+1 |
| | |||||
* | Rework other_ensemble to support OE=1 in FIG0/24 | Matthias P. Braendli | 2018-02-20 | 2 | -25/+44 |
| | |||||
* | Use shared_ptr instead of component and subchannel pointers | Matthias P. Braendli | 2018-02-20 | 10 | -15/+15 |
| | |||||
* | Add OE=1 support for FrequencyInformation | Matthias P. Braendli | 2018-02-17 | 2 | -6/+18 |
| | |||||
* | PTy: add static/dynamic setting to configuration and RC | Matthias P. Braendli | 2018-01-29 | 1 | -3/+3 |
| | |||||
* | Merge FIG0/8 fix from pull request 24 | Matthias P. Braendli | 2017-06-16 | 1 | -4/+8 |
|\ | |||||
| * | Correct insertion of long form SID in FIG0/8 | Nick Piggott | 2017-06-11 | 1 | -4/+8 |
| | | | | | | Only the bottom 16 bits of long form SIDs (32 bit) were not being correctly written into FIG0/8. This amendment corrects that to write all 32bits. | ||||
* | | Properly insert FIG0/24 and set correct repetition rate | Matthias P. Braendli | 2017-06-09 | 2 | -5/+12 |
| | | |||||
* | | Add initial implementation for FIG0/24 | Matthias P. Braendli | 2017-06-05 | 5 | -3/+237 |
|/ | |||||
* | Set correct repetition rate for FIG0/21 | Matthias P. Braendli | 2017-05-01 | 1 | -1/+1 |
| | |||||
* | Remove FIG0/21 debug messages | Matthias P. Braendli | 2017-05-01 | 1 | -1/+1 |
| | |||||
* | Fix FIG0/21 insertion | Matthias P. Braendli | 2017-05-01 | 2 | -26/+54 |
| | |||||
* | Correct order of length indicator in FIG0_21 header | Matthias P. Braendli | 2017-04-22 | 1 | -1/+1 |
| | |||||
* | Move all FIG structures to cpp files, fix FIG0_21 rfa | Matthias P. Braendli | 2017-04-22 | 29 | -386/+387 |
| | |||||
* | WIP: Correct calculation of FIG0/21 required size | Matthias P. Braendli | 2017-04-20 | 2 | -28/+27 |
| | |||||
* | WIP: Rework FIG0/21 definition and get FIC insertion to compile | Matthias P. Braendli | 2017-04-20 | 6 | -69/+149 |
| | |||||
* | Add FIG0/21 work in progress | Matthias P. Braendli | 2017-04-09 | 3 | -1/+218 |
| | |||||
* | Avoid uninitialised fields, modernise DabService::nbComponent | Matthias P. Braendli | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | Remove service linking active from RC | Matthias P. Braendli | 2016-11-28 | 4 | -114/+12 |
| | | | | | This can be added later if the need arises, and when proper testing validates the implementation. | ||||
* | Add FIG0/6 CEI | Matthias P. Braendli | 2016-10-10 | 4 | -6/+92 |
| | |||||
* | Merge next into servicelinking | Matthias P. Braendli | 2016-10-10 | 2 | -27/+6 |
|\ | |||||
| * | Simplify FIG allocation code in carousel | Matthias P. Braendli | 2016-10-10 | 2 | -27/+6 |
| | | |||||
* | | Add missing else if in FIG0/6 | Matthias P. Braendli | 2016-10-03 | 1 | -1/+1 |
| | | |||||
* | | Fix byte order in FIG0/6 structures | Matthias P. Braendli | 2016-10-03 | 2 | -10/+18 |
| | | |||||
* | | Fix iterator usage in FIG0/6 | Matthias P. Braendli | 2016-10-03 | 1 | -4/+38 |
| | | |||||
* | | Announce correct FIG Extension for FIG0/6 | Matthias P. Braendli | 2016-10-02 | 1 | -1/+1 |
| | | |||||
* | | Correct number of bytes inserted for FIG0/6 | Matthias P. Braendli | 2016-10-02 | 1 | -4/+0 |
| | |