index
:
rtl-sdr
master
Mirror repo for various hacks on rtl-sdr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.c
Age
Commit message (
Expand
)
Author
2012-04-25
introduce api to configure crystal oscillator frequency
Dimitri Stolnikov
2012-04-19
fix off-by-one in argument handling
Hoernchen
2012-04-10
tell windows that ctrl-c was handled
Hoernchen
2012-04-10
make win32 build actually work
Hoernchen
2012-04-09
exit gracefully on SIGPIPE
Dimitri Stolnikov
2012-04-09
allow user to send data to stdout
Steve Markgraf
2012-04-09
allow user to select sync mode
Steve Markgraf
2012-04-09
allow user to select block size
Steve Markgraf
2012-04-09
use fprintf instead of printf
Steve Markgraf
2012-04-09
disable bulk read timeouts
Dimitri Stolnikov
2012-04-08
new api: rtlsdr_read_async function allows to specify buffer size
Dimitri Stolnikov
2012-04-07
use uint32_t instead of int for frequency
Steve Markgraf
2012-04-04
workaround for some versions of libusb
Steve Markgraf
2012-04-04
rtlsdr_callback: use correct pointer type for buffer
Steve Markgraf
2012-04-03
adjust project slogan
Dimitri Stolnikov
2012-04-03
add copyright notices
Dimitri Stolnikov
2012-04-03
use unique libusb context per rtl
Dimitri Stolnikov
2012-04-02
introduce asynchronous streaming interface
Dimitri Stolnikov
2012-04-01
handle init/exit functions calling
Dimitri Stolnikov
2012-04-01
add skeleton routines for setting tuner gain
Dimitri Stolnikov
2012-04-01
add argument check for device handle
Dimitri Stolnikov
2012-03-31
fix reading from usb by resetting the
Dimitri Stolnikov
2012-03-31
cosmetic fixes/cleanup
Steve Markgraf
2012-03-27
add autotools based build system
Dimitri Stolnikov
2012-03-27
rework towards a library interface
Dimitri Stolnikov
2012-03-14
display real sample rate with rounding error
Steve Markgraf
2012-03-13
add commandline option for setting the sample rate
Steve Markgraf
2012-03-12
initial commit
Steve Markgraf