aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-12-28rtl_adsb: performance tweaksKyle Keen3-22/+42
2012-12-16rtl_adsb: sensitivity tweaksKyle Keen1-33/+60
2012-12-10rtl_fm: non-gnu str functionsKyle Keen1-1/+2
2012-12-10rtl_adsb: prototypeKyle Keen3-2/+475
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-11-04rtl_eeprom: clean up get_string_descriptor()Steve Markgraf1-3/+3
2012-11-04lib: add rtlsdr_get_index_by_serial()Steve Markgraf1-0/+22
2012-11-04rtl_eeprom, rtl_test: remove unused variables and labelsSteve Markgraf2-6/+2
2012-11-03rtl_eeprom: add other configurations to choose fromSteve Markgraf1-22/+99
2012-11-02add library support for EEPROM access and tool for modificationSteve Markgraf4-2/+425
2012-10-28tuner_fc0013: disable loopthrough outputSteve Markgraf1-1/+1
2012-10-28make sure offset tuning works with gr-osmosdrSteve Markgraf1-1/+6
2012-10-27rtl_fm: windows supportKyle Keen2-14/+24
2012-10-26rtl_sdr: set binary file mode on win32Hoernchen1-0/+5
2012-10-26tuner_r820t: check if Nint is within allowed rangeSteve Markgraf1-0/+5
2012-10-26add vid/pid of PixelView PV-DT235U(RN)Steve Markgraf1-0/+1
2012-10-24rtl_fm: WBFM, AM, LSB and USB demod, raw IQ modeKyle Keen1-33/+194
2012-10-24rtl_test: add ppm measurementKyle Keen3-3/+96
2012-10-21add PID of MSI DigiVox Micro HDSteve Markgraf1-0/+1
2012-10-20rtl_sdr: add -n parameter (only read n samples)Steve Markgraf1-1/+26
2012-10-19tuner_r820t: add manual RF gain settingSteve Markgraf2-23/+75
2012-10-18rtl_tcp: increase the timeout in worker threadHoernchen1-1/+1
2012-10-14rtl_tcp: allow to set xtal frequenciesSteve Markgraf1-0/+8
2012-10-08e4000_init(): use corrected xtal frequencySteve Markgraf1-1/+1
2012-10-07add getters for direct sampling and offset tuning modeSteve Markgraf1-0/+19
2012-10-07rtlsdr_set_direct_sampling(): fix issue when switching between inputsSteve Markgraf1-4/+5
2012-10-07tuner_r820t: improve tuning accuracy, allow freq correctionSteve Markgraf1-22/+36
2012-10-06rtl_tcp: make more functions of librtlsdr accessible via tcpSteve Markgraf1-1/+24
2012-10-06add function for offset tuning with zero-IF tunersSteve Markgraf1-2/+37
2012-10-04rtlsdr_demod_write_reg(): return 0 on successSteve Markgraf1-1/+1
2012-10-04add new product IDSteve Markgraf1-0/+1
2012-10-03tuner_fc001x: fix tuning for frequencies < 45 MHzSteve Markgraf2-56/+44
2012-10-01rtlsdr_init_baseband: initialize possibly uninitialized registersSteve Markgraf1-0/+4
2012-10-01correct sample frequency with ppm offsetSteve Markgraf1-16/+25
2012-09-20rtlsdr_set_direct_sampling: reset IF freq to 0 on zero-IF tunersSteve Markgraf1-0/+2
2012-09-20tuner_fc0013: fix and improve manual LNA gainSteve Markgraf2-39/+63
2012-09-19tuner_fc0013: setting GPIO not needed for filter selectionSteve Markgraf1-3/+0
2012-09-19tuner_fc001x: check if PLL values are within boundariesSteve Markgraf2-4/+28
2012-09-16disable second ADC in IF mode, make input selectable in DS-modeSteve Markgraf1-1/+17
2012-09-13make rtlsdr_close() build on win32 againSteve Markgraf1-2/+7
2012-09-13add support for direct sampling modeSteve Markgraf1-12/+70
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-09-09tuner_r820t: don't perform IMR calibration on initSteve Markgraf1-3/+4
2012-09-08add initial support for the R820T tunerSteve Markgraf4-4/+3044
2012-08-10rtlsdr_i2c_rad_reg: fix uninitialized variableSteve Markgraf1-1/+1
2012-08-08implement a more robust cancelation mechanism of async readerDimitri Stolnikov1-8/+27