aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Ensure buffer in OutputUHD is properly filled to reduce underrunsMatthias P. Braendli2017-05-011-1/+14
|
* Put UHD async msg to separate threadMatthias P. Braendli2017-04-212-54/+62
|
* Replace SSE check by march=native checkMatthias P. Braendli2017-04-202-57/+42
|
* Merge branch 'next' of github.com:Opendigitalradio/ODR-DabMod into nextandreas1282017-03-271-0/+77
|\
| * Add a helper tool to display scope and FFT of an IQ fileMatthias P. Braendli2017-03-261-0/+77
| |
* | Add normalisation for file outputandreas1282017-03-272-5/+22
|\ \
| * | Add normalisation for file outputandreas1282017-03-162-5/+22
| | |
* | | Fix resampler amplitudeandreas1282017-03-261-2/+2
| |/ |/|
* | Fix m_running in ModPluginandreas1282017-03-261-0/+1
| |
* | Fix race condition for PipelinedModCodec thread startupMatthias P. Braendli2017-03-255-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 systemsMatthias P. Braendli2017-03-231-8/+0
| |
* | Add missing atomic include in ModPlugin.hMatthias P. Braendli2017-03-171-0/+1
| |
* | Simplify FIRFilter and make it use PipelinedModCodecMatthias P. Braendli2017-03-172-220/+113
| |
* | Add gainmode var variance to config fileMatthias P. Braendli2017-03-178-9/+24
| |
* | Add gainmode VAR variance setting to RCMatthias P. Braendli2017-03-172-30/+101
| |
* | Set thread priority for PipelinedModCodec threadsMatthias P. Braendli2017-03-171-0/+1
| |
* | Add threaded ModCodec and use it for GainControlMatthias P. Braendli2017-03-174-8/+107
|/
* Prepare v1.0.0v1.0.0Matthias P. Braendli2017-03-033-6/+22
|
* Mention HackRF in the readmeMatthias P. Braendli2017-03-031-1/+1
|
* Fix wrong units for UHD TX rate printoutMatthias P. Braendli2017-03-031-2/+2
|
* Merge branch 'next' into restructureEDIvsETIMatthias P. Braendli2017-03-035-4/+42
|\
| * Document lo_offsetMatthias P. Braendli2017-02-251-0/+9
| |
| * Fix UHD LO offset loggingMatthias P. Braendli2017-02-251-15/+15
| |
| * Move setenv earlierMatthias P. Braendli2017-02-251-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 offsetMatthias P. Braendli2017-02-253-3/+25
| |
| * Set uhd timestamps log to std::fixedMatthias P. Braendli2017-02-251-0/+3
| |
* | Merge branch 'next' into restructureEDIvsETIMatthias P. Braendli2017-02-242-7/+3
|\|
| * Log: replace spsc queue by ThreadsafequeueMatthias P. Braendli2017-02-242-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 betterMatthias P. Braendli2017-02-241-130/+124
| |
* | Move print of startup info to new functionMatthias P. Braendli2017-02-243-34/+45
| |
* | Move configuration and cmdline parser to new fileMatthias P. Braendli2017-02-246-466/+575
| |
* | Move modulator settings to a dedicated structureMatthias P. Braendli2017-02-241-177/+215
|/
* Change phase of TII carriersMatthias P. Braendli2017-02-245-43/+100
| | | | This adapts the patch contributed by Piratfm to the next branch
* Update EDI lib: fix SAD and take latest changesMatthias P. Braendli2017-02-175-22/+33
|
* Fix SAD field widthStefan Pöschel2017-02-172-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 paddingMatthias P. Braendli2017-02-126-28/+82
|
* Add buffer size check in TimeInterleaverMatthias P. Braendli2017-02-111-4/+8
|
* Make invalid subchannel size error more detailedMatthias P. Braendli2017-02-101-2/+6
|
* Describe SoapySDR dependenciesMatthias P. Braendli2017-02-102-0/+19
|
* Add support for SoapySDRMatthias P. Braendli2017-02-1010-57/+567
|
* Set structure default values for UHD configurationMatthias P. Braendli2017-02-101-10/+10
|
* Boost: unify version requirement to 1.54Stefan Pöschel2017-01-312-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 TISTMatthias P. Braendli2017-01-272-0/+14
|
* 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
|