Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Common 27ac70f: Initialise InetAddress::addr | Matthias P. Braendli | 2019-11-18 | 2 | -2/+3 | |
| | | ||||||
* | | Common 0a50ea0: Set SO_REUSEADDR for TCP sockets | Matthias P. Braendli | 2019-11-18 | 1 | -0/+5 | |
| | | ||||||
* | | Initialise TIST with consistent system time at startup | Matthias P. Braendli | 2019-11-15 | 1 | -14/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The change introduced in fd33dd4 (v2.4.0) had the consequence of generating different timestamp offsets depending on when exactly the mux was started. The intended goal to avoid having the NULL symbol output at a fixed offset to avoid receiver synchronisation is however not so important, because most commercial receivers will cut transmission for several seconds before resuming, and the majority of the receivers will then start resynchronising. However, the different timestamp offsets upsets some modulator input modules, which so not necessarily have enough buffering capacity. This change reverts back to the previous behaviour, where the timestamp is set to current system time, rounded to 24ms. | |||||
* | | Travis: remove clang build | Matthias P. Braendli | 2019-11-11 | 1 | -20/+1 | |
| | | ||||||
* | | Travis: try to fix clang build | Matthias P. Braendli | 2019-11-11 | 1 | -0/+2 | |
| | | ||||||
* | | Travis: Fix sourceline and libboost dependency | Matthias P. Braendli | 2019-11-11 | 1 | -3/+3 | |
| | | ||||||
* | | Travis: update to bionic and add AMD64 build | Matthias P. Braendli | 2019-11-11 | 1 | -7/+16 | |
| | | ||||||
* | | Prepare v3.0.1v3.0.1 | Matthias P. Braendli | 2019-10-30 | 2 | -1/+5 | |
| | | ||||||
* | | Pull code from common commit 67a62df, replacing put_time | Matthias P. Braendli | 2019-10-30 | 1 | -3/+8 | |
| | | ||||||
* | | Prepare v3.0.0v3.0.0 | Matthias P. Braendli | 2019-10-29 | 5 | -32/+37 | |
| | | ||||||
* | | Improve zmq2edi usage screen readability | Matthias P. Braendli | 2019-10-29 | 1 | -13/+14 | |
| | | ||||||
* | | Revert "Rename ChangeLog to ChangeLog.md" | Matthias P. Braendli | 2019-10-28 | 1 | -0/+0 | |
| | | | | | | | | This reverts commit a29ba5002af9a50da91332670200c509bb041abb. | |||||
* | | Merge pull request #41 from andimik/next | Matthias P. Braendli | 2019-10-28 | 3 | -3/+7 | |
|\ \ | | | | | | | Renamed TODO.md (for better reading online) | |||||
| * | | Update README.md | andimik | 2019-10-25 | 1 | -2/+6 | |
| | | | ||||||
| * | | Update README.md | andimik | 2019-10-25 | 1 | -1/+1 | |
| | | | ||||||
| * | | Rename ChangeLog to ChangeLog.md | andimik | 2019-10-25 | 1 | -0/+0 | |
| | | | ||||||
| * | | Rename TODO to TODO.md | andimik | 2019-10-25 | 1 | -0/+0 | |
|/ / | ||||||
* | | Use new EDI input API with callback | Matthias P. Braendli | 2019-10-01 | 2 | -18/+17 | |
| | | ||||||
* | | Pull code from common f2a36aa | Matthias P. Braendli | 2019-10-01 | 3 | -35/+21 | |
| | | ||||||
* | | EDI input: fix timestamped frame read | Matthias P. Braendli | 2019-10-01 | 1 | -10/+11 | |
| | | ||||||
* | | Pull common code from 547c789 | Matthias P. Braendli | 2019-09-23 | 2 | -0/+90 | |
| | | ||||||
* | | Rework example mux files to prefer EDI | Matthias P. Braendli | 2019-09-23 | 2 | -76/+82 | |
| | | ||||||
* | | Improve EDI configuration, making a few settings optional | Matthias P. Braendli | 2019-09-23 | 1 | -4/+10 | |
| | | ||||||
* | | Travis: switch OSX build to xcode11 | Matthias P. Braendli | 2019-09-23 | 1 | -1/+1 | |
| | | ||||||
* | | Make EDI input buffer configurable | Matthias P. Braendli | 2019-09-23 | 4 | -6/+34 | |
| | | ||||||
* | | Add buffermanagement setting to RC | Matthias P. Braendli | 2019-09-23 | 7 | -44/+130 | |
| | | ||||||
* | | EDI in: add audio levels metadata and source version | Matthias P. Braendli | 2019-09-18 | 12 | -13/+196 | |
| | | ||||||
* | | GUI: fix RC interface that uses json now | Matthias P. Braendli | 2019-09-09 | 2 | -11/+14 | |
| | | ||||||
* | | Fix EDI with timestamping input | Matthias P. Braendli | 2019-09-05 | 12 | -47/+46 | |
| | | ||||||
* | | lib: update from common code cdf104a and 2847f4d | Matthias P. Braendli | 2019-09-05 | 2 | -2/+26 | |
| | | ||||||
* | | Add Socket to zmq2farsync sources | Matthias P. Braendli | 2019-09-05 | 1 | -0/+2 | |
| | | ||||||
* | | Update example configurations | Matthias P. Braendli | 2019-09-05 | 2 | -36/+40 | |
| | | ||||||
* | | Take BufferManagement setting into account | Matthias P. Braendli | 2019-09-05 | 3 | -2/+30 | |
| | | ||||||
* | | Pull lib/Socket from mmbtools common 162c68c | Matthias P. Braendli | 2019-09-05 | 2 | -14/+18 | |
| | | ||||||
* | | Apply b1fc144 from common | Matthias P. Braendli | 2019-09-02 | 6 | -21/+73 | |
| | | ||||||
* | | Fix usage of abs() in Edi input | Matthias P. Braendli | 2019-08-27 | 1 | -2/+3 | |
| | | ||||||
* | | EDI input: add new buffer management | Matthias P. Braendli | 2019-08-27 | 11 | -62/+215 | |
| | | ||||||
* | | Add missing include | Matthias P. Braendli | 2019-08-27 | 1 | -0/+1 | |
| | | ||||||
* | | Make InputBase::close() return void | Matthias P. Braendli | 2019-08-27 | 11 | -16/+11 | |
| | | ||||||
* | | Make InputBase::setBitrate fail with invalid_argument instead of return value | Matthias P. Braendli | 2019-08-27 | 7 | -12/+25 | |
| | | ||||||
* | | Make InputBase::open() return void | Matthias P. Braendli | 2019-08-27 | 12 | -29/+18 | |
| | | ||||||
* | | Set PTHREAD_CFLAGS for LDADD too | Matthias P. Braendli | 2019-08-27 | 1 | -3/+3 | |
| | | ||||||
* | | Make EDI includes consistent | Matthias P. Braendli | 2019-08-21 | 4 | -5/+6 | |
| | | ||||||
* | | Fix pthread flag in Makefile.am | Matthias P. Braendli | 2019-08-21 | 1 | -8/+8 | |
| | | ||||||
* | | Add missing climits include | Matthias P. Braendli | 2019-08-21 | 1 | -0/+1 | |
| | | ||||||
* | | Add virtual dtor for metadata base class | Matthias P. Braendli | 2019-08-21 | 1 | -0/+2 | |
| | | ||||||
* | | Rename Config.h to EDIConfig.h | Matthias P. Braendli | 2019-08-21 | 4 | -4/+4 | |
| | | ||||||
* | | Simplify nonblocking File input | Matthias P. Braendli | 2019-08-21 | 1 | -17/+20 | |
| | | ||||||
* | | Merge 'MichelDeVittori/master' with nonblock file fix into next | Matthias P. Braendli | 2019-08-21 | 1 | -13/+9 | |
|\ \ | ||||||
| * | | Update File.cpp | Michel De Vittori | 2019-07-22 | 1 | -13/+9 | |
| | | |