summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-06-08tuner_e4k: relicense driver under GPLv2+Steve Markgraf
2012-06-07add another PID for Noxon v1 stickSteve Markgraf
2012-06-05rtl_tcp: ignore SIGPIPESteve Markgraf
2012-06-03correctly clear DDC shift and if_freq registersSteve Markgraf
2012-06-02introduce getters for tuner parameters (gain, type)Dimitri Stolnikov
2012-06-01print the frequency for which the PLL couldn't lockDimitri Stolnikov
2012-05-30add PID for Zaapa ZT-MINDVBZPSteve Markgraf
2012-05-29link applications to shared librarySteve Markgraf
2012-05-29tuner_fc0012: use new cleaned-up driverSteve Markgraf
2012-05-29rtl_tcp: add parameter for changing number of buffersSteve Markgraf
2012-05-29add local copy of getopt() for win32 buildSteve Markgraf
2012-05-29rtl_tcp: fix includesSteve Markgraf
2012-05-28tuner_fc0013: get rid of compiler warningSteve Markgraf
2012-05-27tuner_e4k: workaround for band selection between 325 - 350 MHzSteve Markgraf
2012-05-27tuner_fc0013: improve tuning resolutionSteve Markgraf
2012-05-26cache real sample rate with 1Hz resolution instead of the desired rateDimitri Stolnikov
2012-05-25rtl_tcp: silence warning about socklen_t/int sign.Christian Vogel
2012-05-25fix gain setting and update usage information for CLI toolsDimitri Stolnikov
2012-05-25tuner_fc0013: use new cleaned-up driverSteve Markgraf
2012-05-24FC0012 doc and fixesMichael Karcher
2012-05-23add help message to rtl_tcp spectrum serverDimitri Stolnikov
2012-05-21Add support for PROlectrix dongleDavid J. Fiddes
2012-05-21tuner_e4k: fix returncode of e4k_set_enh_gain()Hoernchen
2012-05-21fix win32 build of rtl_testHoernchen
2012-05-21Makefile.am: fix copy & paste mistakeSteve Markgraf
2012-05-20introduce api function to read usb string descriptorsDimitri Stolnikov
2012-05-17add an initial version of rtl_testSteve Markgraf
2012-05-17#include <math.h> was not needed.Christian Vogel
2012-05-17Using a #define for constant 2^22 (not pow())Christian Vogel
2012-05-17rename rtl-sdr.c to librtlsdr.cSteve Markgraf
2012-05-15add api version information to the library when building with cmakeDimitri Stolnikov
2012-05-14fix a typo in Makefile.amDimitri Stolnikov
2012-05-14tuner_e4k: use empty entry instead of offset for if_stage_gain_regs[]Hoernchen
2012-05-13rtl_tcp: convert command parameters from network to host byteorderSteve Markgraf
2012-05-12fix a memory leak by unreferencing libusb devicesDimitri Stolnikov
2012-05-10tuner_e4k: allow frequencies above INT_MAXSteve Markgraf
2012-05-07enable i2c repeater mode before applying filter bandwidthDimitri Stolnikov
2012-05-07rtl_sdr, rtl_tcp: cleaned up gain handlingDimitri Stolnikov
2012-05-07rtl_tcp: add handler for freq correction commandDimitri Stolnikov
2012-05-06rtl_tcp: add handlers for sample rate and gain mode commandsDimitri Stolnikov
2012-05-06consolidate program argumentsDimitri Stolnikov
2012-05-05reset internally cached gain/freq values on setter failureDimitri Stolnikov
2012-05-05tuner_e4k: fix a typo in choose_rf_filter functionDimitri Stolnikov
2012-05-05tuner_e4k: replace remaining printfs with fprintf to stderrSteve Markgraf
2012-05-05uhf appears to work better for ads-bHoernchen
2012-05-05tuner_e4k: fix off-by-one error in e4k_if_gain_set()Steve Markgraf
2012-05-04use new E4000 tuner driver, allow manual gainSteve Markgraf
2012-05-03add Compro Videomate U680FSteve Markgraf
2012-04-29use default xtal freq when 0 is givenDimitri Stolnikov
2012-04-25fix a -Wuninitialized warningSteve Markgraf