aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix TIST usage for EDI inputMatthias P. Braendli2017-01-273-6/+11
|
* Remove FAKE_UHD, it's anyway brokenMatthias P. Braendli2017-01-272-23/+0
|
* EDI input: decode timestampsMatthias P. Braendli2017-01-204-12/+20
|
* TII is acutally a ModInput, not a ModCodecMatthias P. Braendli2017-01-202-10/+6
|
* EDI: add protection against runaway memory usageMatthias P. Braendli2017-01-133-4/+15
|
* Integrate timestampdecoder into EDI inputMatthias P. Braendli2017-01-137-46/+94
|
* Add threaded UDP input for EDIMatthias P. Braendli2017-01-137-43/+134
|
* Make UdpPacket copyableMatthias P. Braendli2017-01-132-9/+3
|
* Remove unused InputEdiReaderMatthias P. Braendli2017-01-131-99/+0
|
* Update edi code from edilibMatthias P. Braendli2017-01-133-12/+33
|
* Use milliseconds for edi_max_delayMatthias P. Braendli2017-01-062-6/+7
|
* Add edi_max_delay option to config fileMatthias P. Braendli2017-01-063-1/+10
|
* Fix ETI-over-TCP and ZeroMQ inputsMatthias P. Braendli2017-01-063-22/+35
|
* EDI: handle pseq resync and SIGINTMatthias P. Braendli2017-01-066-73/+78
|
* Replace EDI-to-ETI converter with a dedicated EDI sourceMatthias P. Braendli2017-01-0622-626/+679
|
* Use ref instead of pointer for subchannel sourcesMatthias P. Braendli2016-12-266-32/+41
|
* Print fast-math in the feature list on startupMatthias P. Braendli2016-12-261-0/+3
|
* EDI: Handle RFU bits and add some sanity checksMatthias P. Braendli2016-12-264-8/+48
|
* Add first version of EDI inputMatthias P. Braendli2016-12-2532-12/+4112
|
* Add -ffast-math configure optionMatthias P. Braendli2016-12-253-17/+27
|
* Refactor flowgraph and puncturing rulesMatthias P. Braendli2016-12-2560-1309/+797
|
* Remove ModFormatMatthias P. Braendli2016-12-2541-227/+44
|
* Mention ETI-over-TCP in READMEMatthias P. Braendli2016-12-111-1/+1
|
* Include default firfilter taps in binary and enable by defaultMatthias P. Braendli2016-12-117-49/+75
|
* Make gainmode VAR the default and update config to accept gainmode identifiersMatthias P. Braendli2016-12-113-14/+23
|
* Remove unused AVX implementation of FIRFilterMatthias P. Braendli2016-12-111-71/+3
|
* Fix compilation flags settings and force std=c++11Matthias P. Braendli2016-10-281-1/+3
| | | | For some reason, scan-build and other analysis tools don't set the C++11 flag
* Avoid a copy when constructing a log_message_tMatthias P. Braendli2016-10-281-1/+1
|
* Ensure log_message_t contents are always initialisedMatthias P. Braendli2016-10-242-7/+6
|
* Minor improvements in logMatthias P. Braendli2016-10-242-19/+12
|
* Remove useless protected: in EtiReaderMatthias P. Braendli2016-10-241-2/+1
|
* Add TCP input to usage screenMatthias P. Braendli2016-10-101-1/+3
|
* Port some RC changes from ODR-DabMuxMatthias P. Braendli2016-10-102-82/+142
|
* Rework remotecontrolMatthias P. Braendli2016-10-0710-264/+149
|
* Add TCP input recv timeout of 30sMatthias P. Braendli2016-09-211-0/+12
|
* Don't send trace logs to syslogMatthias P. Braendli2016-09-182-19/+29
|
* Remove crc-dwap.py scriptMatthias P. Braendli2016-09-162-549/+0
|
* Add ETI-over-TCP inputMatthias P. Braendli2016-09-115-5/+180
|
* Describe zmq input in command line usageMatthias P. Braendli2016-08-231-1/+1
|
* Increase detail for ZeroMQ error messagesMatthias P. Braendli2016-08-231-2/+16
|
* Prepare release v0.6.0v0.6.0Matthias P. Braendli2016-07-303-8/+57
|
* Fix UHD buffering leading to out of memoryMatthias P. Braendli2016-06-243-12/+40
| | | | | | | | | | | | Since commit d9ef93e, UHD does not backpressure the modulator anymore. If a pipe input is used, the ODR-DabMux before also doesn't get any back-pressure, the modulation thread and the mux run a very high rate. This high rate fills the buffer between OutputUHD and its worker thread, until the out-of-memory killer kills ODR-DabMod. Less impact on ZMQ input, because that is throttled at the mux, but we still have a buffer that can grow in an uncontrolled way
* Move logging writes to separate threadMatthias P. Braendli2016-06-173-16/+73
|
* Set custom names to threadsMatthias P. Braendli2016-06-178-0/+19
|
* Set SCHED_RR prio for all data processing threadsMatthias P. Braendli2016-06-175-0/+24
| | | | This includes Modulator, FIR Filter and UHD worker
* Add TRACE support for timing analysisMatthias P. Braendli2016-06-175-14/+93
|
* Set UHD printout of timestamps to std::fixedMatthias P. Braendli2016-06-171-2/+4
|
* fix segfault on SIGINT before UHD init completesMatthias P. Braendli2016-06-172-6/+14
|
* Do not free FFTW plan before calling destroyMatthias P. Braendli2016-06-101-2/+0
| | | | Fixes segmentation fault in the Resampler destructor
* Remove broken KISS FFT supportMatthias P. Braendli2016-05-2712-479/+17
|