aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-06-02introduce getters for tuner parameters (gain, type)Dimitri Stolnikov2-29/+85
2012-06-01print the frequency for which the PLL couldn't lockDimitri Stolnikov1-8/+8
2012-05-30add PID for Zaapa ZT-MINDVBZPSteve Markgraf1-0/+1
2012-05-29link applications to shared librarySteve Markgraf1-3/+3
2012-05-29tuner_fc0012: use new cleaned-up driverSteve Markgraf2-259/+244
2012-05-29rtl_tcp: add parameter for changing number of buffersSteve Markgraf1-3/+8
2012-05-29add local copy of getopt() for win32 buildSteve Markgraf6-49/+1257
2012-05-29rtl_tcp: fix includesSteve Markgraf1-1/+1
2012-05-28tuner_fc0013: get rid of compiler warningSteve Markgraf1-1/+1
2012-05-27tuner_e4k: workaround for band selection between 325 - 350 MHzSteve Markgraf1-0/+3
2012-05-27tuner_fc0013: improve tuning resolutionSteve Markgraf1-31/+31
2012-05-26cache real sample rate with 1Hz resolution instead of the desired rateDimitri Stolnikov1-3/+2
2012-05-25rtl_tcp: silence warning about socklen_t/int sign.Christian Vogel1-2/+6
2012-05-25fix gain setting and update usage information for CLI toolsDimitri Stolnikov3-32/+57
2012-05-25tuner_fc0013: use new cleaned-up driverSteve Markgraf2-381/+421
2012-05-24FC0012 doc and fixesMichael Karcher1-16/+33
2012-05-23add help message to rtl_tcp spectrum serverDimitri Stolnikov1-3/+5
2012-05-21Add support for PROlectrix dongleDavid J. Fiddes1-0/+1
2012-05-21tuner_e4k: fix returncode of e4k_set_enh_gain()Hoernchen1-1/+6
2012-05-21fix win32 build of rtl_testHoernchen2-3/+6
2012-05-21Makefile.am: fix copy & paste mistakeSteve Markgraf1-1/+1
2012-05-20introduce api function to read usb string descriptorsDimitri Stolnikov2-4/+93
2012-05-17add an initial version of rtl_testSteve Markgraf4-2/+312
2012-05-17#include <math.h> was not needed.Christian Vogel3-3/+0
2012-05-17Using a #define for constant 2^22 (not pow())Christian Vogel1-2/+5
2012-05-17rename rtl-sdr.c to librtlsdr.cSteve Markgraf3-3/+3
2012-05-15add api version information to the library when building with cmakeDimitri Stolnikov1-0/+1
2012-05-14fix a typo in Makefile.amDimitri Stolnikov1-1/+1
2012-05-14tuner_e4k: use empty entry instead of offset for if_stage_gain_regs[]Hoernchen1-1/+2
2012-05-13rtl_tcp: convert command parameters from network to host byteorderSteve Markgraf1-13/+13
2012-05-12fix a memory leak by unreferencing libusb devicesDimitri Stolnikov1-4/+4
2012-05-10tuner_e4k: allow frequencies above INT_MAXSteve Markgraf1-7/+7
2012-05-07enable i2c repeater mode before applying filter bandwidthDimitri Stolnikov1-16/+11
2012-05-07rtl_sdr, rtl_tcp: cleaned up gain handlingDimitri Stolnikov2-13/+18
2012-05-07rtl_tcp: add handler for freq correction commandDimitri Stolnikov1-1/+5
2012-05-06rtl_tcp: add handlers for sample rate and gain mode commandsDimitri Stolnikov1-6/+14
2012-05-06consolidate program argumentsDimitri Stolnikov4-22/+22
2012-05-05reset internally cached gain/freq values on setter failureDimitri Stolnikov1-3/+8
2012-05-05tuner_e4k: fix a typo in choose_rf_filter functionDimitri Stolnikov1-1/+1
2012-05-05tuner_e4k: replace remaining printfs with fprintf to stderrSteve Markgraf1-2/+2
2012-05-05uhf appears to work better for ads-bHoernchen1-13/+22
2012-05-05tuner_e4k: fix off-by-one error in e4k_if_gain_set()Steve Markgraf1-1/+1
2012-05-04use new E4000 tuner driver, allow manual gainSteve Markgraf6-2087/+1046
2012-05-03add Compro Videomate U680FSteve Markgraf1-0/+1
2012-04-29use default xtal freq when 0 is givenDimitri Stolnikov1-7/+7
2012-04-25fix a -Wuninitialized warningSteve Markgraf1-1/+1
2012-04-25introduce api to configure crystal oscillator frequencyDimitri Stolnikov6-105/+226
2012-04-25add Terratec T Stick PLUSSteve Markgraf1-0/+1
2012-04-24return frequency and sample rate as unsigned integersDimitri Stolnikov1-4/+4
2012-04-24rtl_tcp: proper linux supportHoernchen1-17/+26