aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| |
* | Make EDI includes consistentMatthias P. Braendli2019-08-214-5/+6
| |
* | Fix pthread flag in Makefile.amMatthias P. Braendli2019-08-211-8/+8
| |
* | Add missing climits includeMatthias P. Braendli2019-08-211-0/+1
| |
* | Add virtual dtor for metadata base classMatthias P. Braendli2019-08-211-0/+2
| |
* | Rename Config.h to EDIConfig.hMatthias P. Braendli2019-08-214-4/+4
| |
* | Simplify nonblocking File inputMatthias P. Braendli2019-08-211-17/+20
| |
* | Merge 'MichelDeVittori/master' with nonblock file fix into nextMatthias P. Braendli2019-08-211-13/+9
|\ \
| * | Update File.cppMichel De Vittori2019-07-221-13/+9
| | |
| * | Update File.cppMichel De Vittori2019-07-191-1/+1
| |/
* | Merge branch 'ediInput' into nextMatthias P. Braendli2019-08-2159-1706/+4118
|\ \