Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Common c90e505: Fix EDI UDP packet spreading set to 0 | Matthias P. Braendli | 2021-03-15 | 4 | -203/+8 |
| | |||||
* | Common fc2902b and 4ad00b8: Update EDI output interleaver and spreading | Matthias P. Braendli | 2021-02-24 | 3 | -53/+100 |
| | |||||
* | Add startupcheck | Matthias P. Braendli | 2021-02-24 | 1 | -1/+26 |
| | |||||
* | Common 64b6f10: Fix UDP EDI packet output spreading | Matthias P. Braendli | 2021-02-10 | 1 | -4/+7 |
| | |||||
* | Prepare v1.1.0v1.1.0 | Matthias P. Braendli | 2021-01-23 | 2 | -1/+6 |
| | |||||
* | Fix option parsing on platforms where char is unsigned (e.g. arm) | Matthias P. Braendli | 2021-01-23 | 1 | -1/+1 |
| | |||||
* | Common 405ad00: Reimplement UDPReceiver with poll instead of a thread | Matthias P. Braendli | 2021-01-16 | 2 | -77/+107 |
| | |||||
* | Suppress warning due to zmq.hpp update | Matthias P. Braendli | 2021-01-15 | 1 | -2/+3 |
| | |||||
* | Common 6b5db53: Update zmq.hpp, TCPReceiveServer, EDI decoder and output | Matthias P. Braendli | 2021-01-15 | 20 | -486/+2023 |
| | |||||
* | Common 2ff8a87: ClockTAI: download before expiry | Matthias P. Braendli | 2020-11-30 | 1 | -1/+1 |
| | |||||
* | Update PadInterface to make it identical to ODR-AudioEnc | Matthias P. Braendli | 2020-11-16 | 1 | -4/+4 |
| | |||||
* | Travis: switch to xcode12.2 | Matthias P. Braendli | 2020-11-16 | 1 | -1/+1 |
| | |||||
* | Travis: Try ubuntu focal | Matthias P. Braendli | 2020-11-16 | 1 | -9/+6 |
| | |||||
* | Replace non-portable SOCK_NONBLOCK by fcntl O_NONBLOCK | Matthias P. Braendli | 2020-11-16 | 1 | -2/+14 |
| | |||||
* | common a676d57: EDI output: Make Transport Addressing optional | Matthias P. Braendli | 2020-11-16 | 3 | -7/+9 |
| | |||||
* | Remove unused src/InetAddress files | Matthias P. Braendli | 2020-10-28 | 2 | -351/+0 |
| | |||||
* | common 81f518d: TCPSocket: let recv throw Interrupted on EINTR | Matthias P. Braendli | 2020-10-28 | 2 | -5/+10 |
| | |||||
* | Pull in common 0c5bf36: spread UDP packets over time to avoid bursts | Matthias P. Braendli | 2020-09-23 | 1 | -0/+9 |
| | |||||
* | Prepare v1.0.0v1.0.0 | Matthias P. Braendli | 2020-09-23 | 2 | -1/+7 |
| | |||||
* | Update README example | Matthias P. Braendli | 2020-09-23 | 1 | -2/+4 |
| | |||||
* | Merge branch 'next' into padsocket | Matthias P. Braendli | 2020-09-17 | 3 | -5/+77 |
|\ | |||||
| * | Add --version option | Matthias P. Braendli | 2020-07-21 | 1 | -0/+13 |
| | | |||||
| * | Add Travis-CI | Matthias P. Braendli | 2020-07-20 | 1 | -0/+47 |
| | | |||||
| * | Portability: do not use linux specific SOCK_NONBLOCK in stats publisher | Matthias P. Braendli | 2020-07-20 | 1 | -5/+17 |
| | | |||||
* | | Add missing PadInterface files | Matthias P. Braendli | 2020-09-17 | 2 | -0/+182 |
| | | |||||
* | | Replace PAD fifo by UNIX socket | Matthias P. Braendli | 2020-07-13 | 2 | -39/+20 |
|/ | |||||
* | Prepare v0.6.1v0.6.1 | Matthias P. Braendli | 2020-06-30 | 2 | -1/+6 |
| | |||||
* | Fix RTP sequence number overflow check | Matthias P. Braendli | 2020-06-30 | 1 | -1/+5 |
| | |||||
* | Fix startup ok message | Matthias P. Braendli | 2020-06-30 | 1 | -2/+1 |
| | |||||
* | Add RTP sequence number check | Matthias P. Braendli | 2020-06-29 | 2 | -0/+9 |
| | |||||
* | Reduce number of 'frame received' messages | Matthias P. Braendli | 2020-06-29 | 1 | -6/+2 |
| | |||||
* | Add frame misalignment detection | Matthias P. Braendli | 2020-06-29 | 2 | -5/+20 |
| | |||||
* | Remove old explanation from usage screen | Matthias P. Braendli | 2020-06-29 | 1 | -2/+0 |
| | |||||
* | Fix includes for GCC 10 compatibility | Matthias P. Braendli | 2020-06-08 | 1 | -1/+2 |
| | |||||
* | Update common | Matthias P. Braendli | 2020-05-11 | 6 | -19/+39 |
| | |||||
* | Prepare v0.6.0v0.6.0 | Matthias P. Braendli | 2020-04-27 | 2 | -1/+8 |
| | |||||
* | Add missing line in usage() | Matthias P. Braendli | 2020-04-23 | 1 | -0/+1 |
| | |||||
* | Handle multi-output ZMQ + EDI | Matthias P. Braendli | 2020-04-21 | 1 | -4/+5 |
| | |||||
* | Common 33a8362: EDI TCP output: handle disconnects | Matthias P. Braendli | 2020-04-21 | 5 | -29/+135 |
| | |||||
* | Add MSG_NOSIGNAL and SO_NOSIGPIPE check | Matthias P. Braendli | 2020-04-21 | 1 | -0/+20 |
| | |||||
* | Update m4 macros | Matthias P. Braendli | 2020-04-21 | 5 | -488/+1275 |
| | |||||
* | Common eb85d35: TAI bulletin refresh before it expires | Matthias P. Braendli | 2020-04-06 | 2 | -22/+38 |
| | |||||
* | Rename ZMQ_ENCODER_XYZ constants | Matthias P. Braendli | 2020-03-25 | 4 | -42/+12 |
| | |||||
* | Add --identifier option to specify content of EDI ODRv TAG | Matthias P. Braendli | 2020-03-25 | 3 | -15/+42 |
| | |||||
* | Add example code for RTP timestamp parsing | Matthias P. Braendli | 2019-12-05 | 1 | -2/+22 |
| | |||||
* | Timestamp arrival of UDP packets | Matthias P. Braendli | 2019-12-04 | 7 | -56/+76 |
| | |||||
* | Prepare v0.5.1v0.5.1 | Matthias P. Braendli | 2019-11-18 | 2 | -1/+8 |
| | |||||
* | Move superframe alignment after ordered queue | Matthias P. Braendli | 2019-11-18 | 4 | -33/+39 |
| | |||||
* | Apply common 23752f6 and e10272e | Matthias P. Braendli | 2019-11-18 | 2 | -3/+3 |
| | |||||
* | Fix StatsPublisher socket leak | Matthias P. Braendli | 2019-11-18 | 2 | -0/+10 |
| |