aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/plugins/CdioParanoiaInputPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* InputStream: remove attribute "plugin"Max Kellermann2014-05-111-1/+1
|
* InputStream: make various methods abstractMax Kellermann2014-05-111-40/+32
| | | | Replace InputPlugin attributes.
* InputStream: add virtual destructorMax Kellermann2014-05-111-9/+0
| | | Replaces the method Close().
* input/plugins: make InputStream the base classMax Kellermann2014-05-111-19/+17
| | | | Prepare for adding virtual methods.
* InputStream: convert to classMax Kellermann2014-05-111-3/+3
|
* InputPlugin: allow init() to soft-failMax Kellermann2014-03-021-3/+3
| | | | | Add enum InputResult which is a tri-state. Input plugins may now fail and just become unavailable.
* Input*: move to input/Max Kellermann2014-01-241-0/+407