aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-03-11workaround for build system related bug caused by gnuradio masterDimitri Stolnikov2-5/+6
2013-03-11add support for software IQ imbalance correctionDimitri Stolnikov7-23/+213
2013-02-18rtl_tcp: add direct_samp and offset_tune args like used in rtl= targetDimitri Stolnikov5-1/+36
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-17update cmake modules from gnuradio masterDimitri Stolnikov6-29/+120
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 Stolnikov2-0/+24
2013-02-10fake gnuradio cpack behavior as long as we don't use it directlyDimitri Stolnikov1-0/+5
2013-02-10Allows Unix systems with /usr/lib64 to use Boost installations in non-Dimitri Stolnikov1-2/+2
2013-01-21grc: updated documentation with recently introduced argumentsDimitri Stolnikov1-22/+30
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-17update swig doxygen helperDimitri Stolnikov1-0/+2
2012-11-17update cmake hints in gnuradio modulesDimitri Stolnikov2-0/+6
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 Stolnikov10-0/+692
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-08disable size_vector_t templateDimitri Stolnikov1-2/+2
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