Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'v0.18.x' into v0.19.x | Max Kellermann | 2014-12-26 | 1 | -0/+3 |
| | |||||
* | InputStream: CheapSeeking() returns false only for HTTP | Max Kellermann | 2014-08-19 | 1 | -2/+3 |
| | | | | | | Seeking on NFS or SMB is cheap. Actually, only HTTP streams are expensive to seek. This enables a few features on NFS/SMB files, for example Ogg tags. | ||||
* | InputStream: move code to ExpensiveSeeking() | Max Kellermann | 2014-08-19 | 1 | -1/+13 |
| | |||||
* | InputStream: make Seek() always absolute | Max Kellermann | 2014-05-22 | 1 | -16/+3 |
| | | | | | Remove the "whence" parameter that is not actually necessary, and only complicates the InputStream implementations. | ||||
* | input/InputStream: move Open() to Open.cxx | Max Kellermann | 2014-05-21 | 1 | -50/+1 |
| | | | | Allow compiling test programs with only selected plugins. | ||||
* | InputStream: make various methods abstract | Max Kellermann | 2014-05-11 | 1 | -40/+7 |
| | | | | Replace InputPlugin attributes. | ||||
* | InputStream: add virtual destructor | Max Kellermann | 2014-05-11 | 1 | -8/+5 |
| | | | Replaces the method Close(). | ||||
* | InputStream: convert to class | Max Kellermann | 2014-05-11 | 1 | -0/+9 |
| | |||||
* | Input*: move to input/ | Max Kellermann | 2014-01-24 | 1 | -0/+214 |