aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/plugins/CdioParanoiaInputPlugin.cxx (follow)
Commit message (Expand)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
* 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
* input/cdio: convert to classMax Kellermann2014-05-121-1/+2
* input/cdio: move initialization code to constructorMax Kellermann2014-05-121-51/+50
* 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
* InputStream: add virtual destructorMax Kellermann2014-05-111-9/+0
* input/plugins: make InputStream the base classMax Kellermann2014-05-111-19/+17
* InputStream: convert to classMax Kellermann2014-05-111-3/+3
* InputPlugin: allow init() to soft-failMax Kellermann2014-03-021-3/+3
* Input*: move to input/Max Kellermann2014-01-241-0/+407