aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-08osmosdr: wait for worker thread to complete without a timeoutDimitri Stolnikov1-1/+1
2012-08-08rtl: check for NULL buffersDimitri Stolnikov1-8/+14
2012-08-08osmosdr: check for NULL buffersDimitri Stolnikov1-8/+14
2012-08-01rtl: explicitly set agc mode (off by default)Dimitri Stolnikov1-1/+7
2012-07-18add if gain setter API for rtl-sdrDimitri Stolnikov7-58/+103
2012-07-08osmosdr: automatically increase if gain when requiredDimitri Stolnikov1-3/+56
2012-07-08rtl: automatically increase if gain when requiredDimitri Stolnikov1-3/+56
2012-07-01update gain namesDimitri Stolnikov2-2/+6
2012-07-01use clip method provided by range class to pick gain valuesDimitri Stolnikov3-60/+3
2012-07-01rtl: add sample rate 250kDimitri Stolnikov2-0/+2
2012-07-01fix frequency range definition for e4k based devicesDimitri Stolnikov3-6/+7
2012-06-29use endianness provided by boostDimitri Stolnikov1-2/+3
2012-06-09osmosdr: include serial in label propertyDimitri Stolnikov1-1/+13