aboutsummaryrefslogtreecommitdiffstats
path: root/src/rtl_sdr.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-16improve CLI usage docs: '-d' also accepts serialhayati ayguen1-1/+1
2023-11-02add direct sampling to rtl_sdrrtlsdrblog1-1/+11
2022-12-17Fix signal handler from getting stuck in an endless loopTobias Girstmair1-0/+1
2014-02-10lib: change default number of transfers to 15Steve Markgraf1-2/+1
2014-02-04remove unused variables, type fixesSteve Markgraf1-1/+1
2014-02-04rtl_sdr: clean up getopt-stringSteve Markgraf1-1/+1
2014-01-23utils: convenience functionsKyle Keen1-44/+26
2013-10-25tools: play nice with mingw/cygwinHoernchen1-1/+1
2012-10-26rtl_sdr: set binary file mode on win32Hoernchen1-0/+5
2012-10-20rtl_sdr: add -n parameter (only read n samples)Steve Markgraf1-1/+26
2012-05-29add local copy of getopt() for win32 buildSteve Markgraf1-16/+3
2012-05-25fix gain setting and update usage information for CLI toolsDimitri Stolnikov1-16/+28
2012-05-20introduce api function to read usb string descriptorsDimitri Stolnikov1-4/+6
2012-05-17#include <math.h> was not needed.Christian Vogel1-1/+0
2012-05-07rtl_sdr, rtl_tcp: cleaned up gain handlingDimitri Stolnikov1-6/+6
2012-05-06consolidate program argumentsDimitri Stolnikov1-0/+267