summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-04-25introduce api to configure crystal oscillator frequencyDimitri Stolnikov
Usually both, the RTL and the tuner ICs use the same clock. Changing the clock may make sense if you are applying an external clock to the tuner or to compensate the frequency (and samplerate) error caused by the original cheap crystal. This commit covers all tuner drivers except of the Fitipower FC2580
2012-04-25add Terratec T Stick PLUSSteve Markgraf
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-24return frequency and sample rate as unsigned integersDimitri Stolnikov
2012-04-24rtl_tcp: proper linux supportHoernchen
as well as some cosmetic fixes Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-22rtlsdr_read_async: buffer length must be multiple of 512Dimitri Stolnikov
2012-04-21add a note with patch submission informationDimitri Stolnikov
2012-04-20e4k: disable DC offset correctionSteve Markgraf
This was causing the 'pulsing' of the DC offset spike. Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-19use fixed (smallest possible) bandwidth for FCI tunersDimitri Stolnikov
also fixes c&p error pointed out by j-pi@seznam.cz
2012-04-19add initial version of tcp serverHoernchen
2012-04-19fix off-by-one in argument handlingHoernchen
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-18add Compro Videomate U650FSteve Markgraf
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-16add Terratec Cinergy T Stick RC (Rev.3)Steve Markgraf
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-12add Compro Videomate U620F (E4K tuner)Steve Markgraf
Thanks to Simeon Miteff for reporting this device. Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-11change async cancellation mechnism to make it more reliableDimitri Stolnikov
- fixes crashes on windows platform while calling rtlsdr_close() - makes it possible to restart async reads after cancellation
2012-04-10reorder calls to prevent a crashHoernchen
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-10tell windows that ctrl-c was handledHoernchen
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-10make win32 build actually workHoernchen
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-09correct LPF coefficientSteve Markgraf
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-09reset demod after setting samplerateSteve Markgraf
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-09exit gracefully on SIGPIPEDimitri Stolnikov
this will properly free all the used memory when working with a pipe and closing the other end (think of GRC)
2012-04-09allow user to send data to stdoutSteve Markgraf
Patch provided by 'airwave', Thanks! Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-09allow user to select sync modeSteve Markgraf
Patch provided by 'airwave', Thanks! Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-09allow user to select block sizeSteve Markgraf
Patch provided by 'airwave', Thanks! Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-09use fprintf instead of printfSteve Markgraf
Patch provided by 'airwave', Thanks! Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-09disable bulk read timeoutsDimitri Stolnikov
ideally, we should calculate them depending on the configured sample rate
2012-04-08new api: rtlsdr_read_async function allows to specify buffer sizeDimitri Stolnikov
this commit deprecates rtlsdr_wait_async function various small fixes are included in this commit
2012-04-07add DIKOM pid/vidSteve Markgraf
Source: http://forum.ubuntu-it.org/index.php/topic,413840.0.html Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-07use uint32_t instead of int for frequencySteve Markgraf
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-07print out exact sample rate only if neededDimitri Stolnikov
2012-04-06Add support for Dexatek DK5217 DVB-T dongle.Alexandru Csete
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-06do not use NULL usb contexts to make libusb-pbatard work on windowsDimitri Stolnikov
2012-04-05fix rtlsdr_demod_read_reg()Steve Markgraf
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-05make older versions of GCC happySteve Markgraf
fixes the 'redefinition'-error with older versions of GCC Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-04workaround for some versions of libusbSteve Markgraf
Some versions of libusb don't seem to like if you call libusb_init if you already have another instance opened. (1.0.8 on Debian squeeze e.g.) Thus, print name of device before opening it. Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-04use timeouts for control transfersSteve Markgraf
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-04rtlsdr_callback: use correct pointer type for bufferSteve Markgraf
Silences a clang warning. Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-03install utility as wellDimitri Stolnikov
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-03adjust project sloganDimitri Stolnikov
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-03define LIBUSB_CALL if not available with old libusbDimitri Stolnikov
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-03add copyright noticesDimitri Stolnikov
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-03properly poweroff PLL/ADCs/tuner on exitSteve Markgraf
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-03add several new sticksSteve Markgraf
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-03force same library filename for static andDimitri Stolnikov
shared variants of the library on !WIN32 platforms
2012-04-03use unique libusb context per rtlDimitri Stolnikov
device this commit breaks rtlsdr_open() interface
2012-04-02use different library names forDimitri Stolnikov
static/shared variants
2012-04-02introduce asynchronous streaming interfaceDimitri Stolnikov
this is an experimental feature
2012-04-02cmake & autotools fixes from previous commitDimitri Stolnikov
2012-04-02add win32 compatibilityHoernchen
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-02add Terratec Cinergy T Stick Black (rev 1)Steve Markgraf
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-02select fc0012 UHF/VHF-filter according to frequencySteve Markgraf
Signed-off-by: Steve Markgraf <steve@steve-m.de>