Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implement a hash function to calculate FIG 0/7 Count field | Matthias P. Braendli | 2020-03-11 | 6 | -53/+131 | |
| | | | | | | This might not be strictly standards compliant, but it avoids having to save state across mux restarts and doesn't place the burden of incrementing the number on the operator. | |||||
* | Describe statistics in doc/STATS.md | Matthias P. Braendli | 2020-03-11 | 4 | -3/+36 | |
| | ||||||
* | Handle errors in EDI input | Matthias P. Braendli | 2020-03-11 | 1 | -2/+14 | |
| | ||||||
* | Pull changes from common 887a122 and d609df3 | Matthias P. Braendli | 2020-03-11 | 3 | -6/+11 | |
| | ||||||
* | Make FIG 0/7 optional and document | Matthias P. Braendli | 2020-03-11 | 6 | -13/+22 | |
| | ||||||
* | Simplify special FIG0/0 and 0/7 carousel handling | Matthias P. Braendli | 2020-03-11 | 1 | -59/+36 | |
| | ||||||
* | Merge KuntzeM's FIG0/7 | Matthias P. Braendli | 2020-03-11 | 8 | -5/+185 | |
|\ | ||||||
| * | add special FIG 0/7 handling to send directly after FIG 0/0 | Mathias Kuntze | 2020-03-10 | 1 | -1/+48 | |
| | | ||||||
| * | fixed FIG 0/7 dependency | Mathias Kuntze | 2020-03-06 | 2 | -0/+3 | |
| | | ||||||
| * | add FIG 0/7 | Mathias Kuntze | 2020-03-06 | 7 | -4/+134 | |
| | | ||||||
* | | Pull common 4266f6d: et audio_levels and version_data in STI frame decoder | Matthias P. Braendli | 2020-02-25 | 1 | -0/+2 | |
| | | ||||||
* | | Replace new/delete in ZMQ input by vector | Matthias P. Braendli | 2020-02-25 | 2 | -12/+13 | |
| | | ||||||
* | | Fix issue that input stays in Unstable when it is prebuffering | Matthias P. Braendli | 2020-02-25 | 2 | -17/+28 | |
|/ | ||||||
* | Make show_dabmux_stats py3 compatible | Matthias P. Braendli | 2020-01-07 | 1 | -4/+4 | |
| | ||||||
* | Make EDI input stats consistent with ZMQ when stream absent | Matthias P. Braendli | 2020-01-07 | 1 | -0/+6 | |
| | ||||||
* | Merge tag 'v2.4.2' into next | Matthias P. Braendli | 2019-12-20 | 1 | -0/+4 | |
|\ | | | | | | | Release v2.4.2 was a bugfix release that was created after v3 | |||||
| * | Prepare v2.4.2v2.4.2 | Matthias P. Braendli | 2019-12-20 | 2 | -1/+5 | |
| | | | | | | | | | | This is a special release that backports a fix that went into v3 back onto v2.4.1. | |||||
| * | Simplify nonblocking File input | Matthias P. Braendli | 2019-12-20 | 1 | -17/+20 | |
| | | | | | | | | (cherry picked from commit 1ce18aa61b14ae5201d70cdf07be62183e18de67) | |||||
| * | Update File.cpp | Michel De Vittori | 2019-12-20 | 1 | -13/+9 | |
| | | | | | | | | (cherry picked from commit 0993a6f886115d194466d1787b253e35921fd988) | |||||
| * | Update File.cpp | Michel De Vittori | 2019-12-20 | 1 | -1/+1 | |
| | | | | | | | | (cherry picked from commit e1cc67c13c63b7ad894687f8f23863a737fef30f) | |||||
* | | Initialise EDI buffer_size and prebuffering to reasonable values | Matthias P. Braendli | 2019-12-20 | 1 | -2/+2 | |
| | | ||||||
* | | Make EDI input TIST delay configurable | Matthias P. Braendli | 2019-12-10 | 7 | -5/+40 | |
| | | ||||||
* | | Add startupcheck functionality | Matthias P. Braendli | 2019-11-25 | 2 | -0/+26 | |
| | | ||||||
* | | zmq2edi: never quit because of input resets, make backoff configurable | Matthias P. Braendli | 2019-11-20 | 1 | -6/+10 | |
| | | ||||||
* | | Apply common 23752f6 and e10272e | Matthias P. Braendli | 2019-11-18 | 2 | -3/+3 | |
| | | ||||||
* | | 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 | |
| | |