Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Force -std=c++11 in CXXFLAGS | Matthias P. Braendli | 2016-10-28 | 1 | -2/+2 |
| | |||||
* | Fix zmq epgm:// input and mpeg enryption | Matthias P. Braendli | 2016-10-15 | 2 | -64/+53 |
| | |||||
* | Fix telnet RC shutdown | Matthias P. Braendli | 2016-10-10 | 2 | -75/+121 |
| | |||||
* | Replace select() by poll() for TcpSocket accept | Matthias P. Braendli | 2016-10-10 | 1 | -10/+5 |
| | |||||
* | Fix TCP output display in startup summary | Matthias P. Braendli | 2016-10-10 | 1 | -0/+2 |
| | |||||
* | Replace m_running by m_active in RC | Matthias P. Braendli | 2016-10-10 | 2 | -15/+18 |
| | |||||
* | Fix dabOutputTCP shutdown using accept() with timeout | Matthias P. Braendli | 2016-10-10 | 3 | -1/+37 |
| | |||||
* | Simplify FIG allocation code in carousel | Matthias P. Braendli | 2016-10-10 | 2 | -27/+6 |
| | |||||
* | Print to log when a setting is changed through RC | Matthias P. Braendli | 2016-10-07 | 2 | -5/+18 |
| | |||||
* | Add ZeroMQ RC | Matthias P. Braendli | 2016-10-07 | 3 | -63/+15 |
| | |||||
* | Rework remotecontrol | Matthias P. Braendli | 2016-10-07 | 7 | -243/+464 |
| | |||||
* | Avoid deadlock on receiving signal | Matthias P. Braendli | 2016-10-03 | 1 | -9/+12 |
| | |||||
* | Split FIG0 into several files | Matthias P. Braendli | 2016-10-02 | 28 | -1686/+2467 |
| | |||||
* | Move FIG0 structures to separate file | Matthias P. Braendli | 2016-10-02 | 5 | -320/+352 |
| | | | | (cherry picked from commit 0360110bfb7320f3310737b6b75da5f8cd96edb9) | ||||
* | Refactor handling of FIG state out of 0/19 | Matthias P. Braendli | 2016-10-02 | 2 | -82/+69 |
| | | | | We are going to need this for other FIGs too | ||||
* | TCP out: properly interrupt the thread | Matthias P. Braendli | 2016-09-26 | 1 | -1/+1 |
| | |||||
* | Add warning about primary component labels | Matthias P. Braendli | 2016-09-23 | 2 | -0/+9 |
| | |||||
* | Remove FIG0/5 debugging | Matthias P. Braendli | 2016-09-23 | 1 | -8/+0 |
| | |||||
* | Add FIG0/5 to transmit language now that it's not in 0/17 anymore | Matthias P. Braendli | 2016-09-23 | 4 | -5/+129 |
| | |||||
* | Simplify FIG0/3 structures | Matthias P. Braendli | 2016-09-23 | 2 | -33/+22 |
| | |||||
* | Update FIG0/17 to EN 300 401 V2.1.1 | Matthias P. Braendli | 2016-09-23 | 2 | -35/+25 |
| | |||||
* | Update FIG0/9 to EN 300 401 V2.1.1 | Matthias P. Braendli | 2016-09-23 | 2 | -2/+4 |
| | |||||
* | Rework File and Fifo output initialisation | Matthias P. Braendli | 2016-09-16 | 3 | -99/+86 |
| | |||||
* | Merge master of DavidLutton/ODR-DabMux into next | Matthias P. Braendli | 2016-09-16 | 2 | -2/+54 |
|\ | |||||
| * | Attempt to create FIFO before open, no checks | David Lutton | 2016-09-11 | 1 | -4/+0 |
| | | |||||
| * | Creates FIFO but breaks stdout | David Lutton | 2016-09-11 | 2 | -2/+58 |
| | | |||||
* | | Improve TCP output error display | Matthias P. Braendli | 2016-09-16 | 1 | -1/+8 |
| | | |||||
* | | Update copyright in utils.cpp | Matthias P. Braendli | 2016-09-16 | 1 | -1/+1 |
| | | |||||
* | | Remove libfec build dependency | Matthias P. Braendli | 2016-09-16 | 2 | -62/+65 |
| | | |||||
* | | Add parts of ka9q libfec to src/fec/ | Matthias P. Braendli | 2016-09-16 | 11 | -0/+1128 |
| | | |||||
* | | Add missing ThreadsafeQueue.h | Matthias P. Braendli | 2016-09-11 | 2 | -0/+145 |
| | | |||||
* | | Do not compile bridgetest anymore | Matthias P. Braendli | 2016-09-11 | 1 | -5/+1 |
| | | |||||
* | | Drop SLIP, Refactor sockets, improve TCP output | Matthias P. Braendli | 2016-09-11 | 22 | -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 Rate | Nick Piggott | 2016-09-09 | 1 | -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 doc | Matthias P. Braendli | 2016-09-09 | 1 | -13/+13 |
| | | |||||
* | | Update to add EPG Profile information to User Application Bytes | Nick Piggott | 2016-09-09 | 1 | -5/+14 |
| | | |||||
* | | Add missing include array | Matthias P. Braendli | 2016-09-08 | 1 | -1/+2 |
|/ | |||||
* | Add RC parameters for deferred start/stop of announcements | Matthias P. Braendli | 2016-09-01 | 3 | -6/+107 |
| | | | | This is helpful to compensate for audio encoding delays. | ||||
* | Remove dabUtils.{h,cpp}, move to utils | Matthias P. Braendli | 2016-08-22 | 9 | -95/+26 |
| | | | | Also remove the obsolete dump code | ||||
* | Switch FIG0/10 to long form | Matthias P. Braendli | 2016-08-22 | 8 | -32/+59 |
| | | | | | The latest draft specification deprecates the short form, and most muxes today used the long form. | ||||
* | Fix parsing in TAI-UTC bulletin | Matthias P. Braendli | 2016-07-30 | 1 | -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 available | Matthias P. Braendli | 2016-07-30 | 1 | -0/+2 |
| | |||||
* | Make ZeroMQ mandatory, ManagementServer needs it anyway | Matthias P. Braendli | 2016-07-22 | 1 | -6/+0 |
| | |||||
* | Add 1h retry if TAI offset download failed | Matthias P. Braendli | 2016-07-22 | 1 | -0/+3 |
| | |||||
* | Add comment about ASCTy for DAB+ | Matthias P. Braendli | 2016-07-11 | 1 | -1/+9 |
| | |||||
* | Properly copy DabOutputFile, make get_info() const | Matthias P. Braendli | 2016-07-04 | 3 | -10/+12 |
| | |||||
* | Improve log for RemoteControllerTelnet | Matthias P. Braendli | 2016-07-04 | 1 | -4/+2 |
| | |||||
* | Initialise zmq inputs to prebuffering | Matthias P. Braendli | 2016-05-16 | 1 | -1/+1 |
| | |||||
* | Set program return codes | Matthias P. Braendli | 2016-04-15 | 1 | -1/+4 |
| | |||||
* | Notice user on quit if frame limit reached | Matthias P. Braendli | 2016-04-15 | 1 | -1/+4 |
| |