aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2013-04-10hackrf: add support for HackRF devices through libhackrfDimitri Stolnikov10-11/+990
2013-04-09adopt gnuradio component header structureDimitri Stolnikov5-5/+5
2013-03-17use GR_LIBRARY_FOO() to comply with gnuradio library naming schemeDimitri Stolnikov1-14/+1
2013-03-17print gnuradio version information in startup messageDimitri Stolnikov1-4/+5
2013-03-12remove APPEND from include_directoriesDimitri Stolnikov8-8/+15
2013-03-12This reverts commit 3fb4f96bb7f17753849fdd94ccbd7f6c70e5f1b4.Hoernchen8-13/+12
2013-03-12fix the other config.h includes as wellHoernchen6-6/+6
2013-03-11workaround for build system related bug caused by gnuradio masterDimitri Stolnikov2-5/+6
2013-03-11add support for software IQ imbalance correctionDimitri Stolnikov3-22/+129
2013-02-18rtl_tcp: add direct_samp and offset_tune args like used in rtl= targetDimitri Stolnikov4-0/+35
2013-02-18rtl_tcp: update rtl agc mode as well when switching tuner agc on/offDimitri Stolnikov3-0/+8
2013-02-17rtl_tcp: add named gain stage "IF"Dimitri Stolnikov4-6/+105
2013-02-17print version information in startup messageDimitri Stolnikov2-1/+7
2013-02-16osmosdr: add named gain stage "IF"Dimitri Stolnikov2-3/+19
2013-02-16rtl: add named gain stage "IF"Dimitri Stolnikov2-3/+37
2013-02-16remove unused self()Dimitri Stolnikov8-28/+0
2013-02-16remove gain_mode getter/setter where not usedDimitri Stolnikov7-38/+2
2013-02-16add meta_range_t::values() which returns all values of the rangeDimitri Stolnikov1-0/+21
2013-01-20file: set repeat and throttle device args to true by defaultDimitri Stolnikov1-5/+5
2013-01-20osmosdr: notify work function on exit of async readDimitri Stolnikov1-0/+2
2013-01-20miri: notify work function on exit of async readDimitri Stolnikov1-0/+2
2013-01-16rtl: notify work function on exit of async readDimitri Stolnikov1-0/+2
2013-01-10return a sample rate of (0) instead of (0, 1) when a fatal error occursDimitri Stolnikov1-1/+1
2013-01-10return default devices for file and rtl_tcp in device::find()Dimitri Stolnikov2-0/+22
2013-01-10uhd: return default subdev in get_devicesDimitri Stolnikov1-1/+1
2013-01-10rtl: return new style label (with SN) in get_devicesDimitri Stolnikov1-1/+25
2013-01-10file: add get_devices member which returns a default deviceDimitri Stolnikov2-1/+14
2013-01-10rtl_tcp: add get_devices member which returns a default deviceDimitri Stolnikov2-1/+14
2013-01-02rtl: return an appropriate tuning range when in direct sampling modeDimitri Stolnikov2-0/+10
2013-01-02rtl_tcp: use gnuradio convention for indentDimitri Stolnikov3-213/+212
2013-01-01update tuning rangesDimitri Stolnikov4-11/+29
2012-12-29rtl_tcp: add support for tuner caps discoveryDimitri Stolnikov3-23/+111
2012-12-25fill up missing radio channel(s) with gaussian noiseDimitri Stolnikov1-2/+46
2012-11-29uhd: add lo_offset argumentDimitri Stolnikov2-4/+22
2012-11-28rtl, rtl_tcp: enable 250k rate as it has been verified for gmr and tetraDimitri Stolnikov2-2/+2
2012-11-28miri: don't parse buffers argument as doubleDimitri Stolnikov1-6/+8
2012-11-28osmosdr: introduce buflen argumentDimitri Stolnikov2-12/+22
2012-11-28rtl: introduce buflen argumentDimitri Stolnikov2-13/+23
2012-11-04rtl: print a user friendly message if unable to parse the argumentDimitri Stolnikov1-3/+9
2012-11-04rtl: open device by given serial, fall back to index value if not foundDimitri Stolnikov1-9/+31
2012-10-16miri: fix crackle due to garbage samplesSteve Markgraf2-2/+10
2012-10-14miri: we don't have get_sample_rates in libmirisdrSteve Markgraf1-10/+1
2012-10-10rtl: add offset tuning as device parameterSteve Markgraf1-0/+10
2012-09-30update available samplerates for rtl devicesDimitri Stolnikov2-10/+12
2012-09-30add support for MSi2500 based DVB-T dongles through libmirisdrDimitri Stolnikov7-0/+662
2012-09-30don't throw exceptions inside a gr_hier_block2 ctorDimitri Stolnikov1-1/+12
2012-09-16rtl: add direct_samp as device parameterSteve Markgraf1-1/+10
2012-08-08rtl: print overflow marker to stderrDimitri Stolnikov1-1/+1
2012-08-08osmosdr: print overflow marker to stderrDimitri Stolnikov1-1/+1
2012-08-08rtl: wait for worker thread to complete without a timeoutDimitri Stolnikov1-1/+1