aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rtl/rtl_source_c.cc
AgeCommit message (Expand)AuthorFilesLines
2023-10-29rtlsdr: detect RTL-SDR Blog V4, set lower tuning limit to 0MhzCarl Laufer1-0/+6
2020-08-03Remove unused imports of endian.hpp.Wim Lewis1-1/+0
2020-08-02A lot of Boost functionality is available in C++11. Since GNU Radio is moving...Clayton Smith1-3/+3
2017-06-11rtl,rtl_tcp: add bias=0|1 parameter to switch off|on bias voltage onDimitri Stolnikov1-0/+8
2017-06-11RTL-SDR: convert _lut to float[] to reduce size by a factor of 256Krzysztof Halasa1-13/+6
2017-02-27rtl, rtl_tcp: Use std::abs.Alexandru Csete1-1/+1
2016-01-10do not check for NULL before calling freeJiří Pinkava1-2/+1
2014-08-14rtl: fix large output buffers handlingJiří Pinkava1-23/+17
2014-03-10rtl: implement methods allowing runtime to control sampling processDimitri Stolnikov1-6/+26
2014-02-11osmosdr/rtl/miri/hackrf: use 15 buffers by defaultDimitri Stolnikov1-2/+2
2013-12-05rtl/rtl_tcp: add 2.56e6 as 'good' sample rateSteve Markgraf1-0/+1
2013-11-04rtl: add R828D tunerSteve Markgraf1-0/+2
2013-09-28rtl: don't try to parse empty device index valuesDimitri Stolnikov1-6/+10
2013-07-16rtl: remove residue DC component introduced by RTL chipDimitri Stolnikov1-4/+4
2013-05-30introduce osmosdr namespace, remove _c suffixDimitri Stolnikov1-1/+1
2013-05-29convert to gnuradio 3.7 interfaceDimitri Stolnikov1-7/+7
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-16rtl: add named gain stage "IF"Dimitri Stolnikov1-3/+36
2013-01-16rtl: notify work function on exit of async readDimitri Stolnikov1-0/+2
2013-01-10rtl: return new style label (with SN) in get_devicesDimitri Stolnikov1-1/+25
2013-01-02rtl: return an appropriate tuning range when in direct sampling modeDimitri Stolnikov1-0/+9
2013-01-01update tuning rangesDimitri Stolnikov1-4/+7
2012-11-28rtl, rtl_tcp: enable 250k rate as it has been verified for gmr and tetraDimitri Stolnikov1-1/+1
2012-11-28rtl: introduce buflen argumentDimitri Stolnikov1-13/+22
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-10rtl: add offset tuning as device parameterSteve Markgraf1-0/+10
2012-09-30update available samplerates for rtl devicesDimitri Stolnikov1-5/+6
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-08rtl: wait for worker thread to complete without a timeoutDimitri Stolnikov1-1/+1
2012-08-08rtl: 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 Stolnikov1-27/+34
2012-07-08rtl: 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-01rtl: add sample rate 250kDimitri Stolnikov1-0/+1
2012-07-01fix frequency range definition for e4k based devicesDimitri Stolnikov1-4/+4
2012-06-29use endianness provided by boostDimitri Stolnikov1-2/+3
2012-06-02rtl, osmosdr: reorder buffer allocation to prevent memory leakDimitri Stolnikov1-22/+13
2012-06-02make it play nice with windowsDimitri Stolnikov1-1/+2
2012-06-02fix copy & paste errorsDimitri Stolnikov1-3/+3
2012-06-02rtl: read out gain values via library apiDimitri Stolnikov1-27/+27
2012-05-27cleanup: make _samp_avail signed integerDimitri Stolnikov1-2/+2
2012-05-27rtl: clean up work functionDimitri Stolnikov1-22/+19
2012-05-20introduce device discovery apiDimitri Stolnikov1-7/+11
2012-05-17change gain mode argument to 'automatic' for clarityDimitri Stolnikov1-3/+3
2012-05-13rtl: skip one buffer full of garbage at the beginningDimitri Stolnikov1-0/+8