Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Reindent stringtrim in OutputUHD | Matthias P. Braendli | 2017-05-01 | 1 | -2/+6 | |
| | | | ||||||
* | | | Ensure buffer in OutputUHD is properly filled to reduce underruns | Matthias P. Braendli | 2017-05-01 | 1 | -1/+14 | |
| | | | ||||||
* | | | Put UHD async msg to separate thread | Matthias P. Braendli | 2017-04-21 | 2 | -54/+62 | |
| | | | ||||||
* | | | Replace SSE check by march=native check | Matthias P. Braendli | 2017-04-20 | 1 | -39/+33 | |
| |/ |/| | ||||||
* | | Add normalisation for file output | andreas128 | 2017-03-27 | 1 | -0/+14 | |
|\ \ | ||||||
| * | | Add normalisation for file output | andreas128 | 2017-03-16 | 1 | -0/+14 | |
| | | | ||||||
* | | | Fix resampler amplitude | andreas128 | 2017-03-26 | 1 | -2/+2 | |
| |/ |/| | ||||||
* | | Fix m_running in ModPlugin | andreas128 | 2017-03-26 | 1 | -0/+1 | |
| | | ||||||
* | | Fix race condition for PipelinedModCodec thread startup | Matthias P. Braendli | 2017-03-25 | 5 | -5/+20 | |
| | | | | | | | | | | The thread could start before the vtable containing the subclass function is ready, leading to a crash because the thread calls a pure virtual function. | |||||
* | | Fix FIRFilter compilation on non-SSE systems | Matthias P. Braendli | 2017-03-23 | 1 | -8/+0 | |
| | | ||||||
* | | Add missing atomic include in ModPlugin.h | Matthias P. Braendli | 2017-03-17 | 1 | -0/+1 | |
| | | ||||||
* | | Simplify FIRFilter and make it use PipelinedModCodec | Matthias P. Braendli | 2017-03-17 | 2 | -220/+113 | |
| | | ||||||
* | | Add gainmode var variance to config file | Matthias P. Braendli | 2017-03-17 | 7 | -6/+17 | |
| | | ||||||
* | | Add gainmode VAR variance setting to RC | Matthias P. Braendli | 2017-03-17 | 2 | -30/+101 | |
| | | ||||||
* | | Set thread priority for PipelinedModCodec threads | Matthias P. Braendli | 2017-03-17 | 1 | -0/+1 | |
| | | ||||||
* | | Add threaded ModCodec and use it for GainControl | Matthias P. Braendli | 2017-03-17 | 4 | -8/+107 | |
|/ | ||||||
* | Fix wrong units for UHD TX rate printout | Matthias P. Braendli | 2017-03-03 | 1 | -2/+2 | |
| | ||||||
* | Merge branch 'next' into restructureEDIvsETI | Matthias P. Braendli | 2017-03-03 | 4 | -4/+33 | |
|\ | ||||||
| * | 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 | |
| | | ||||||
* | | Merge branch 'next' into restructureEDIvsETI | Matthias P. Braendli | 2017-02-24 | 2 | -7/+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. | |||||
* | | Separate EDI and ETI code a bit better | Matthias P. Braendli | 2017-02-24 | 1 | -130/+124 | |
| | | ||||||
* | | Move print of startup info to new function | Matthias P. Braendli | 2017-02-24 | 3 | -34/+45 | |
| | | ||||||
* | | Move configuration and cmdline parser to new file | Matthias P. Braendli | 2017-02-24 | 5 | -466/+573 | |
| | | ||||||
* | | Move modulator settings to a dedicated structure | Matthias P. Braendli | 2017-02-24 | 1 | -177/+215 | |
|/ | ||||||
* | Change phase of TII carriers | Matthias P. Braendli | 2017-02-24 | 4 | -42/+94 | |
| | | | | 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 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| | ||||||
* | Add support for SoapySDR | Matthias P. Braendli | 2017-02-10 | 7 | -52/+546 | |
| | ||||||
* | Set structure default values for UHD configuration | Matthias P. Braendli | 2017-02-10 | 1 | -10/+10 | |
| | ||||||
* | 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 | 1 | -1/+8 | |
| | ||||||
* | Integrate timestampdecoder into EDI input | Matthias P. Braendli | 2017-01-13 | 6 | -46/+93 | |
| | ||||||
* | Add threaded UDP input for EDI | Matthias P. Braendli | 2017-01-13 | 5 | -41/+45 | |
| | ||||||
* | Remove unused InputEdiReader | Matthias P. Braendli | 2017-01-13 | 1 | -99/+0 | |
| | ||||||
* | Use milliseconds for edi_max_delay | Matthias P. Braendli | 2017-01-06 | 1 | -4/+5 | |
| | ||||||
* | Add edi_max_delay option to config file | Matthias P. Braendli | 2017-01-06 | 1 | -0/+6 | |
| | ||||||
* | 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 | 3 | -43/+48 | |
| | ||||||
* | Replace EDI-to-ETI converter with a dedicated EDI source | Matthias P. Braendli | 2017-01-06 | 16 | -190/+577 | |
| |