summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Drop SLIP, Refactor sockets, improve TCP outputMatthias P. Braendli2016-09-1122-1944/+615
| | | | | | | | 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-091-13/+13
|
* 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
|
* 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.
* 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-221-6/+0
|
* 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
|
* Initialise zmq inputs to prebufferingMatthias P. Braendli2016-05-161-1/+1
|
* 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
|
* Fix typo that broke startAddress initialisationMatthias P. Braendli2016-04-151-1/+1
|
* Simplify getSubchannel by using lambdaMatthias P. Braendli2016-04-152-10/+1
|
* Rename dabSubchannel to DabSubchannelMatthias P. Braendli2016-04-159-35/+35
|
* Make all getSizeXYZ dabSubchannel member functionsMatthias P. Braendli2016-04-153-20/+23
|
* Make getSizeCu a dabSubchannel member functionMatthias P. Braendli2016-04-155-26/+23
|
* Replace DabService::program by functionMatthias P. Braendli2016-04-154-34/+38
|
* 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
|
* Add discard level to LogMatthias P. Braendli2016-04-152-4/+16
|
* Remove incomplete setptree ManagementServer commandMatthias P. Braendli2016-04-015-110/+5
|
* Set default DAB TM to 1Matthias P. Braendli2016-04-011-1/+1
|
* Remove old carouselMatthias P. Braendli2016-04-017-1492/+393
|
* Remove debug output in dabOutputUdpMatthias P. Braendli2016-03-261-6/+2
|
* Add source and ttl config to UDP outputMatthias P. Braendli2016-03-261-45/+76
| | | | This is useful for multicast output.
* Replace std::regex with boost::regexMatthias P. Braendli2016-03-252-5/+5
| | | | | This should allow us to support ubuntu 14.04 LTS and other distributions that do not ship a complete C++11 stdlib
* MPEG zmq input bugfixMatthias P. Braendli2016-03-061-3/+3
|
* Remove useless include in dabOutputUdp.cppMatthias P. Braendli2016-03-061-1/+0
|
* Reorder include stdlibMatthias P. Braendli2016-03-061-2/+2
|
* Fix odr-zmq2farsync compilation with RAW disabledMatthias P. Braendli2016-03-061-3/+5
|
* Use std::chrono in ClockTAIMatthias P. Braendli2016-03-052-22/+8
|
* Replace clock_gettime with std::chrono for EDIMatthias P. Braendli2016-03-056-18/+19
|
* Compile under OSXMatthias P. Braendli2016-03-055-3/+25
|
* Replace SOL_IP by more portable IPPROTO_IPMatthias P. Braendli2016-03-051-1/+1
|
* Conditionally compile zmq2farsyncMatthias P. Braendli2016-03-051-1/+2
|
* Replace platform specific simul:// by C++11 chronoMatthias P. Braendli2016-03-052-16/+15
|
* EDI: handle fec=0, fragment AF packetsMatthias P. Braendli2016-03-041-35/+69
|
* Enable new carousel by defaultMatthias P. Braendli2016-02-281-1/+1
|
* Increase FIG deadlinesMatthias P. Braendli2016-02-283-16/+36
|
* Minor Log.{h,cpp} improvementsMatthias P. Braendli2016-02-282-6/+4
|
* Guard log print to stderr with mutexMatthias P. Braendli2016-02-282-1/+7
|