aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-07-17rtl_fm: fix typo that caused warningSteve Markgraf1-5/+2
2012-07-17rtl_fm: use getopt on win32 as wellSteve Markgraf1-17/+2
2012-07-17rtl_fm: add experimental optionsKyle Keen1-16/+125
2012-07-17rtl_fm: disabling fast_atan2() for now, too noisyKyle Keen1-3/+3
2012-07-17rtl_fm: crude integer atan2, around 40% fasterKyle Keen1-2/+25
2012-07-17rtl_fm: missed a var initKyle Keen1-2/+4
2012-07-17rtl_fm: tweaks for nicer scanningKyle Keen1-15/+20
2012-07-17rtl_fm: multithreaded and frequency scanningKyle Keen1-21/+51
2012-07-17rtl_fm: broken multi freq scanningKyle Keen1-47/+73
2012-07-17rtl_fm: add -E for optional lower edge tuningKyle Keen1-5/+9
2012-07-17rtl_fm: satisfactory squelchKyle Keen1-10/+44
2012-07-17build rtl_fmSteve Markgraf2-1/+16
2012-07-17rtl_fm: prototype FM demodKyle Keen1-0/+361
2012-07-16add debug messages to rtlsdr_read/write_arraySteve Markgraf1-0/+6
2012-07-09disable sample rate correction until we find a proper solutionDimitri Stolnikov1-4/+7
2012-07-08rtlsdr_set_tuner_if_gain(): enable i2c repeaterSteve Markgraf1-0/+2
2012-07-08apply frequency correction value on the xtal clock directlyDimitri Stolnikov1-27/+44
2012-07-07add PIDs for 2 variants of the Terratex NOXON dongleSteve Markgraf1-0/+2
2012-07-07disable DAGC by default, add control functionSteve Markgraf1-3/+12
2012-07-07have *_write_reg() functions pass through the return valueSteve Markgraf1-5/+7
2012-07-05add api function to control the IF gain for E4000 tunersDimitri Stolnikov2-13/+29
2012-06-28rtl_test: tuner PLL benchmark only works with E4000Steve Markgraf1-1/+5
2012-06-22init: disable 4 MHz clock outputSteve Markgraf1-0/+3
2012-06-13fix symbol visibility for automake buildsDimitri Stolnikov2-2/+2
2012-06-09tuner_fc0012: add manual gain supportSteve Markgraf2-3/+30
2012-06-08tuner_e4k: relicense driver under GPLv2+Steve Markgraf1-2/+7
2012-06-07add another PID for Noxon v1 stickSteve Markgraf1-0/+1
2012-06-05rtl_tcp: ignore SIGPIPESteve Markgraf1-1/+3
2012-06-03correctly clear DDC shift and if_freq registersSteve Markgraf1-2/+3
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