aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-17#include <math.h> was not needed.Christian Vogel3-3/+0
2012-05-17Using a #define for constant 2^22 (not pow())Christian Vogel1-2/+5
2012-05-17rename rtl-sdr.c to librtlsdr.cSteve Markgraf3-3/+3
2012-05-15add api version information to the library when building with cmakeDimitri Stolnikov1-0/+1
2012-05-14fix a typo in Makefile.amDimitri Stolnikov1-1/+1
2012-05-14tuner_e4k: use empty entry instead of offset for if_stage_gain_regs[]Hoernchen1-1/+2
2012-05-13rtl_tcp: convert command parameters from network to host byteorderSteve Markgraf1-13/+13
2012-05-12fix a memory leak by unreferencing libusb devicesDimitri Stolnikov1-4/+4
2012-05-12install pkg-config file when building with cmakeDimitri Stolnikov2-1/+38
2012-05-10tuner_e4k: allow frequencies above INT_MAXSteve Markgraf2-8/+8
2012-05-07enable i2c repeater mode before applying filter bandwidthDimitri Stolnikov1-16/+11
2012-05-07rtl_sdr, rtl_tcp: cleaned up gain handlingDimitri Stolnikov2-13/+18
2012-05-07rtl_tcp: add handler for freq correction commandDimitri Stolnikov1-1/+5
2012-05-06rtl_tcp: add handlers for sample rate and gain mode commandsDimitri Stolnikov1-6/+14
2012-05-06consolidate program argumentsDimitri Stolnikov5-23/+23
2012-05-05reset internally cached gain/freq values on setter failureDimitri Stolnikov2-4/+9
2012-05-05tuner_e4k: fix a typo in choose_rf_filter functionDimitri Stolnikov1-1/+1
2012-05-05tuner_e4k: replace remaining printfs with fprintf to stderrSteve Markgraf1-2/+2
2012-05-05uhf appears to work better for ads-bHoernchen1-13/+22
2012-05-05document gain apiDimitri Stolnikov1-0/+26
2012-05-05tuner_e4k: fix off-by-one error in e4k_if_gain_set()Steve Markgraf1-1/+1
2012-05-04use new E4000 tuner driver, allow manual gainSteve Markgraf11-2217/+1328
2012-05-03add Compro Videomate U680FSteve Markgraf2-0/+4
2012-04-29use default xtal freq when 0 is givenDimitri Stolnikov1-7/+7
2012-04-25fix a -Wuninitialized warningSteve Markgraf1-1/+1
2012-04-25compile with warnings enabledDimitri Stolnikov2-1/+13
2012-04-25introduce api to configure crystal oscillator frequencyDimitri Stolnikov8-109/+259
2012-04-25add Terratec T Stick PLUSSteve Markgraf2-0/+4
2012-04-24return frequency and sample rate as unsigned integersDimitri Stolnikov2-6/+18
2012-04-24add rtl_tcp utility to gitignoreDimitri Stolnikov1-0/+1
2012-04-24rtl_tcp: proper linux supportHoernchen1-17/+26
2012-04-22rtlsdr_read_async: buffer length must be multiple of 512Dimitri Stolnikov2-4/+4
2012-04-21add a note with patch submission informationDimitri Stolnikov1-0/+3
2012-04-20e4k: disable DC offset correctionSteve Markgraf1-2/+2
2012-04-19use fixed (smallest possible) bandwidth for FCI tunersDimitri Stolnikov1-6/+4
2012-04-19add initial version of tcp serverHoernchen4-2/+486
2012-04-19fix off-by-one in argument handlingHoernchen1-2/+2
2012-04-18add Compro Videomate U650FSteve Markgraf2-0/+4
2012-04-16add Terratec Cinergy T Stick RC (Rev.3)Steve Markgraf2-0/+4
2012-04-12add Compro Videomate U620F (E4K tuner)Steve Markgraf2-0/+4
2012-04-11change async cancellation mechnism to make it more reliableDimitri Stolnikov1-75/+96
2012-04-10reorder calls to prevent a crashHoernchen1-2/+2
2012-04-10tell windows that ctrl-c was handledHoernchen1-3/+12
2012-04-10make win32 build actually workHoernchen2-7/+40
2012-04-09correct LPF coefficientSteve Markgraf1-1/+1
2012-04-09reset demod after setting samplerateSteve Markgraf1-0/+4
2012-04-09exit gracefully on SIGPIPEDimitri Stolnikov1-11/+21
2012-04-09allow user to send data to stdoutSteve Markgraf1-10/+15
2012-04-09allow user to select sync modeSteve Markgraf1-15/+21
2012-04-09allow user to select block sizeSteve Markgraf1-13/+38