summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-08-07fix audio crash and loopingChristian Daniel1-1/+10
2013-08-02make sure that all files end up in the same dir when building with vsHoernchen1-0/+9
2013-08-01fix Qt5 buildingChristian Daniel1-1/+1
2013-08-01finalize switch to QAudioOutput, get rid of PortAudioChristian Daniel8-298/+84
2013-07-30at5 audioHoernchen9-165/+199
2013-07-30fix a typoHoernchen1-1/+1
2013-07-30msvc flagsHoernchen1-0/+7
2013-07-29qt5Hoernchen18-44/+55
2013-06-10gnuradioinput: implement DC correction controlDimitri Stolnikov5-3/+71
2013-05-30gnuradioinput: migrate to gr3.7 version of gr-osmosdrDimitri Stolnikov8-68/+54
2013-04-15gnuradioinput: implement BB bandwidth controlDimitri Stolnikov5-18/+100
2013-04-14make msvc happyHoernchen2-7/+27
2013-04-13gnuradioinput: implement dynamic gain sliders based on named gain APIDimitri Stolnikov8-395/+294
2013-04-04fix loading of SampleSource settings during startupChristian Daniel3-2/+42
2013-03-31fix about dialog titleChristian Daniel1-1/+1
2013-03-31add full rotation to halfband filterChristian Daniel1-0/+41
2013-03-31make plugins optional according to available dependenciesChristian Daniel2-5/+11
2013-03-31remove border around GNURadio samplesource pluginChristian Daniel1-2/+11
2013-03-31add moving average to NFM squelchChristian Daniel5-1/+63
2013-03-31add about-dialogChristian Daniel8-0/+212
2013-03-25fix PluginInterfaceChristian Daniel1-5/+5
2013-03-25fix building on Windows with VS2010Christian Daniel46-90/+180
2013-03-23gnuradioinput: move horizontal line in gui controlDimitri Stolnikov1-12/+9
2013-03-23gnuradioinput: adopt gnuradio component header structureDimitri Stolnikov5-11/+11
2013-03-22cmake: enable gnuradio source if the dependencies are metDimitri Stolnikov2-0/+9
2013-03-22gnuradioinput: cache device args if not empyDimitri Stolnikov1-1/+8
2013-03-22gnuradioinput: add control for IQ balance correctionDimitri Stolnikov7-15/+99
2013-03-22gnuradioinput: use IF gain stage only if supported by radioDimitri Stolnikov1-2/+18
2013-03-22add GNURadio input pluginChristian Daniel13-0/+1561
2013-03-22fix gitignore for newer versions of QtCreatorChristian Daniel1-1/+2
2013-03-22monster reworkChristian Daniel186-10558/+14268
2013-02-17new halfband filter for downsamplingChristian Daniel2-20/+88
2013-02-15properly integrate scopeChristian Daniel13-348/+524
2013-02-14add support for pluggable FFT engines, add KissFFT and FFTW as available enginesChristian Daniel12-19/+277
2013-02-14fix #include statementsChristian Daniel2-2/+2
2013-02-12add missing miniz.hChristian Daniel1-0/+7
2013-02-12fix NFM demodulator (still disabled because of missing UI)Christian Daniel7-107/+135
2013-02-12move miniz to utils directoryChristian Daniel4-7/+3
2013-02-12Scope: make mode switchableChristian Daniel5-30/+104
2013-02-12use a single glBegin/glEnd in spectrum and scopeChristian Daniel2-31/+10
2013-02-12return something in operator=Christian Daniel1-0/+1
2013-02-12use the librtslsdr includes we foundChristian Daniel1-0/+1
2013-02-12fix a bunch of compiler warningsChristian Daniel4-17/+17
2013-02-12fixed for MSVCChristian Daniel2-1/+11
2013-02-12add RTL-SDR, move OsmoSDR to subdir, add haldband filter, update scopeChristian Daniel33-115/+1323
2013-02-07OsmoSDRSource: add privisional sample verification for FPGA test modeChristian Daniel3-7/+44
2013-02-07GLScope: increase trace length to 100k samplesChristian Daniel1-1/+1
2013-02-07GLScope: fix amplitude scalingChristian Daniel3-13/+14
2013-02-07DSPEngine: fix FIFO handlingChristian Daniel1-1/+1
2013-02-07DSPEngine: remove old samplerate calculationChristian Daniel1-3/+0