Commit Graph

  • 35263d0df3 rtlsdr_set_direct_sampling: reset IF freq to 0 on zero-IF tuners Steve Markgraf 2012-09-20 23:44:49 +0200
  • 143b103061 tuner_fc0013: fix and improve manual LNA gain Steve Markgraf 2012-09-20 00:47:11 +0200
  • 15b9e7ef02 tuner_fc0013: setting GPIO not needed for filter selection Steve Markgraf 2012-09-19 06:06:09 +0200
  • a943a2ed25 tuner_fc001x: check if PLL values are within boundaries Steve Markgraf 2012-09-19 03:15:43 +0200
  • 01d8d308fc disable second ADC in IF mode, make input selectable in DS-mode Steve Markgraf 2012-09-16 16:24:58 +0200
  • 519406264c make rtlsdr_close() build on win32 again Steve Markgraf 2012-09-13 23:27:35 +0200
  • fc5881d4cd add support for direct sampling mode Steve Markgraf 2012-09-13 21:53:51 +0200
  • 1533422f98 rtl_fm: half the oversample bugs Kyle Keen 2012-09-04 22:01:17 -0400
  • a8e7c7b21e rtl_fm: Axiomatic's automatic termination Kyle Keen 2012-09-04 10:46:37 -0400
  • f4a8a570c4 rtl_fm: fix auto/manual gain Kyle Keen 2012-09-04 09:50:36 -0400
  • c792c4aeac rtl_fm: bugs found by Axiomatic, alkw0ia and cgommer Kyle Keen 2012-09-04 08:09:30 -0400
  • 0c3c356d19 tuner_r820t: don't perform IMR calibration on init Steve Markgraf 2012-09-09 17:45:00 +0200
  • 9f3f44e03b autotools: add missing header Steve Markgraf 2012-09-08 21:42:58 +0200
  • 0c7ba8e03e don't install udev rules by default, as it may pollute the system Dimitri Stolnikov 2012-09-08 16:37:56 +0200
  • 5a26bd51e7 add initial support for the R820T tuner Steve Markgraf 2012-09-08 02:37:30 +0200
  • 0fb8543dde install (and uninstall) udev rules file Dimitri Stolnikov 2012-09-02 22:15:55 +0200
  • 5f88049c0c rtlsdr_i2c_rad_reg: fix uninitialized variable Steve Markgraf 2012-08-10 02:11:40 +0200
  • 22b9d82fb5 implement a more robust cancelation mechanism of async reader Dimitri Stolnikov 2012-08-08 21:21:46 +0200
  • b49a8336ee disable e4k enhanced mixer gain as it seems to have no effect Dimitri Stolnikov 2012-08-05 16:35:47 +0200
  • 88cd4b33cf return RTLSDR_TUNER_UNKNOWN (0) on failure of rtlsdr_get_tuner_type Dimitri Stolnikov 2012-08-02 19:32:40 +0200
  • 4e2a0ea0c4 tuner_e4k: update license in header Steve Markgraf 2012-07-30 23:29:41 +0200
  • 54fe3eca01 don't print i2c read/write errors for now Steve Markgraf 2012-07-21 20:50:51 +0200
  • 3dff6f3c26 add pid of MyGica TD312 stick Steve Markgraf 2012-07-20 22:36:22 +0200
  • 2b8dfe43f8 fix win32 build Hoernchen 2012-07-17 22:46:43 +0200
  • ec925a64ad rtl_fm: disable win build for now, install rtl_fm Steve Markgraf 2012-07-17 21:38:52 +0200
  • de978c3b3a rtl_fm: fix typo that caused warning Steve Markgraf 2012-07-17 21:20:41 +0200
  • f7f02836c4 rtl_fm: use getopt on win32 as well Steve Markgraf 2012-07-17 20:47:07 +0200
  • 374abaebb8 rtl_fm: add experimental options Kyle Keen 2012-06-01 14:57:05 -0400
  • d2f8faa204 rtl_fm: disabling fast_atan2() for now, too noisy Kyle Keen 2012-05-31 09:47:55 -0400
  • 62cc815863 rtl_fm: crude integer atan2, around 40% faster Kyle Keen 2012-05-31 02:53:31 -0400
  • 6e80117205 rtl_fm: missed a var init Kyle Keen 2012-05-30 18:05:36 -0400
  • d56267a42f rtl_fm: tweaks for nicer scanning Kyle Keen 2012-05-30 11:17:21 -0400
  • c3dde1db91 rtl_fm: multithreaded and frequency scanning Kyle Keen 2012-05-30 10:54:18 -0400
  • defa7af74b rtl_fm: broken multi freq scanning Kyle Keen 2012-05-29 17:29:48 -0400
  • 6a9f5c14c2 rtl_fm: add -E for optional lower edge tuning Kyle Keen 2012-05-29 14:32:17 -0400
  • 37f5559d1c rtl_fm: satisfactory squelch Kyle Keen 2012-05-29 13:02:36 -0400
  • fc390b3224 build rtl_fm Steve Markgraf 2012-07-17 20:41:27 +0200
  • 6328e11da6 rtl_fm: prototype FM demod Kyle Keen 2012-05-28 23:30:54 -0400
  • 9d0232385b add debug messages to rtlsdr_read/write_array Steve Markgraf 2012-07-16 21:04:48 +0200
  • 42a6592e63 disable sample rate correction until we find a proper solution Dimitri Stolnikov 2012-07-09 22:22:55 +0200
  • 2ad7b39e2d rtlsdr_set_tuner_if_gain(): enable i2c repeater Steve Markgraf 2012-07-08 23:28:31 +0200
  • f9b5d7b0a6 apply frequency correction value on the xtal clock directly Dimitri Stolnikov 2012-07-08 15:52:59 +0200
  • 7dc15d9fd7 add PIDs for 2 variants of the Terratex NOXON dongle Steve Markgraf 2012-07-07 22:52:29 +0200
  • f3cf83e3d7 disable DAGC by default, add control function Steve Markgraf 2012-07-07 20:59:48 +0200
  • 98d1b864b6 have *_write_reg() functions pass through the return value Steve Markgraf 2012-07-07 20:56:12 +0200
  • 6ea029d92c add api function to control the IF gain for E4000 tuners Dimitri Stolnikov 2012-07-05 00:28:52 +0200
  • 304c7c863d rtl_test: tuner PLL benchmark only works with E4000 Steve Markgraf 2012-06-28 14:44:25 +0200
  • fc736ae67f init: disable 4 MHz clock output Steve Markgraf 2012-06-22 15:52:35 +0200
  • b09628b3e8 fix symbol visibility for automake builds Dimitri Stolnikov 2012-06-13 01:29:37 +0200
  • e5afd9894d tuner_fc0012: add manual gain support Steve Markgraf 2012-06-09 00:17:09 +0200
  • 6aec27c6d0 tuner_e4k: relicense driver under GPLv2+ Steve Markgraf 2012-06-08 18:52:47 +0200
  • 0d70522eda automake: define pkg-config variables Dimitri Stolnikov 2012-06-07 22:41:42 +0200
  • 1686a0f905 add another PID for Noxon v1 stick Steve Markgraf 2012-06-07 14:00:40 +0200
  • 3838df8669 rtl_tcp: ignore SIGPIPE Steve Markgraf 2012-06-05 18:04:10 +0200
  • 9d58aec8cf correctly clear DDC shift and if_freq registers Steve Markgraf 2012-06-03 21:02:48 +0200
  • 7bd3933c41 introduce getters for tuner parameters (gain, type) Dimitri Stolnikov 2012-06-02 01:11:47 +0200
  • d5bfa3867f print the frequency for which the PLL couldn't lock Dimitri Stolnikov 2012-06-01 20:53:35 +0200
  • 352e50df43 add PID for Zaapa ZT-MINDVBZP Steve Markgraf 2012-05-30 20:59:59 +0200
  • b136a5ae9e link applications to shared library Steve Markgraf 2012-05-29 22:00:54 +0200
  • 4031d6ed04 tuner_fc0012: use new cleaned-up driver Steve Markgraf 2012-05-29 03:31:49 +0200
  • 92d936568c rtl_tcp: add parameter for changing number of buffers Steve Markgraf 2012-05-29 02:40:49 +0200
  • d08c4770ab add local copy of getopt() for win32 build Steve Markgraf 2012-05-29 01:47:44 +0200
  • bc2c445055 rtl_tcp: fix includes Steve Markgraf 2012-05-29 00:32:12 +0200
  • 74d9619bc3 tuner_fc0013: get rid of compiler warning Steve Markgraf 2012-05-28 05:03:53 +0200
  • 635b2751af tuner_e4k: workaround for band selection between 325 - 350 MHz Steve Markgraf 2012-05-27 19:07:37 +0200
  • 75548c8bf3 tuner_fc0013: improve tuning resolution Steve Markgraf 2012-05-27 15:33:11 +0200
  • bcb8f2b28a cache real sample rate with 1Hz resolution instead of the desired rate Dimitri Stolnikov 2012-05-26 20:09:01 +0200
  • 932d6a6fb2 autotools: check for pthread library Dimitri Stolnikov 2012-05-25 22:55:54 +0200
  • f3a6302866 rtl_tcp: silence warning about socklen_t/int sign. Christian Vogel 2012-05-25 20:51:25 +0200
  • b5beddca4f fix gain setting and update usage information for CLI tools Dimitri Stolnikov 2012-05-25 20:45:47 +0200
  • 6d34b04b42 tuner_fc0013: use new cleaned-up driver Steve Markgraf 2012-05-25 17:25:13 +0200
  • c4c48a69ea FC0012 doc and fixes Michael Karcher 2012-05-24 08:42:04 +0200
  • 6328438479 add help message to rtl_tcp spectrum server Dimitri Stolnikov 2012-05-23 19:46:14 +0200
  • cf8e78646a Add support for PROlectrix dongle David J. Fiddes 2012-05-21 22:43:49 +0200
  • df52752349 tuner_e4k: fix returncode of e4k_set_enh_gain() Hoernchen 2012-05-21 22:36:45 +0200
  • 551a2d2037 fix win32 build of rtl_test Hoernchen 2012-05-21 22:33:35 +0200
  • 09547797dc Makefile.am: fix copy & paste mistake Steve Markgraf 2012-05-21 18:31:48 +0200
  • 9a7abe9186 add Cmake generated files to .gitignore Harald Welte 2012-05-20 18:13:34 +0200
  • 505f40d9a0 introduce api function to read usb string descriptors Dimitri Stolnikov 2012-05-20 16:41:15 +0200
  • fdc7bc978b add an initial version of rtl_test Steve Markgraf 2012-05-17 23:51:59 +0200
  • 73f54be2ed #include <math.h> was not needed. Christian Vogel 2012-05-17 21:55:44 +0200
  • 589e96e8d8 Using a #define for constant 2^22 (not pow()) Christian Vogel 2012-05-17 21:54:24 +0200
  • c426e94093 rename rtl-sdr.c to librtlsdr.c Steve Markgraf 2012-05-17 21:33:53 +0200
  • b345963947 add api version information to the library when building with cmake Dimitri Stolnikov 2012-05-15 18:09:21 +0200
  • 3198f14f44 fix a typo in Makefile.am Dimitri Stolnikov 2012-05-14 20:48:25 +0200
  • f7d9e578a0 tuner_e4k: use empty entry instead of offset for if_stage_gain_regs[] Hoernchen 2012-05-14 19:17:15 +0200
  • 8dda694101 rtl_tcp: convert command parameters from network to host byteorder Steve Markgraf 2012-05-13 23:04:09 +0200
  • cdfd1cf775 fix a memory leak by unreferencing libusb devices Dimitri Stolnikov 2012-05-12 15:55:06 +0200
  • 5371f206f3 install pkg-config file when building with cmake Dimitri Stolnikov 2012-05-12 12:34:21 +0200
  • 2ed8375f39 tuner_e4k: allow frequencies above INT_MAX Steve Markgraf 2012-05-10 21:07:25 +0200
  • 8402124e6f enable i2c repeater mode before applying filter bandwidth Dimitri Stolnikov 2012-05-07 23:39:30 +0200
  • e042c36cb5 rtl_sdr, rtl_tcp: cleaned up gain handling Dimitri Stolnikov 2012-05-07 22:59:34 +0200
  • b290116ac7 rtl_tcp: add handler for freq correction command Dimitri Stolnikov 2012-05-07 22:38:25 +0200
  • e5adc9a3ad rtl_tcp: add handlers for sample rate and gain mode commands Dimitri Stolnikov 2012-05-06 19:39:39 +0200
  • 9167a01248 consolidate program arguments Dimitri Stolnikov 2012-05-06 00:34:13 +0200
  • e9251da6e2 reset internally cached gain/freq values on setter failure Dimitri Stolnikov 2012-05-05 18:30:13 +0200
  • eded5bf5c3 tuner_e4k: fix a typo in choose_rf_filter function Dimitri Stolnikov 2012-05-05 15:09:01 +0200
  • 7931aa76c5 tuner_e4k: replace remaining printfs with fprintf to stderr Steve Markgraf 2012-05-05 14:03:59 +0200
  • b6652f33df uhf appears to work better for ads-b Hoernchen 2012-05-05 12:56:42 +0200
  • 259e61fb17 document gain api Dimitri Stolnikov 2012-05-05 12:33:47 +0200