summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
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-04rtlsdr_callback: use correct pointer type for bufferSteve Markgraf
Silences a clang warning. 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-03add copyright noticesDimitri Stolnikov
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-03use unique libusb context per rtlDimitri Stolnikov
device this commit breaks rtlsdr_open() interface
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-01consolidated function defs and implsDimitri Stolnikov
2012-04-01fix type definition in libraryDimitri Stolnikov
interface sorry mom! :P
2012-04-01add FCI FC2580 tuner supportSteve Markgraf
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-01add preliminary cmake build systemDimitri Stolnikov
2012-04-01handle init/exit functions callingDimitri Stolnikov
automatically inside the library
2012-04-01rework on autotools handling ofDimitri Stolnikov
private headers
2012-04-01add FC0012 driverSteve Markgraf
Thanks to David Badsen! Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-01add skeleton routines for setting tuner gainDimitri Stolnikov
2012-03-31add support for autoprobing the tunersSteve Markgraf
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-03-27add autotools based build systemDimitri Stolnikov