| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-07-08 | apply frequency correction value on the xtal clock directly | Dimitri Stolnikov | |
| by using this approach both, the tuning frequency and the sample rate should be corrected at the same time. | |||
| 2012-07-07 | disable DAGC by default, add control function | Steve Markgraf | |
| This adds rtlsdr_set_agc_mode() to enable/disable it. Thanks to Leif Asbrink for finding this setting. Signed-off-by: Steve Markgraf <steve@steve-m.de> | |||
| 2012-07-05 | add api function to control the IF gain for E4000 tuners | Dimitri Stolnikov | |
| 2012-06-02 | introduce getters for tuner parameters (gain, type) | Dimitri Stolnikov | |
| 2012-05-29 | tuner_fc0012: use new cleaned-up driver | Steve Markgraf | |
| The driver was taken from http://git.linuxtv.org/ and adapted for librtlsdr. Manual gain will be added in a follow-up commit. Signed-off-by: Steve Markgraf <steve@steve-m.de> | |||
| 2012-05-27 | tuner_fc0013: improve tuning resolution | Steve Markgraf | |
| We now use Hz instead of kHz for the internal calculations, and thus improve the tuning resolution to ~50 Hz (tested with DAB). Signed-off-by: Steve Markgraf <steve@steve-m.de> | |||
| 2012-05-25 | tuner_fc0013: use new cleaned-up driver | Steve Markgraf | |
| The driver was taken from http://git.linuxtv.org/ and adapted for librtlsdr. Also, fc0013_set_gain() was added. Signed-off-by: Steve Markgraf <steve@steve-m.de> | |||
| 2012-05-20 | introduce api function to read usb string descriptors | Dimitri Stolnikov | |
| This API allows to read manufacturer and product names as well as the serial number advertized by the device on the bus. | |||
| 2012-05-17 | add an initial version of rtl_test | Steve Markgraf | |
| This tool allows to check for lost samples (and thus check the USB connection), as well as benchmark the Elonics E4000 tunable range. (-t switch) Signed-off-by: Steve Markgraf <steve@steve-m.de> | |||
| 2012-05-10 | tuner_e4k: allow frequencies above INT_MAX | Steve Markgraf | |
| Signed-off-by: Steve Markgraf <steve@steve-m.de> | |||
| 2012-05-06 | consolidate program arguments | Dimitri Stolnikov | |
| 2012-05-05 | reset internally cached gain/freq values on setter failure | Dimitri Stolnikov | |
| 2012-05-05 | document gain api | Dimitri Stolnikov | |
| 2012-05-04 | use new E4000 tuner driver, allow manual gain | Steve Markgraf | |
| Many thanks to Hoernchen for making the driver work properly and adding manual gain! Signed-off-by: Steve Markgraf <steve@steve-m.de> | |||
| 2012-04-25 | introduce api to configure crystal oscillator frequency | Dimitri 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-24 | return frequency and sample rate as unsigned integers | Dimitri Stolnikov | |
| 2012-04-22 | rtlsdr_read_async: buffer length must be multiple of 512 | Dimitri Stolnikov | |
| 2012-04-08 | new api: rtlsdr_read_async function allows to specify buffer size | Dimitri Stolnikov | |
| this commit deprecates rtlsdr_wait_async function various small fixes are included in this commit | |||
| 2012-04-04 | rtlsdr_callback: use correct pointer type for buffer | Steve Markgraf | |
| Silences a clang warning. Signed-off-by: Steve Markgraf <steve@steve-m.de> | |||
| 2012-04-03 | adjust project slogan | Dimitri Stolnikov | |
| Signed-off-by: Steve Markgraf <steve@steve-m.de> | |||
| 2012-04-03 | add copyright notices | Dimitri Stolnikov | |
| Signed-off-by: Steve Markgraf <steve@steve-m.de> | |||
| 2012-04-03 | use unique libusb context per rtl | Dimitri Stolnikov | |
| device this commit breaks rtlsdr_open() interface | |||
| 2012-04-02 | introduce asynchronous streaming interface | Dimitri Stolnikov | |
| this is an experimental feature | |||
| 2012-04-02 | cmake & autotools fixes from previous commit | Dimitri Stolnikov | |
| 2012-04-02 | add win32 compatibility | Hoernchen | |
| Signed-off-by: Steve Markgraf <steve@steve-m.de> | |||
| 2012-04-01 | consolidated function defs and impls | Dimitri Stolnikov | |
| 2012-04-01 | fix type definition in library | Dimitri Stolnikov | |
| interface sorry mom! :P | |||
| 2012-04-01 | add FCI FC2580 tuner support | Steve Markgraf | |
| Signed-off-by: Steve Markgraf <steve@steve-m.de> | |||
| 2012-04-01 | add preliminary cmake build system | Dimitri Stolnikov | |
| 2012-04-01 | handle init/exit functions calling | Dimitri Stolnikov | |
| automatically inside the library | |||
| 2012-04-01 | rework on autotools handling of | Dimitri Stolnikov | |
| private headers | |||
| 2012-04-01 | add FC0012 driver | Steve Markgraf | |
| Thanks to David Badsen! Signed-off-by: Steve Markgraf <steve@steve-m.de> | |||
| 2012-04-01 | add skeleton routines for setting tuner gain | Dimitri Stolnikov | |
| 2012-03-31 | add support for autoprobing the tuners | Steve Markgraf | |
| Signed-off-by: Steve Markgraf <steve@steve-m.de> | |||
| 2012-03-27 | add autotools based build system | Dimitri Stolnikov | |
