aboutsummaryrefslogtreecommitdiffstats
path: root/src/DabMod.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Print all startup settings at once to stderrMatthias P. Braendli2018-01-301-32/+38
|
* Guarantee flowgraph starts at FP 0Matthias P. Braendli2018-01-281-0/+27
|
* Make EDI input optionalMatthias P. Braendli2018-01-221-1/+6
|
* Improve launch_modulator return value handlingMatthias P. Braendli2018-01-221-21/+11
|
* Let ZeroMQ input timeout, so that SIGINT works tooMatthias P. Braendli2018-01-161-18/+24
|
* Add option to show metadata for file outputMatthias P. Braendli2018-01-071-3/+3
|
* Remove calculateTimestampMatthias P. Braendli2018-01-071-36/+2
|
* Merge branch 'flowgraphmetadata' into outputRefactoringMatthias P. Braendli2018-01-071-0/+6
|\
| * Add metadata latency for all PipelinedModCodecMatthias P. Braendli2018-01-071-0/+6
| |
* | Merge branch 'next' into outputRefactoringMatthias P. Braendli2017-12-291-1/+1
|\|
| * Fix complexf file output formatMatthias P. Braendli2017-12-291-1/+1
| |
* | Merge branch 'next' into outputRefactoringMatthias P. Braendli2017-12-251-15/+16
|\|
| * Do not use out_of_range for multiplex reconfiguration errorMatthias P. Braendli2017-12-251-6/+9
| |
| * Check for invalid file output formatMatthias P. Braendli2017-12-221-0/+4
| |
| * Fix all the warnings shown since previous commitMatthias P. Braendli2017-12-111-2/+3
| |
| * Remove references to malloc.h and use posix_memalignMatthias P. Braendli2017-12-111-7/+0
| |
| * Do not setenv TZ twiceMatthias P. Braendli2017-11-101-4/+0
| | | | | | | | (cherry picked from commit 34afa3a0632817c30e4e5427ee67138d59c4ede3)
* | Do not setenv TZ twiceMatthias P. Braendli2017-11-031-4/+0
| |
* | Port UHD to new SDR abstractionMatthias P. Braendli2017-11-031-25/+22
| |
* | Create new SDR output abstraction and port SoapyMatthias P. Braendli2017-11-021-8/+10
|/
* Actually enable the new warnings for C++Matthias P. Braendli2017-10-041-5/+5
|
* Simplify DabModulator ctor signatureMatthias P. Braendli2017-08-171-24/+2
|
* Merge branch 'next_memless' into nextandreas1282017-06-071-2/+4
|\
| * Fix file readingandreas1282017-04-021-2/+4
| |
* | Add u8 format to FormatConverterMatthias P. Braendli2017-05-071-3/+8
|/ | | | | This is compatible with some tools like welle.io that take u8 input
* Add normalisation for file outputandreas1282017-03-271-0/+14
|\
| * Add normalisation for file outputandreas1282017-03-161-0/+14
| |
* | Add gainmode var variance to config fileMatthias P. Braendli2017-03-171-0/+2
|/
* Merge branch 'next' into restructureEDIvsETIMatthias P. Braendli2017-03-031-0/+4
|\
| * 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-251-0/+1
| |
* | 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-241-30/+1
| |
* | Move configuration and cmdline parser to new fileMatthias P. Braendli2017-02-241-464/+6
| |
* | Move modulator settings to a dedicated structureMatthias P. Braendli2017-02-241-177/+215
|/
* Change phase of TII carriersMatthias P. Braendli2017-02-241-3/+4
| | | | This adapts the patch contributed by Piratfm to the next branch
* Update EDI lib: fix SAD and take latest changesMatthias P. Braendli2017-02-171-1/+1
|
* Add support for SoapySDRMatthias P. Braendli2017-02-101-45/+66
|
* Integrate timestampdecoder into EDI inputMatthias P. Braendli2017-01-131-1/+1
|
* Add threaded UDP input for EDIMatthias P. Braendli2017-01-131-1/+8
|
* Use milliseconds for edi_max_delayMatthias P. Braendli2017-01-061-4/+5
|
* Add edi_max_delay option to config fileMatthias P. Braendli2017-01-061-0/+6
|
* Fix ETI-over-TCP and ZeroMQ inputsMatthias P. Braendli2017-01-061-6/+15
|
* EDI: handle pseq resync and SIGINTMatthias P. Braendli2017-01-061-37/+32
|
* Replace EDI-to-ETI converter with a dedicated EDI sourceMatthias P. Braendli2017-01-061-81/+128
|
* Print fast-math in the feature list on startupMatthias P. Braendli2016-12-261-0/+3
|
* Add first version of EDI inputMatthias P. Braendli2016-12-251-5/+10
|
* Include default firfilter taps in binary and enable by defaultMatthias P. Braendli2016-12-111-9/+2
|
* Make gainmode VAR the default and update config to accept gainmode identifiersMatthias P. Braendli2016-12-111-3/+18
|
* Rework remotecontrolMatthias P. Braendli2016-10-071-16/+6
|