aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Simplify nonblocking File inputMatthias P. Braendli2019-12-201-17/+20
| | | | | | | | (cherry picked from commit 1ce18aa61b14ae5201d70cdf07be62183e18de67)
| * Update File.cppMichel De Vittori2019-12-201-13/+9
| | | | | | | | (cherry picked from commit 0993a6f886115d194466d1787b253e35921fd988)
| * Update File.cppMichel De Vittori2019-12-201-1/+1
| | | | | | | | (cherry picked from commit e1cc67c13c63b7ad894687f8f23863a737fef30f)
* | Initialise EDI buffer_size and prebuffering to reasonable valuesMatthias P. Braendli2019-12-201-2/+2
| |
* | Make EDI input TIST delay configurableMatthias P. Braendli2019-12-107-5/+40
| |
* | Add startupcheck functionalityMatthias P. Braendli2019-11-252-0/+26
| |
* | zmq2edi: never quit because of input resets, make backoff configurableMatthias P. Braendli2019-11-201-6/+10
| |
* | Apply common 23752f6 and e10272eMatthias P. Braendli2019-11-182-3/+3
| |
* | Common 27ac70f: Initialise InetAddress::addrMatthias P. Braendli2019-11-182-2/+3
| |
* | Common 0a50ea0: Set SO_REUSEADDR for TCP socketsMatthias P. Braendli2019-11-181-0/+5
| |
* | Initialise TIST with consistent system time at startupMatthias P. Braendli2019-11-151-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 buildMatthias P. Braendli2019-11-111-20/+1
| |
* | Travis: try to fix clang buildMatthias P. Braendli2019-11-111-0/+2
| |
* | Travis: Fix sourceline and libboost dependencyMatthias P. Braendli2019-11-111-3/+3
| |
* | Travis: update to bionic and add AMD64 buildMatthias P. Braendli2019-11-111-7/+16
| |
* | Prepare v3.0.1v3.0.1Matthias P. Braendli2019-10-302-1/+5
| |
* | Pull code from common commit 67a62df, replacing put_timeMatthias P. Braendli2019-10-301-3/+8
| |
* | Prepare v3.0.0v3.0.0Matthias P. Braendli2019-10-295-32/+37
| |
* | Improve zmq2edi usage screen readabilityMatthias P. Braendli2019-10-291-13/+14
| |
* | Revert "Rename ChangeLog to ChangeLog.md"Matthias P. Braendli2019-10-281-0/+0
| | | | | | | | This reverts commit a29ba5002af9a50da91332670200c509bb041abb.
* | Merge pull request #41 from andimik/nextMatthias P. Braendli2019-10-283-3/+7
|\ \ | | | | | | Renamed TODO.md (for better reading online)
| * | Update README.mdandimik2019-10-251-2/+6
| | |
| * | Update README.mdandimik2019-10-251-1/+1
| | |
| * | Rename ChangeLog to ChangeLog.mdandimik2019-10-251-0/+0
| | |
| * | Rename TODO to TODO.mdandimik2019-10-251-0/+0
|/ /
* | Use new EDI input API with callbackMatthias P. Braendli2019-10-012-18/+17
| |
* | Pull code from common f2a36aaMatthias P. Braendli2019-10-013-35/+21
| |
* | EDI input: fix timestamped frame readMatthias P. Braendli2019-10-011-10/+11
| |
* | Pull common code from 547c789Matthias P. Braendli2019-09-232-0/+90
| |
* | Rework example mux files to prefer EDIMatthias P. Braendli2019-09-232-76/+82
| |
* | Improve EDI configuration, making a few settings optionalMatthias P. Braendli2019-09-231-4/+10
| |
* | Travis: switch OSX build to xcode11Matthias P. Braendli2019-09-231-1/+1
| |
* | Make EDI input buffer configurableMatthias P. Braendli2019-09-234-6/+34
| |
* | Add buffermanagement setting to RCMatthias P. Braendli2019-09-237-44/+130
| |
* | EDI in: add audio levels metadata and source versionMatthias P. Braendli2019-09-1812-13/+196
| |
* | GUI: fix RC interface that uses json nowMatthias P. Braendli2019-09-092-11/+14
| |
* | Fix EDI with timestamping inputMatthias P. Braendli2019-09-0512-47/+46
| |
* | lib: update from common code cdf104a and 2847f4dMatthias P. Braendli2019-09-052-2/+26
| |
* | Add Socket to zmq2farsync sourcesMatthias P. Braendli2019-09-051-0/+2
| |
* | Update example configurationsMatthias P. Braendli2019-09-052-36/+40
| |
* | Take BufferManagement setting into accountMatthias P. Braendli2019-09-053-2/+30
| |
* | Pull lib/Socket from mmbtools common 162c68cMatthias P. Braendli2019-09-052-14/+18
| |
* | Apply b1fc144 from commonMatthias P. Braendli2019-09-026-21/+73
| |
* | Fix usage of abs() in Edi inputMatthias P. Braendli2019-08-271-2/+3
| |
* | EDI input: add new buffer managementMatthias P. Braendli2019-08-2711-62/+215
| |
* | Add missing includeMatthias P. Braendli2019-08-271-0/+1
| |
* | Make InputBase::close() return voidMatthias P. Braendli2019-08-2711-16/+11
| |
* | Make InputBase::setBitrate fail with invalid_argument instead of return valueMatthias P. Braendli2019-08-277-12/+25
| |
* | Make InputBase::open() return voidMatthias P. Braendli2019-08-2712-29/+18
| |
* | Set PTHREAD_CFLAGS for LDADD tooMatthias P. Braendli2019-08-271-3/+3
| |