summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-08e4000_init(): use corrected xtal frequencySteve Markgraf
2012-10-07add getters for direct sampling and offset tuning modeSteve Markgraf
2012-10-07rtlsdr_set_direct_sampling(): fix issue when switching between inputsSteve Markgraf
2012-10-07tuner_r820t: improve tuning accuracy, allow freq correctionSteve Markgraf
2012-10-06rtl_tcp: make more functions of librtlsdr accessible via tcpSteve Markgraf
2012-10-06add function for offset tuning with zero-IF tunersSteve Markgraf
2012-10-04rtlsdr_demod_write_reg(): return 0 on successSteve Markgraf
2012-10-04add new product IDSteve Markgraf
2012-10-03tuner_fc001x: fix tuning for frequencies < 45 MHzSteve Markgraf
2012-10-01rtlsdr_init_baseband: initialize possibly uninitialized registersSteve Markgraf
2012-10-01correct sample frequency with ppm offsetSteve Markgraf
2012-09-20rtlsdr_set_direct_sampling: reset IF freq to 0 on zero-IF tunersSteve Markgraf
2012-09-20tuner_fc0013: fix and improve manual LNA gainSteve Markgraf
2012-09-19tuner_fc0013: setting GPIO not needed for filter selectionSteve Markgraf
2012-09-19tuner_fc001x: check if PLL values are within boundariesSteve Markgraf
2012-09-16disable second ADC in IF mode, make input selectable in DS-modeSteve Markgraf
2012-09-13make rtlsdr_close() build on win32 againSteve Markgraf
2012-09-13add support for direct sampling modeSteve Markgraf
2012-09-10rtl_fm: half the oversample bugsKyle Keen
2012-09-10rtl_fm: Axiomatic's automatic terminationKyle Keen
2012-09-10rtl_fm: fix auto/manual gainKyle Keen
2012-09-10rtl_fm: bugs found by Axiomatic, alkw0ia and cgommerKyle Keen
2012-09-09tuner_r820t: don't perform IMR calibration on initSteve Markgraf
2012-09-08autotools: add missing headerSteve Markgraf
2012-09-08don't install udev rules by default, as it may pollute the systemDimitri Stolnikov
2012-09-08add initial support for the R820T tunerSteve Markgraf
2012-09-02install (and uninstall) udev rules fileDimitri Stolnikov
2012-08-10rtlsdr_i2c_rad_reg: fix uninitialized variableSteve Markgraf
2012-08-08implement a more robust cancelation mechanism of async readerDimitri Stolnikov
2012-08-05disable e4k enhanced mixer gain as it seems to have no effectDimitri Stolnikov
2012-08-02return RTLSDR_TUNER_UNKNOWN (0) on failure of rtlsdr_get_tuner_typeDimitri Stolnikov
2012-07-30tuner_e4k: update license in headerSteve Markgraf
2012-07-21don't print i2c read/write errors for nowSteve Markgraf
2012-07-20add pid of MyGica TD312 stickSteve Markgraf
2012-07-17fix win32 buildHoernchen
2012-07-17rtl_fm: disable win build for now, install rtl_fmSteve Markgraf
2012-07-17rtl_fm: fix typo that caused warningSteve Markgraf
2012-07-17rtl_fm: use getopt on win32 as wellSteve Markgraf
2012-07-17rtl_fm: add experimental optionsKyle Keen
2012-07-17rtl_fm: disabling fast_atan2() for now, too noisyKyle Keen
2012-07-17rtl_fm: crude integer atan2, around 40% fasterKyle Keen
2012-07-17rtl_fm: missed a var initKyle Keen
2012-07-17rtl_fm: tweaks for nicer scanningKyle Keen
2012-07-17rtl_fm: multithreaded and frequency scanningKyle Keen
2012-07-17rtl_fm: broken multi freq scanningKyle Keen
2012-07-17rtl_fm: add -E for optional lower edge tuningKyle Keen
2012-07-17rtl_fm: satisfactory squelchKyle Keen
2012-07-17build rtl_fmSteve Markgraf
2012-07-17rtl_fm: prototype FM demodKyle Keen
2012-07-16add debug messages to rtlsdr_read/write_arraySteve Markgraf