aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/plugins/RewindInputPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* InputStream: make Seek() always absoluteMax Kellermann2014-05-221-5/+4
| | | | | Remove the "whence" parameter that is not actually necessary, and only complicates the InputStream implementations.
* input/rewind: move code to class ProxyInputStreamMax Kellermann2014-05-211-59/+14
|
* input/rewind: include cleanupMax Kellermann2014-05-211-4/+2
|
* input/rewind: work around assertion failureMax Kellermann2014-05-211-1/+1
| | | | Caused by commit 0b4fa41a
* InputStream: "protect" attributesMax Kellermann2014-05-121-7/+7
|
* InputStream: remove attribute "plugin"Max Kellermann2014-05-111-8/+1
|
* InputStream: make various methods abstractMax Kellermann2014-05-111-86/+19
| | | | Replace InputPlugin attributes.
* InputStream: add virtual destructorMax Kellermann2014-05-111-10/+1
| | | Replaces the method Close().
* input/plugins: make InputStream the base classMax Kellermann2014-05-111-37/+29
| | | | Prepare for adding virtual methods.
* input/rewind: convert to classMax Kellermann2014-05-111-46/+89
|
* InputStream: convert to classMax Kellermann2014-05-111-10/+11
|
* Input*: move to input/Max Kellermann2014-01-241-0/+251