aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/plugins/CdioParanoiaInputPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* util/StringUtil: move comparison functions to StringCompare.cxxMax Kellermann2015-11-061-0/+1
|
* config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann2015-01-211-3/+3
| | | | The old struct config_param remains only for top-level string options.
* ConfigData: move struct config_param to Param.hxxMax Kellermann2015-01-211-1/+1
|
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* input/cdio_paranoia: use CopyString() instead of g_strlcpy()Max Kellermann2014-12-011-2/+1
|
* InputStream: make offset_type unsignedMax Kellermann2014-08-191-1/+1
|
* InputStream: make Seek() always absoluteMax Kellermann2014-05-221-15/+2
| | | | | Remove the "whence" parameter that is not actually necessary, and only complicates the InputStream implementations.
* input/cdio: convert to classMax Kellermann2014-05-121-1/+2
|
* input/cdio: move initialization code to constructorMax Kellermann2014-05-121-51/+50
| | | | | | Make attributes const, don't allow partial initialization. Instantiate the CdioParanoiaInputStream object at the end of input_cdio_open().
* input/cdio: handle cdio_open() failureMax Kellermann2014-05-121-0/+5
|
* input/cdio: initialize lsn_relofs in constructorMax Kellermann2014-05-121-2/+1
|
* input/cdio: initialize attribute "buffer_lsn"Max Kellermann2014-05-121-1/+2
|
* input/cdio: remove unused attribute "trackno"Max Kellermann2014-05-121-11/+6
|
* 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