summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Clarify which parameters are mandatory for linkingMatthias P. Braendli2016-09-301-7/+9
|
* Clarify how to declare several linking setsMatthias P. Braendli2016-09-303-19/+6
|
* Add Linkage data structures to MuxElementsMatthias P. Braendli2016-09-302-1/+92
|
* Add config file proposal for linkingMatthias P. Braendli2016-09-301-0/+136
|
* TCP out: properly interrupt the threadMatthias P. Braendli2016-09-261-1/+1
|
* Add warning about primary component labelsMatthias P. Braendli2016-09-232-0/+9
|
* 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-233-2/+9
|
* Add remark about component order in advanced.mux exampleMatthias P. Braendli2016-09-231-0/+4
|
* Rework File and Fifo output initialisationMatthias P. Braendli2016-09-163-99/+86
|
* Merge master of DavidLutton/ODR-DabMux into nextMatthias P. Braendli2016-09-162-2/+54
|\
| * Attempt to create FIFO before open, no checksDavid Lutton2016-09-111-4/+0
| |
| * Creates FIFO but breaks stdoutDavid Lutton2016-09-112-2/+58
| |
* | Improve TCP output error displayMatthias P. Braendli2016-09-161-1/+8
| |
* | Add missing files to EXTRA_DISTMatthias P. Braendli2016-09-161-1/+1
| |
* | Update copyright in utils.cppMatthias P. Braendli2016-09-161-1/+1
| |
* | Travis still needs sudoMatthias P. Braendli2016-09-161-1/+1
| |
* | Remove libfec build dependencyMatthias P. Braendli2016-09-165-98/+66
| |
* | Add parts of ka9q libfec to src/fec/Matthias P. Braendli2016-09-1612-0/+1133
| |
* | Add missing ThreadsafeQueue.hMatthias P. Braendli2016-09-112-0/+145
| |
* | Do not compile bridgetest anymoreMatthias P. Braendli2016-09-112-5/+3
| |
* | Drop SLIP, Refactor sockets, improve TCP outputMatthias P. Braendli2016-09-1126-1953/+629
| | | | | | | | | | | | | | | | Quite a large refactoring of the sockets, TCP and UDP, in order to improve the ETI-over-TCP output. This can now accept several simultaneous connections, and requires a throttle. The SLIP input is gone. The UDP inputs are currently broken.
* | 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-092-21/+17
| |
* | Clarification of datagroup flag for MOT ApplicationsNick Piggott2016-09-091-2/+7
| | | | | | | | | | MOT Applications (Slideshow, EPG), require datagroup to be true, not the default of false.
* | Update to add EPG Profile information to User Application BytesNick Piggott2016-09-091-5/+14
| |
* | Add missing include arrayMatthias P. Braendli2016-09-081-1/+2
|/
* Prepare v1.1.0v1.1.0Matthias P. Braendli2016-09-022-1/+8
|
* Update RC documentation with annoucement explanationMatthias P. Braendli2016-09-011-10/+40
|
* Add RC parameters for deferred start/stop of announcementsMatthias P. Braendli2016-09-013-6/+107
| | | | This is helpful to compensate for audio encoding delays.
* Remove dabUtils.{h,cpp}, move to utilsMatthias P. Braendli2016-08-229-95/+26
| | | | Also remove the obsolete dump code
* Switch FIG0/10 to long formMatthias P. Braendli2016-08-228-32/+59
| | | | | The latest draft specification deprecates the short form, and most muxes today used the long form.
* Prepare v1.0.0v1.0.0Matthias P. Braendli2016-07-303-3/+12
|
* Update TODO and READMEMatthias P. Braendli2016-07-303-7/+65
|
* Fix parsing in TAI-UTC bulletinMatthias P. Braendli2016-07-301-11/+96
| | | | | | The parser only took the last line of the bulletin, but didn't ignore announcements for leap seconds occurring in the future. This commit fixes this
* Add TAI clock runtime failure if no cURL availableMatthias P. Braendli2016-07-301-0/+2
|
* Make ZeroMQ mandatory, ManagementServer needs it anywayMatthias P. Braendli2016-07-224-31/+12
|
* Add 1h retry if TAI offset download failedMatthias P. Braendli2016-07-221-0/+3
|
* Add comment about ASCTy for DAB+Matthias P. Braendli2016-07-111-1/+9
|
* Properly copy DabOutputFile, make get_info() constMatthias P. Braendli2016-07-043-10/+12
|
* Improve log for RemoteControllerTelnetMatthias P. Braendli2016-07-041-4/+2
|
* set IDs in example mux filesMatthias P. Braendli2016-06-172-1/+6
|
* Initialise zmq inputs to prebufferingMatthias P. Braendli2016-05-161-1/+1
|
* Add protection setting to example.muxMatthias P. Braendli2016-05-061-0/+2
|
* Set program return codesMatthias P. Braendli2016-04-151-1/+4
|
* Notice user on quit if frame limit reachedMatthias P. Braendli2016-04-151-1/+4
|
* Make signal handler printouts single-lineMatthias P. Braendli2016-04-151-7/+7
|