aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-01-16lib: enable standby mode of e4k and r820t on exitSteve Markgraf1-0/+1
2012-11-04lib: add rtlsdr_get_index_by_serial()Steve Markgraf1-0/+11
2012-11-02add library support for EEPROM access and tool for modificationSteve Markgraf1-0/+32
2012-10-19tuner_r820t: add manual RF gain settingSteve Markgraf1-1/+2
2012-10-07add getters for direct sampling and offset tuning modeSteve Markgraf1-0/+17
2012-10-07tuner_r820t: improve tuning accuracy, allow freq correctionSteve Markgraf1-0/+1
2012-10-06add function for offset tuning with zero-IF tunersSteve Markgraf1-0/+10
2012-09-20tuner_fc0013: fix and improve manual LNA gainSteve Markgraf1-1/+2
2012-09-16disable second ADC in IF mode, make input selectable in DS-modeSteve Markgraf1-1/+1
2012-09-13add support for direct sampling modeSteve Markgraf2-0/+14
2012-09-08autotools: add missing headerSteve Markgraf1-1/+1
2012-09-08add initial support for the R820T tunerSteve Markgraf2-1/+194
2012-08-02return RTLSDR_TUNER_UNKNOWN (0) on failure of rtlsdr_get_tuner_typeDimitri Stolnikov1-1/+1
2012-07-30tuner_e4k: update license in headerSteve Markgraf1-2/+7
2012-07-08apply frequency correction value on the xtal clock directlyDimitri Stolnikov1-2/+15
2012-07-07disable DAGC by default, add control functionSteve Markgraf1-0/+9
2012-07-05add api function to control the IF gain for E4000 tunersDimitri Stolnikov1-0/+10
2012-06-02introduce getters for tuner parameters (gain, type)Dimitri Stolnikov1-0/+30
2012-05-29tuner_fc0012: use new cleaned-up driverSteve Markgraf1-17/+28
2012-05-27tuner_fc0013: improve tuning resolutionSteve Markgraf1-1/+1
2012-05-25tuner_fc0013: use new cleaned-up driverSteve Markgraf1-152/+29
2012-05-20introduce api function to read usb string descriptorsDimitri Stolnikov1-0/+30
2012-05-17add an initial version of rtl_testSteve Markgraf1-0/+10
2012-05-10tuner_e4k: allow frequencies above INT_MAXSteve Markgraf1-1/+1
2012-05-06consolidate program argumentsDimitri Stolnikov1-1/+1
2012-05-05reset internally cached gain/freq values on setter failureDimitri Stolnikov1-1/+1
2012-05-05document gain apiDimitri Stolnikov1-0/+26
2012-05-04use new E4000 tuner driver, allow manual gainSteve Markgraf5-130/+282
2012-04-25introduce api to configure crystal oscillator frequencyDimitri Stolnikov2-4/+33
2012-04-24return frequency and sample rate as unsigned integersDimitri Stolnikov1-2/+14
2012-04-22rtlsdr_read_async: buffer length must be multiple of 512Dimitri Stolnikov1-2/+2
2012-04-08new api: rtlsdr_read_async function allows to specify buffer sizeDimitri Stolnikov1-2/+38
2012-04-04rtlsdr_callback: use correct pointer type for bufferSteve Markgraf1-1/+1
2012-04-03adjust project sloganDimitri Stolnikov2-2/+2
2012-04-03add copyright noticesDimitri Stolnikov2-1/+20
2012-04-03use unique libusb context per rtlDimitri Stolnikov1-3/+3
2012-04-02introduce asynchronous streaming interfaceDimitri Stolnikov1-0/+6
2012-04-02cmake & autotools fixes from previous commitDimitri Stolnikov3-17/+17
2012-04-02add win32 compatibilityHoernchen3-14/+45
2012-04-01consolidated function defs and implsDimitri Stolnikov1-1/+1
2012-04-01fix type definition in libraryDimitri Stolnikov2-2/+2
2012-04-01add FCI FC2580 tuner supportSteve Markgraf2-1/+128
2012-04-01add preliminary cmake build systemDimitri Stolnikov1-0/+26
2012-04-01handle init/exit functions callingDimitri Stolnikov1-10/+0
2012-04-01rework on autotools handling ofDimitri Stolnikov2-1/+1
2012-04-01add FC0012 driverSteve Markgraf1-0/+25
2012-04-01add skeleton routines for setting tuner gainDimitri Stolnikov1-2/+6
2012-03-31add support for autoprobing the tunersSteve Markgraf2-108/+7
2012-03-27add autotools based build systemDimitri Stolnikov5-0/+476