Commit graph

  • b49a8336ee disable e4k enhanced mixer gain as it seems to have no effect Dimitri Stolnikov 2012-08-05 16:35:47 +02:00
  • 88cd4b33cf return RTLSDR_TUNER_UNKNOWN (0) on failure of rtlsdr_get_tuner_type Dimitri Stolnikov 2012-08-02 19:32:40 +02:00
  • 4e2a0ea0c4 tuner_e4k: update license in header Steve Markgraf 2012-07-30 23:29:41 +02:00
  • 54fe3eca01 don't print i2c read/write errors for now Steve Markgraf 2012-07-21 20:50:51 +02:00
  • 3dff6f3c26 add pid of MyGica TD312 stick Steve Markgraf 2012-07-20 22:36:22 +02:00
  • 2b8dfe43f8 fix win32 build Hoernchen 2012-07-17 22:46:43 +02:00
  • ec925a64ad rtl_fm: disable win build for now, install rtl_fm Steve Markgraf 2012-07-17 21:38:52 +02:00
  • de978c3b3a rtl_fm: fix typo that caused warning Steve Markgraf 2012-07-17 21:20:41 +02:00
  • f7f02836c4 rtl_fm: use getopt on win32 as well Steve Markgraf 2012-07-17 20:47:07 +02:00
  • 374abaebb8 rtl_fm: add experimental options Kyle Keen 2012-06-01 14:57:05 -04:00
  • d2f8faa204 rtl_fm: disabling fast_atan2() for now, too noisy Kyle Keen 2012-05-31 09:47:55 -04:00
  • 62cc815863 rtl_fm: crude integer atan2, around 40% faster Kyle Keen 2012-05-31 02:53:31 -04:00
  • 6e80117205 rtl_fm: missed a var init Kyle Keen 2012-05-30 18:05:36 -04:00
  • d56267a42f rtl_fm: tweaks for nicer scanning Kyle Keen 2012-05-30 11:17:21 -04:00
  • c3dde1db91 rtl_fm: multithreaded and frequency scanning Kyle Keen 2012-05-30 10:54:18 -04:00
  • defa7af74b rtl_fm: broken multi freq scanning Kyle Keen 2012-05-29 17:29:48 -04:00
  • 6a9f5c14c2 rtl_fm: add -E for optional lower edge tuning Kyle Keen 2012-05-29 14:32:17 -04:00
  • 37f5559d1c rtl_fm: satisfactory squelch Kyle Keen 2012-05-29 13:02:36 -04:00
  • fc390b3224 build rtl_fm Steve Markgraf 2012-07-17 20:41:27 +02:00
  • 6328e11da6 rtl_fm: prototype FM demod Kyle Keen 2012-05-28 23:30:54 -04:00
  • 9d0232385b add debug messages to rtlsdr_read/write_array Steve Markgraf 2012-07-16 21:04:48 +02:00
  • 42a6592e63 disable sample rate correction until we find a proper solution Dimitri Stolnikov 2012-07-09 22:22:55 +02:00
  • 2ad7b39e2d rtlsdr_set_tuner_if_gain(): enable i2c repeater Steve Markgraf 2012-07-08 23:28:31 +02:00
  • f9b5d7b0a6 apply frequency correction value on the xtal clock directly Dimitri Stolnikov 2012-07-08 15:52:59 +02:00
  • 7dc15d9fd7 add PIDs for 2 variants of the Terratex NOXON dongle Steve Markgraf 2012-07-07 22:52:29 +02:00
  • f3cf83e3d7 disable DAGC by default, add control function Steve Markgraf 2012-07-07 20:59:48 +02:00
  • 98d1b864b6 have *_write_reg() functions pass through the return value Steve Markgraf 2012-07-07 20:56:12 +02:00
  • 6ea029d92c add api function to control the IF gain for E4000 tuners Dimitri Stolnikov 2012-07-05 00:28:52 +02:00
  • 304c7c863d rtl_test: tuner PLL benchmark only works with E4000 Steve Markgraf 2012-06-28 14:44:25 +02:00
  • fc736ae67f init: disable 4 MHz clock output Steve Markgraf 2012-06-22 15:52:35 +02:00
  • b09628b3e8 fix symbol visibility for automake builds Dimitri Stolnikov 2012-06-13 01:29:37 +02:00
  • e5afd9894d tuner_fc0012: add manual gain support Steve Markgraf 2012-06-09 00:17:09 +02:00
  • 6aec27c6d0 tuner_e4k: relicense driver under GPLv2+ Steve Markgraf 2012-06-08 18:52:47 +02:00
  • 0d70522eda automake: define pkg-config variables Dimitri Stolnikov 2012-06-07 22:41:42 +02:00
  • 1686a0f905 add another PID for Noxon v1 stick Steve Markgraf 2012-06-07 14:00:40 +02:00
  • 3838df8669 rtl_tcp: ignore SIGPIPE Steve Markgraf 2012-06-05 18:04:10 +02:00
  • 9d58aec8cf correctly clear DDC shift and if_freq registers Steve Markgraf 2012-06-03 21:02:48 +02:00
  • 7bd3933c41 introduce getters for tuner parameters (gain, type) Dimitri Stolnikov 2012-06-02 01:11:47 +02:00
  • d5bfa3867f print the frequency for which the PLL couldn't lock Dimitri Stolnikov 2012-06-01 20:53:35 +02:00
  • 352e50df43 add PID for Zaapa ZT-MINDVBZP Steve Markgraf 2012-05-30 20:59:59 +02:00
  • b136a5ae9e link applications to shared library Steve Markgraf 2012-05-29 22:00:54 +02:00
  • 4031d6ed04 tuner_fc0012: use new cleaned-up driver Steve Markgraf 2012-05-29 03:31:49 +02:00
  • 92d936568c rtl_tcp: add parameter for changing number of buffers Steve Markgraf 2012-05-29 02:40:49 +02:00
  • d08c4770ab add local copy of getopt() for win32 build Steve Markgraf 2012-05-29 01:47:44 +02:00
  • bc2c445055 rtl_tcp: fix includes Steve Markgraf 2012-05-29 00:32:12 +02:00
  • 74d9619bc3 tuner_fc0013: get rid of compiler warning Steve Markgraf 2012-05-28 05:03:53 +02:00
  • 635b2751af tuner_e4k: workaround for band selection between 325 - 350 MHz Steve Markgraf 2012-05-27 19:07:37 +02:00
  • 75548c8bf3 tuner_fc0013: improve tuning resolution Steve Markgraf 2012-05-27 15:33:11 +02:00
  • bcb8f2b28a cache real sample rate with 1Hz resolution instead of the desired rate Dimitri Stolnikov 2012-05-26 20:09:01 +02:00
  • 932d6a6fb2 autotools: check for pthread library Dimitri Stolnikov 2012-05-25 22:55:54 +02:00
  • f3a6302866 rtl_tcp: silence warning about socklen_t/int sign. Christian Vogel 2012-05-25 20:51:25 +02:00
  • b5beddca4f fix gain setting and update usage information for CLI tools Dimitri Stolnikov 2012-05-25 20:45:47 +02:00
  • 6d34b04b42 tuner_fc0013: use new cleaned-up driver Steve Markgraf 2012-05-25 17:25:13 +02:00
  • c4c48a69ea FC0012 doc and fixes Michael Karcher 2012-05-24 08:42:04 +02:00
  • 6328438479 add help message to rtl_tcp spectrum server Dimitri Stolnikov 2012-05-23 19:46:14 +02:00
  • cf8e78646a Add support for PROlectrix dongle David J. Fiddes 2012-05-21 22:43:49 +02:00
  • df52752349 tuner_e4k: fix returncode of e4k_set_enh_gain() Hoernchen 2012-05-21 22:36:45 +02:00
  • 551a2d2037 fix win32 build of rtl_test Hoernchen 2012-05-21 22:33:35 +02:00
  • 09547797dc Makefile.am: fix copy & paste mistake Steve Markgraf 2012-05-21 18:31:48 +02:00
  • 9a7abe9186 add Cmake generated files to .gitignore Harald Welte 2012-05-20 18:13:34 +02:00
  • 505f40d9a0 introduce api function to read usb string descriptors Dimitri Stolnikov 2012-05-20 16:41:15 +02:00
  • fdc7bc978b add an initial version of rtl_test Steve Markgraf 2012-05-17 23:51:59 +02:00
  • 73f54be2ed #include <math.h> was not needed. Christian Vogel 2012-05-17 21:55:44 +02:00
  • 589e96e8d8 Using a #define for constant 2^22 (not pow()) Christian Vogel 2012-05-17 21:54:24 +02:00
  • c426e94093 rename rtl-sdr.c to librtlsdr.c Steve Markgraf 2012-05-17 21:33:53 +02:00
  • b345963947 add api version information to the library when building with cmake Dimitri Stolnikov 2012-05-15 18:09:21 +02:00
  • 3198f14f44 fix a typo in Makefile.am Dimitri Stolnikov 2012-05-14 20:48:25 +02:00
  • f7d9e578a0 tuner_e4k: use empty entry instead of offset for if_stage_gain_regs[] Hoernchen 2012-05-14 19:17:15 +02:00
  • 8dda694101 rtl_tcp: convert command parameters from network to host byteorder Steve Markgraf 2012-05-13 23:04:09 +02:00
  • cdfd1cf775 fix a memory leak by unreferencing libusb devices Dimitri Stolnikov 2012-05-12 15:55:06 +02:00
  • 5371f206f3 install pkg-config file when building with cmake Dimitri Stolnikov 2012-05-12 12:34:21 +02:00
  • 2ed8375f39 tuner_e4k: allow frequencies above INT_MAX Steve Markgraf 2012-05-10 21:07:25 +02:00
  • 8402124e6f enable i2c repeater mode before applying filter bandwidth Dimitri Stolnikov 2012-05-07 23:39:30 +02:00
  • e042c36cb5 rtl_sdr, rtl_tcp: cleaned up gain handling Dimitri Stolnikov 2012-05-07 22:59:34 +02:00
  • b290116ac7 rtl_tcp: add handler for freq correction command Dimitri Stolnikov 2012-05-07 22:38:25 +02:00
  • e5adc9a3ad rtl_tcp: add handlers for sample rate and gain mode commands Dimitri Stolnikov 2012-05-06 19:39:39 +02:00
  • 9167a01248 consolidate program arguments Dimitri Stolnikov 2012-05-06 00:34:13 +02:00
  • e9251da6e2 reset internally cached gain/freq values on setter failure Dimitri Stolnikov 2012-05-05 18:30:13 +02:00
  • eded5bf5c3 tuner_e4k: fix a typo in choose_rf_filter function Dimitri Stolnikov 2012-05-05 15:09:01 +02:00
  • 7931aa76c5 tuner_e4k: replace remaining printfs with fprintf to stderr Steve Markgraf 2012-05-05 14:03:59 +02:00
  • b6652f33df uhf appears to work better for ads-b Hoernchen 2012-05-05 12:56:42 +02:00
  • 259e61fb17 document gain api Dimitri Stolnikov 2012-05-05 12:33:47 +02:00
  • 59198d6342 tuner_e4k: fix off-by-one error in e4k_if_gain_set() Steve Markgraf 2012-05-05 02:19:34 +02:00
  • 86c34428aa use new E4000 tuner driver, allow manual gain Steve Markgraf 2012-05-04 23:02:29 +02:00
  • 0af094070f add Compro Videomate U680F Steve Markgraf 2012-05-03 20:58:14 +02:00
  • cec93754a2 use default xtal freq when 0 is given Dimitri Stolnikov 2012-04-29 19:51:11 +02:00
  • 721085e1ab fix a -Wuninitialized warning Steve Markgraf 2012-04-25 22:47:30 +02:00
  • e5e68c6524 compile with warnings enabled Dimitri Stolnikov 2012-04-25 22:36:56 +02:00
  • bad6fb080b introduce api to configure crystal oscillator frequency Dimitri Stolnikov 2012-04-25 22:32:51 +02:00
  • 8a1d6d69bd add Terratec T Stick PLUS Steve Markgraf 2012-04-25 17:11:48 +02:00
  • 5f70efd8d1 return frequency and sample rate as unsigned integers Dimitri Stolnikov 2012-04-24 20:02:53 +02:00
  • 680fe5de03 add rtl_tcp utility to gitignore Dimitri Stolnikov 2012-04-24 19:14:54 +02:00
  • eb9a437de7 rtl_tcp: proper linux support Hoernchen 2012-04-24 18:02:28 +02:00
  • e4fef23874 rtlsdr_read_async: buffer length must be multiple of 512 Dimitri Stolnikov 2012-04-22 21:47:00 +02:00
  • 7ba990981b add a note with patch submission information Dimitri Stolnikov 2012-04-21 21:38:37 +02:00
  • 35729e7ee4 e4k: disable DC offset correction Steve Markgraf 2012-04-20 23:35:16 +02:00
  • dd68eb2d22 use fixed (smallest possible) bandwidth for FCI tuners Dimitri Stolnikov 2012-04-19 23:02:53 +02:00
  • d55b491c43 add initial version of tcp server Hoernchen 2012-04-19 17:46:52 +02:00
  • 6b99aedc4d fix off-by-one in argument handling Hoernchen 2012-04-19 15:43:05 +02:00
  • e07189cea1 add Compro Videomate U650F Steve Markgraf 2012-04-18 20:19:50 +02:00