aboutsummaryrefslogtreecommitdiffstats
path: root/lib/osmosdr_source_c_impl.cc
AgeCommit message (Expand)AuthorFilesLines
2013-04-15hackrf: implement BB lowpass filter controlDimitri Stolnikov1-2/+38
2013-04-13hackrf: implement full control for RF/IF/BB gain stagesDimitri Stolnikov1-1/+15
2013-04-10hackrf: add support for HackRF devices through libhackrfDimitri Stolnikov1-0/+18
2013-03-17print gnuradio version information in startup messageDimitri Stolnikov1-4/+5
2013-03-12This reverts commit 3fb4f96bb7f17753849fdd94ccbd7f6c70e5f1b4.Hoernchen1-5/+4
2013-03-11workaround for build system related bug caused by gnuradio masterDimitri Stolnikov1-4/+5
2013-03-11add support for software IQ imbalance correctionDimitri Stolnikov1-22/+109
2013-02-17print version information in startup messageDimitri Stolnikov1-1/+4
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 Stolnikov1-0/+4
2012-12-25fill up missing radio channel(s) with gaussian noiseDimitri Stolnikov1-2/+46
2012-09-30add support for MSi2500 based DVB-T dongles through libmirisdrDimitri Stolnikov1-0/+22
2012-09-30don't throw exceptions inside a gr_hier_block2 ctorDimitri Stolnikov1-1/+12
2012-07-18add if gain setter API for rtl-sdrDimitri Stolnikov1-4/+18
2012-06-02print information about supported componentsDimitri Stolnikov1-10/+27
2012-05-20introduce device discovery apiDimitri Stolnikov1-4/+5
2012-05-19reapply previous gain value when switched to manual gain modeDimitri Stolnikov1-1/+4
2012-05-17change gain mode argument to 'automatic' for clarityDimitri Stolnikov1-4/+4
2012-05-05rtl_tcp: add initial component filesDimitri Stolnikov1-0/+13
2012-05-05pick first device if no device arguments were specifiedDimitri Stolnikov1-6/+50
2012-05-05implement internal cache for setter functionsDimitri Stolnikov1-63/+82
2012-05-05add api for manual gain mode controlDimitri Stolnikov1-0/+22
2012-04-29file: initial file source supportDimitri Stolnikov1-0/+12
2012-04-28first working multichannel sourceDimitri Stolnikov1-31/+171
2012-04-26fix copyright noticeDimitri Stolnikov1-40/+49
2012-04-11cleanup interface & documentationDimitri Stolnikov1-15/+45
2012-04-06initial commitDimitri Stolnikov1-0/+136