aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/plugins/AlsaInputPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-11-25event/DeferredMonitor: include cleanupMax Kellermann1-0/+2
2014-05-11InputStream: remove attribute "plugin"Max Kellermann1-1/+1
2014-05-11InputStream: make various methods abstractMax Kellermann1-35/+9
2014-05-11InputStream: add virtual destructorMax Kellermann1-8/+0
2014-05-11input/plugins: make InputStream the base classMax Kellermann1-35/+22
2014-05-11InputStream: convert to classMax Kellermann1-2/+3
2014-03-16input/alsa: don't initialize "seekable=false", "size=-1"Max Kellermann1-2/+0
2014-01-24Input*: move to input/Max Kellermann1-2/+2
2014-01-14input/alsa: fix memory leakMax Kellermann1-1/+1
2014-01-13copyright year 2014Max Kellermann1-1/+1
2014-01-08input/AlsaInputPlugin: remove unnecessary alsa s/w param setting to fix high ...Steven O'Brien1-9/+0
2014-01-06input/AlsaInputPlugin.cxx: use I/O thread to poll for available dataSteven O'Brien1-55/+289
2013-12-21input/alsa: fix build with gcc 4.6Max Kellermann1-12/+12
2013-12-19add draft ALSA input pluginSteven O'Brien1-0/+206