summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Collapse)Author
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-01handle init/exit functions callingDimitri Stolnikov
automatically inside the library
2012-04-01add skeleton routines for setting tuner gainDimitri Stolnikov
2012-04-01add argument check for device handleDimitri Stolnikov
also outputs all text to stderr implement rate and frequency read functions
2012-03-31fix reading from usb by resetting theDimitri Stolnikov
buffers as required
2012-03-31cosmetic fixes/cleanupSteve Markgraf
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-03-27add autotools based build systemDimitri Stolnikov
2012-03-27rework towards a library interfaceDimitri Stolnikov
2012-03-14display real sample rate with rounding errorSteve Markgraf
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-03-13add commandline option for setting the sample rateSteve Markgraf
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-03-12initial commitSteve Markgraf
Signed-off-by: Steve Markgraf <steve@steve-m.de>