summaryrefslogtreecommitdiffstats
path: root/src/fig
Commit message (Collapse)AuthorAgeFilesLines
* Merge FIG0/8 fix from pull request 24Matthias P. Braendli2017-06-161-4/+8
|\
| * Correct insertion of long form SID in FIG0/8 Nick Piggott2017-06-111-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 rateMatthias P. Braendli2017-06-092-5/+12
| |
* | Add initial implementation for FIG0/24Matthias P. Braendli2017-06-055-3/+237
|/
* Set correct repetition rate for FIG0/21Matthias P. Braendli2017-05-011-1/+1
|
* Remove FIG0/21 debug messagesMatthias P. Braendli2017-05-011-1/+1
|
* Fix FIG0/21 insertionMatthias P. Braendli2017-05-012-26/+54
|
* Correct order of length indicator in FIG0_21 headerMatthias P. Braendli2017-04-221-1/+1
|
* Move all FIG structures to cpp files, fix FIG0_21 rfaMatthias P. Braendli2017-04-2229-386/+387
|
* WIP: Correct calculation of FIG0/21 required sizeMatthias P. Braendli2017-04-202-28/+27
|
* WIP: Rework FIG0/21 definition and get FIC insertion to compileMatthias P. Braendli2017-04-206-69/+149
|
* Add FIG0/21 work in progressMatthias P. Braendli2017-04-093-1/+218
|
* Avoid uninitialised fields, modernise DabService::nbComponentMatthias P. Braendli2017-01-281-1/+1
|
* Remove service linking active from RCMatthias P. Braendli2016-11-284-114/+12
| | | | | This can be added later if the need arises, and when proper testing validates the implementation.
* Add FIG0/6 CEIMatthias P. Braendli2016-10-104-6/+92
|
* Merge next into servicelinkingMatthias P. Braendli2016-10-102-27/+6
|\
| * Simplify FIG allocation code in carouselMatthias P. Braendli2016-10-102-27/+6
| |
* | Add missing else if in FIG0/6Matthias P. Braendli2016-10-031-1/+1
| |
* | Fix byte order in FIG0/6 structuresMatthias P. Braendli2016-10-032-10/+18
| |
* | Fix iterator usage in FIG0/6Matthias P. Braendli2016-10-031-4/+38
| |
* | Announce correct FIG Extension for FIG0/6Matthias P. Braendli2016-10-021-1/+1
| |
* | Correct number of bytes inserted for FIG0/6Matthias P. Braendli2016-10-021-4/+0
| |
* | Set IdLQ properly in FIG0/6Matthias P. Braendli2016-10-021-8/+16
| |
* | Instantiate and schedule FIG0/6 in the carouselMatthias P. Braendli2016-10-022-0/+3
| |
* | Regroup linkagesets into subsets of same typeMatthias P. Braendli2016-10-022-20/+60
| |
* | Merge branch 'next' into servicelinkingMatthias P. Braendli2016-10-0229-1922/+2743
|\| | | | | | | And move FIG0/6 to new files
| * Split FIG0 into several filesMatthias P. Braendli2016-10-0227-1685/+2453
| |
| * Move FIG0 structures to separate fileMatthias P. Braendli2016-10-023-319/+350
| | | | | | | | (cherry picked from commit 0360110bfb7320f3310737b6b75da5f8cd96edb9)
| * Refactor handling of FIG state out of 0/19Matthias P. Braendli2016-10-022-82/+69
| | | | | | | | We are going to need this for other FIGs too
* | Add some WIP for FIG0/6Matthias P. Braendli2016-10-022-8/+135
| |
* | Add some FIG0/6 structures and skeletonMatthias P. Braendli2016-09-303-0/+116
| |
* | Move FIG0 structures to separate fileMatthias P. Braendli2016-09-303-319/+350
|/
* Add warning about primary component labelsMatthias P. Braendli2016-09-231-0/+3
|
* Remove FIG0/5 debuggingMatthias P. Braendli2016-09-231-8/+0
|
* Add FIG0/5 to transmit language now that it's not in 0/17 anymoreMatthias P. Braendli2016-09-234-5/+129
|
* Simplify FIG0/3 structuresMatthias P. Braendli2016-09-232-33/+22
|
* Update FIG0/17 to EN 300 401 V2.1.1Matthias P. Braendli2016-09-232-35/+25
|
* Update FIG0/9 to EN 300 401 V2.1.1Matthias P. Braendli2016-09-232-2/+4
|
* Reduce FIG0/17 Repetition RateNick Piggott2016-09-091-1/+1
| | | | | | TS 101 496-2 suggests repetition rate "B" for FIG0/17 (except when a language or Pty change of the programme is imminent). Reducing the repetition rate frees up space in FIC.
* Reindent code and update docMatthias P. Braendli2016-09-091-13/+13
|
* Update to add EPG Profile information to User Application BytesNick Piggott2016-09-091-5/+14
|
* Add RC parameters for deferred start/stop of announcementsMatthias P. Braendli2016-09-011-1/+1
| | | | This is helpful to compensate for audio encoding delays.
* Remove dabUtils.{h,cpp}, move to utilsMatthias P. Braendli2016-08-221-1/+0
| | | | Also remove the obsolete dump code
* Switch FIG0/10 to long formMatthias P. Braendli2016-08-225-13/+32
| | | | | The latest draft specification deprecates the short form, and most muxes today used the long form.
* Rename dabSubchannel to DabSubchannelMatthias P. Braendli2016-04-151-2/+2
|
* Make getSizeCu a dabSubchannel member functionMatthias P. Braendli2016-04-151-2/+2
|
* Replace DabService::program by functionMatthias P. Braendli2016-04-151-9/+8
|
* Fix FIG0/8 insertion with data & audio servicesMatthias P. Braendli2016-04-152-22/+53
|
* Add FIG0_1 debug logging (disabled)Matthias P. Braendli2016-04-151-0/+29
|
* Fix FIG0/2 insertion with data & audio serviceMatthias P. Braendli2016-04-152-14/+90
|