aboutsummaryrefslogtreecommitdiffstats
path: root/lib/osmosdr/osmosdr_src_c.cc
AgeCommit message (Expand)AuthorFilesLines
2013-05-26osmosdr: remove deprecated device argumentsDimitri Stolnikov1-14/+1
2013-04-30source/sink: rename antennas to express their functionDimitri Stolnikov1-1/+1
2013-03-12This reverts commit 3fb4f96bb7f17753849fdd94ccbd7f6c70e5f1b4.Hoernchen1-1/+1
2013-03-12fix the other config.h includes as wellHoernchen1-1/+1
2013-02-16osmosdr: add named gain stage "IF"Dimitri Stolnikov1-3/+18
2013-01-20osmosdr: notify work function on exit of async readDimitri Stolnikov1-0/+2
2013-01-01update tuning rangesDimitri Stolnikov1-1/+1
2012-11-28osmosdr: introduce buflen argumentDimitri Stolnikov1-12/+21
2012-08-08osmosdr: print overflow marker to stderrDimitri Stolnikov1-1/+1
2012-08-08osmosdr: wait for worker thread to complete without a timeoutDimitri Stolnikov1-1/+1
2012-08-08osmosdr: check for NULL buffersDimitri Stolnikov1-8/+14
2012-07-18add if gain setter API for rtl-sdrDimitri Stolnikov1-27/+34
2012-07-08osmosdr: automatically increase if gain when requiredDimitri Stolnikov1-3/+56
2012-07-01use clip method provided by range class to pick gain valuesDimitri Stolnikov1-20/+1
2012-07-01fix frequency range definition for e4k based devicesDimitri Stolnikov1-1/+1
2012-06-09osmosdr: include serial in label propertyDimitri Stolnikov1-1/+13
2012-06-06osmosdr: use sample rate APIDimitri Stolnikov1-29/+11
2012-06-02osmosdr: implement setting of sample rateDimitri Stolnikov1-4/+28
2012-06-02osmosdr: disable IQ swapping featureDimitri Stolnikov1-0/+4
2012-06-02rtl, osmosdr: reorder buffer allocation to prevent memory leakDimitri Stolnikov1-25/+16
2012-06-02respect the signednessDimitri Stolnikov1-11/+11
2012-06-02make it play nice with windowsDimitri Stolnikov1-1/+2
2012-06-02fix copy & paste errorsDimitri Stolnikov1-3/+3
2012-06-02osmosdr: read out gain values via library apiDimitri Stolnikov1-22/+11
2012-05-27cleanup: make _samp_avail signed integerDimitri Stolnikov1-2/+2
2012-05-26osmosdr: change implementation to use libosmosdrDimitri Stolnikov1-55/+205
2012-05-20introduce device discovery apiDimitri Stolnikov1-1/+250
2012-04-28first working multichannel sourceDimitri Stolnikov1-23/+11
2012-04-26osmosdr: add initial component filesDimitri Stolnikov1-0/+84