Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix UHD LO offset logging | Matthias P. Braendli | 2017-02-25 | 1 | -15/+15 |
| | |||||
* | Move setenv earlier | Matthias P. Braendli | 2017-02-25 | 1 | -4/+4 |
| | | | | | | | the glibc manual says in chapter 25.4.1 Environment Access 'Modifications of environment variables are not allowed in multi-threaded programs.' So we do it before we become multi-threaded. | ||||
* | Add ability to set UHD LO offset | Matthias P. Braendli | 2017-02-25 | 3 | -3/+25 |
| | |||||
* | Set uhd timestamps log to std::fixed | Matthias P. Braendli | 2017-02-25 | 1 | -0/+3 |
| | |||||
* | Log: replace spsc queue by Threadsafequeue | Matthias P. Braendli | 2017-02-24 | 2 | -7/+3 |
| | | | | | The function pushing messages into the queue gets called from more than one thread, which is illegal according to boost::lockfree documentation. | ||||
* | Change phase of TII carriers | Matthias P. Braendli | 2017-02-24 | 5 | -43/+100 |
| | | | | This adapts the patch contributed by Piratfm to the next branch | ||||
* | Update EDI lib: fix SAD and take latest changes | Matthias P. Braendli | 2017-02-17 | 5 | -22/+33 |
| | |||||
* | Fix SAD field width | Stefan Pöschel | 2017-02-17 | 2 | -2/+2 |
| | | | | | | The width of the SAD field is 10bit, therefore up to now subchannels with a higher start address were by mistake placed at a lower address within the MSC. Thereby also other subchannels could have been overwritten. | ||||
* | Fix incorrect frame size bug due to missing puncturing padding | Matthias P. Braendli | 2017-02-12 | 6 | -28/+82 |
| | |||||
* | Add buffer size check in TimeInterleaver | Matthias P. Braendli | 2017-02-11 | 1 | -4/+8 |
| | |||||
* | Make invalid subchannel size error more detailed | Matthias P. Braendli | 2017-02-10 | 1 | -2/+6 |
| | |||||
* | Describe SoapySDR dependencies | Matthias P. Braendli | 2017-02-10 | 2 | -0/+19 |
| | |||||
* | Add support for SoapySDR | Matthias P. Braendli | 2017-02-10 | 10 | -57/+567 |
| | |||||
* | Set structure default values for UHD configuration | Matthias P. Braendli | 2017-02-10 | 1 | -10/+10 |
| | |||||
* | Boost: unify version requirement to 1.54 | Stefan Pöschel | 2017-01-31 | 2 | -2/+2 |
| | | | | Was 1.55, but this can lead to version conflicts on Ubuntu 14.04 LTS | ||||
* | Add a r/o timestamp remote-control parameter to display FCT and TIST | Matthias P. Braendli | 2017-01-27 | 2 | -0/+14 |
| | |||||
* | Fix TIST usage for EDI input | Matthias P. Braendli | 2017-01-27 | 3 | -6/+11 |
| | |||||
* | Remove FAKE_UHD, it's anyway broken | Matthias P. Braendli | 2017-01-27 | 2 | -23/+0 |
| | |||||
* | EDI input: decode timestamps | Matthias P. Braendli | 2017-01-20 | 4 | -12/+20 |
| | |||||
* | TII is acutally a ModInput, not a ModCodec | Matthias P. Braendli | 2017-01-20 | 2 | -10/+6 |
| | |||||
* | EDI: add protection against runaway memory usage | Matthias P. Braendli | 2017-01-13 | 3 | -4/+15 |
| | |||||
* | Integrate timestampdecoder into EDI input | Matthias P. Braendli | 2017-01-13 | 7 | -46/+94 |
| | |||||
* | Add threaded UDP input for EDI | Matthias P. Braendli | 2017-01-13 | 7 | -43/+134 |
| | |||||
* | Make UdpPacket copyable | Matthias P. Braendli | 2017-01-13 | 2 | -9/+3 |
| | |||||
* | Remove unused InputEdiReader | Matthias P. Braendli | 2017-01-13 | 1 | -99/+0 |
| | |||||
* | Update edi code from edilib | Matthias P. Braendli | 2017-01-13 | 3 | -12/+33 |
| | |||||
* | Use milliseconds for edi_max_delay | Matthias P. Braendli | 2017-01-06 | 2 | -6/+7 |
| | |||||
* | Add edi_max_delay option to config file | Matthias P. Braendli | 2017-01-06 | 3 | -1/+10 |
| | |||||
* | Fix ETI-over-TCP and ZeroMQ inputs | Matthias P. Braendli | 2017-01-06 | 3 | -22/+35 |
| | |||||
* | EDI: handle pseq resync and SIGINT | Matthias P. Braendli | 2017-01-06 | 6 | -73/+78 |
| | |||||
* | Replace EDI-to-ETI converter with a dedicated EDI source | Matthias P. Braendli | 2017-01-06 | 22 | -626/+679 |
| | |||||
* | Use ref instead of pointer for subchannel sources | Matthias P. Braendli | 2016-12-26 | 6 | -32/+41 |
| | |||||
* | Print fast-math in the feature list on startup | Matthias P. Braendli | 2016-12-26 | 1 | -0/+3 |
| | |||||
* | EDI: Handle RFU bits and add some sanity checks | Matthias P. Braendli | 2016-12-26 | 4 | -8/+48 |
| | |||||
* | Add first version of EDI input | Matthias P. Braendli | 2016-12-25 | 32 | -12/+4112 |
| | |||||
* | Add -ffast-math configure option | Matthias P. Braendli | 2016-12-25 | 3 | -17/+27 |
| | |||||
* | Refactor flowgraph and puncturing rules | Matthias P. Braendli | 2016-12-25 | 60 | -1309/+797 |
| | |||||
* | Remove ModFormat | Matthias P. Braendli | 2016-12-25 | 41 | -227/+44 |
| | |||||
* | Mention ETI-over-TCP in README | Matthias P. Braendli | 2016-12-11 | 1 | -1/+1 |
| | |||||
* | Include default firfilter taps in binary and enable by default | Matthias P. Braendli | 2016-12-11 | 7 | -49/+75 |
| | |||||
* | Make gainmode VAR the default and update config to accept gainmode identifiers | Matthias P. Braendli | 2016-12-11 | 3 | -14/+23 |
| | |||||
* | Remove unused AVX implementation of FIRFilter | Matthias P. Braendli | 2016-12-11 | 1 | -71/+3 |
| | |||||
* | Fix compilation flags settings and force std=c++11 | Matthias P. Braendli | 2016-10-28 | 1 | -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_t | Matthias P. Braendli | 2016-10-28 | 1 | -1/+1 |
| | |||||
* | Ensure log_message_t contents are always initialised | Matthias P. Braendli | 2016-10-24 | 2 | -7/+6 |
| | |||||
* | Minor improvements in log | Matthias P. Braendli | 2016-10-24 | 2 | -19/+12 |
| | |||||
* | Remove useless protected: in EtiReader | Matthias P. Braendli | 2016-10-24 | 1 | -2/+1 |
| | |||||
* | Add TCP input to usage screen | Matthias P. Braendli | 2016-10-10 | 1 | -1/+3 |
| | |||||
* | Port some RC changes from ODR-DabMux | Matthias P. Braendli | 2016-10-10 | 2 | -82/+142 |
| | |||||
* | Rework remotecontrol | Matthias P. Braendli | 2016-10-07 | 10 | -264/+149 |
| |