Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2014-05-11 | InputStream: remove attribute "plugin" | Max Kellermann | 1 | -1/+1 |
2014-05-11 | InputStream: make various methods abstract | Max Kellermann | 1 | -35/+9 |
2014-05-11 | InputStream: add virtual destructor | Max Kellermann | 1 | -8/+0 |
2014-05-11 | input/plugins: make InputStream the base class | Max Kellermann | 1 | -35/+22 |
2014-05-11 | InputStream: convert to class | Max Kellermann | 1 | -2/+3 |
2014-03-16 | input/alsa: don't initialize "seekable=false", "size=-1" | Max Kellermann | 1 | -2/+0 |
2014-01-24 | Input*: move to input/ | Max Kellermann | 1 | -2/+2 |
2014-01-14 | input/alsa: fix memory leak | Max Kellermann | 1 | -1/+1 |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 |
2014-01-08 | input/AlsaInputPlugin: remove unnecessary alsa s/w param setting to fix high ... | Steven O'Brien | 1 | -9/+0 |
2014-01-06 | input/AlsaInputPlugin.cxx: use I/O thread to poll for available data | Steven O'Brien | 1 | -55/+289 |
2013-12-21 | input/alsa: fix build with gcc 4.6 | Max Kellermann | 1 | -12/+12 |
2013-12-19 | add draft ALSA input plugin | Steven O'Brien | 1 | -0/+206 |