summaryrefslogtreecommitdiffstats
path: root/src/fig
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove old carouselMatthias P. Braendli2016-04-014-6/+374
|
* Increase FIG deadlinesMatthias P. Braendli2016-02-283-16/+36
|
* Remove debugging printsMatthias P. Braendli2016-02-281-15/+0
|
* Move watermark to FIG0/1 in new carouselMatthias P. Braendli2016-02-282-49/+75
|
* Remove requirement that MCI be only in FIB0Matthias P. Braendli2016-01-311-6/+5
|
* Move FIG rate_increment_ms() to new fileMatthias P. Braendli2016-01-312-14/+48
|
* Replace some boost shared_ptr by std onesMatthias P. Braendli2015-12-213-6/+7
|
* Add component carousel to FIG0/3Matthias P. Braendli2015-12-212-16/+29
|
* Add PTy to RCMatthias P. Braendli2015-11-271-0/+1
|
* Add missing includes in FIG0.hMatthias P. Braendli2015-09-231-0/+2
|