aboutsummaryrefslogtreecommitdiffstats
path: root/src/rtl_fm.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-18fix "-Wshift-negative-value" compiler warning on ggc-7.3.0Harald Welte1-1/+1
2017-06-13Add option '-T' for activating bias-T in rtl_(adsb|fm|power|tcp)hayati ayguen1-1/+10
2015-06-09tools: allow built-in functions for newer versions of MSVCHoernchen1-2/+2
2014-02-10lib: change default number of transfers to 15Steve Markgraf1-3/+1
2014-02-04remove unused variables, type fixesSteve Markgraf1-7/+5
2014-01-24rtl_fm/rtl_test: fix build with MSVC after recent changesSteve Markgraf1-1/+2
2014-01-23rtl_fm: overhaulKyle Keen1-445/+716
2014-01-23utils: convenience functionsKyle Keen1-77/+20
2013-11-18rtl_fm/power: unbreak MinGW buildSteve Markgraf1-0/+2
2013-10-25tools: play nice with mingw/cygwinHoernchen1-1/+1
2013-10-25tools: minor win fixHoernchen1-1/+2
2013-10-24rtl_fm: set nearest gainKyle Keen1-12/+48
2013-10-24rtl_fm: fix buffer dump bugKyle Keen1-2/+6
2013-10-24rtl_fm: better suffix parsingKyle Keen1-14/+21
2013-09-13rtl_fm: fix scanningKyle Keen1-33/+94
2013-01-31rtl_fm: osx does not like semaphoresKyle Keen1-8/+11
2013-01-30rtl_fm: dc block from TonberryKingKyle Keen1-15/+30
2013-01-30rtl_fm: bugfixes from TonberryKingKyle Keen1-14/+32
2013-01-30rtl_fm: Miroslav Slugeň's atan lutKyle Keen1-7/+75
2012-12-10rtl_fm: non-gnu str functionsKyle Keen1-1/+2
2012-12-09rtl_fm: frequency ranges, flexible squelchKyle Keen1-38/+75
2012-12-09rtl_fm: ppm and k/M/G suffixesKyle Keen1-10/+35
2012-10-27rtl_fm: windows supportKyle Keen1-7/+19
2012-10-24rtl_fm: WBFM, AM, LSB and USB demod, raw IQ modeKyle Keen1-33/+194
2012-09-10rtl_fm: half the oversample bugsKyle Keen1-6/+7
2012-09-10rtl_fm: Axiomatic's automatic terminationKyle Keen1-16/+30
2012-09-10rtl_fm: fix auto/manual gainKyle Keen1-9/+18
2012-09-10rtl_fm: bugs found by Axiomatic, alkw0ia and cgommerKyle Keen1-3/+5
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-17rtl_fm: prototype FM demodKyle Keen1-0/+361