| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-26 | cache real sample rate with 1Hz resolution instead of the desired rate | Dimitri Stolnikov | |
| 2012-05-25 | rtl_tcp: silence warning about socklen_t/int sign. | Christian Vogel | |
| rtl_tcp.c:457:57: warning: pointer types point to integer types with different sign passing 'int *', expected 'socklen_t *' [-Wpointer-sign] Signed-off-by: Steve Markgraf <steve@steve-m.de> | |||
| 2012-05-25 | fix gain setting and update usage information for CLI tools | Dimitri Stolnikov | |
| 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-24 | FC0012 doc and fixes | Michael Karcher | |
| Fix selection of VCO band (needed for example to get to 166 MHz) for the FC0012 tuner, and add a lot of register descriptions. Signed-Off-by: Michael Karcher <osmosdr@mkarcher.dialup.fu-berlin.de> Signed-off-by: Steve Markgraf <steve@steve-m.de> | |||
| 2012-05-23 | add help message to rtl_tcp spectrum server | Dimitri Stolnikov | |
| 2012-05-21 | Add support for PROlectrix dongle | David J. Fiddes | |
| Incorporate support for the PROlectrix DV107669 which appears to be another variant of G-Tek RTL2832U device. This has a FC0012 tuner. Signed-off-by: Steve Markgraf <steve@steve-m.de> | |||
| 2012-05-21 | tuner_e4k: fix returncode of e4k_set_enh_gain() | Hoernchen | |
| Signed-off-by: Steve Markgraf <steve@steve-m.de> | |||
| 2012-05-21 | fix win32 build of rtl_test | Hoernchen | |
| Signed-off-by: Steve Markgraf <steve@steve-m.de> | |||
| 2012-05-21 | Makefile.am: fix copy & paste mistake | Steve Markgraf | |
| 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-17 | #include <math.h> was not needed. | Christian Vogel | |
| Signed-off-by: Steve Markgraf <steve@steve-m.de> | |||
| 2012-05-17 | Using a #define for constant 2^22 (not pow()) | Christian Vogel | |
| pow() might require the math library to be linked with rtl-sdl (e.g. when compiling with clang), even though it's actually constant. Signed-off-by: Steve Markgraf <steve@steve-m.de> | |||
| 2012-05-17 | rename rtl-sdr.c to librtlsdr.c | Steve Markgraf | |
| Having rtl_sdr.c for the application and rtl-sdr.c for the lib caused a bit of confusion... Signed-off-by: Steve Markgraf <steve@steve-m.de> | |||
| 2012-05-15 | add api version information to the library when building with cmake | Dimitri Stolnikov | |
| 2012-05-14 | fix a typo in Makefile.am | Dimitri Stolnikov | |
| 2012-05-14 | tuner_e4k: use empty entry instead of offset for if_stage_gain_regs[] | Hoernchen | |
| Signed-off-by: Steve Markgraf <steve@steve-m.de> | |||
| 2012-05-13 | rtl_tcp: convert command parameters from network to host byteorder | Steve Markgraf | |
| Signed-off-by: Steve Markgraf <steve@steve-m.de> | |||
| 2012-05-12 | fix a memory leak by unreferencing libusb devices | Dimitri Stolnikov | |
| 2012-05-10 | tuner_e4k: allow frequencies above INT_MAX | Steve Markgraf | |
| Signed-off-by: Steve Markgraf <steve@steve-m.de> | |||
| 2012-05-07 | enable i2c repeater mode before applying filter bandwidth | Dimitri Stolnikov | |
| 2012-05-07 | rtl_sdr, rtl_tcp: cleaned up gain handling | Dimitri Stolnikov | |
| 2012-05-07 | rtl_tcp: add handler for freq correction command | Dimitri Stolnikov | |
| 2012-05-06 | rtl_tcp: add handlers for sample rate and gain mode commands | Dimitri Stolnikov | |
| 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 | tuner_e4k: fix a typo in choose_rf_filter function | Dimitri Stolnikov | |
| 2012-05-05 | tuner_e4k: replace remaining printfs with fprintf to stderr | Steve Markgraf | |
| Signed-off-by: Steve Markgraf <steve@steve-m.de> | |||
| 2012-05-05 | uhf appears to work better for ads-b | Hoernchen | |
| Signed-off-by: Steve Markgraf <steve@steve-m.de> | |||
| 2012-05-05 | tuner_e4k: fix off-by-one error in e4k_if_gain_set() | Steve Markgraf | |
| Thanks to patchvonbraun for providing debug logs that helped to track this beast down. Signed-off-by: Steve Markgraf <steve@steve-m.de> | |||
| 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-05-03 | add Compro Videomate U680F | Steve Markgraf | |
| Thanks to Marek Kroemeke for submitting the patch. Signed-off-by: Steve Markgraf <steve@steve-m.de> | |||
| 2012-04-29 | use default xtal freq when 0 is given | Dimitri Stolnikov | |
| 2012-04-25 | fix a -Wuninitialized warning | Steve Markgraf | |
| 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-25 | add Terratec T Stick PLUS | Steve Markgraf | |
| Signed-off-by: Steve Markgraf <steve@steve-m.de> | |||
| 2012-04-24 | return frequency and sample rate as unsigned integers | Dimitri Stolnikov | |
| 2012-04-24 | rtl_tcp: proper linux support | Hoernchen | |
| as well as some cosmetic fixes Signed-off-by: Steve Markgraf <steve@steve-m.de> | |||
| 2012-04-22 | rtlsdr_read_async: buffer length must be multiple of 512 | Dimitri Stolnikov | |
| 2012-04-21 | add a note with patch submission information | Dimitri Stolnikov | |
| 2012-04-20 | e4k: disable DC offset correction | Steve Markgraf | |
| This was causing the 'pulsing' of the DC offset spike. Signed-off-by: Steve Markgraf <steve@steve-m.de> | |||
| 2012-04-19 | use fixed (smallest possible) bandwidth for FCI tuners | Dimitri Stolnikov | |
| also fixes c&p error pointed out by j-pi@seznam.cz | |||
| 2012-04-19 | add initial version of tcp server | Hoernchen | |
| 2012-04-19 | fix off-by-one in argument handling | Hoernchen | |
| Signed-off-by: Steve Markgraf <steve@steve-m.de> | |||
| 2012-04-18 | add Compro Videomate U650F | Steve Markgraf | |
| Signed-off-by: Steve Markgraf <steve@steve-m.de> | |||
| 2012-04-16 | add Terratec Cinergy T Stick RC (Rev.3) | Steve Markgraf | |
| Signed-off-by: Steve Markgraf <steve@steve-m.de> | |||
| 2012-04-12 | add 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-11 | change async cancellation mechnism to make it more reliable | Dimitri Stolnikov | |
| - fixes crashes on windows platform while calling rtlsdr_close() - makes it possible to restart async reads after cancellation | |||
