Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | event/DeferredMonitor: include cleanup | Max Kellermann | 2014-11-25 | 1 | -0/+2 |
| | |||||
* | InputStream: remove attribute "plugin" | Max Kellermann | 2014-05-11 | 1 | -1/+1 |
| | |||||
* | InputStream: make various methods abstract | Max Kellermann | 2014-05-11 | 1 | -35/+9 |
| | | | | Replace InputPlugin attributes. | ||||
* | InputStream: add virtual destructor | Max Kellermann | 2014-05-11 | 1 | -8/+0 |
| | | | Replaces the method Close(). | ||||
* | input/plugins: make InputStream the base class | Max Kellermann | 2014-05-11 | 1 | -35/+22 |
| | | | | Prepare for adding virtual methods. | ||||
* | InputStream: convert to class | Max Kellermann | 2014-05-11 | 1 | -2/+3 |
| | |||||
* | input/alsa: don't initialize "seekable=false", "size=-1" | Max Kellermann | 2014-03-16 | 1 | -2/+0 |
| | | | | These are the default values already. | ||||
* | Input*: move to input/ | Max Kellermann | 2014-01-24 | 1 | -0/+431 |