aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/plugins/CdioParanoiaInputPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann1-3/+3
2015-01-21ConfigData: move struct config_param to Param.hxxMax Kellermann1-1/+1
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-12-01input/cdio_paranoia: use CopyString() instead of g_strlcpy()Max Kellermann1-2/+1
2014-08-19InputStream: make offset_type unsignedMax Kellermann1-1/+1
2014-05-22InputStream: make Seek() always absoluteMax Kellermann1-15/+2
2014-05-12input/cdio: convert to classMax Kellermann1-1/+2
2014-05-12input/cdio: move initialization code to constructorMax Kellermann1-51/+50
2014-05-12input/cdio: handle cdio_open() failureMax Kellermann1-0/+5
2014-05-12input/cdio: initialize lsn_relofs in constructorMax Kellermann1-2/+1
2014-05-12input/cdio: initialize attribute "buffer_lsn"Max Kellermann1-1/+2
2014-05-12input/cdio: remove unused attribute "trackno"Max Kellermann1-11/+6
2014-05-11InputStream: remove attribute "plugin"Max Kellermann1-1/+1
2014-05-11InputStream: make various methods abstractMax Kellermann1-40/+32
2014-05-11InputStream: add virtual destructorMax Kellermann1-9/+0
2014-05-11input/plugins: make InputStream the base classMax Kellermann1-19/+17
2014-05-11InputStream: convert to classMax Kellermann1-3/+3
2014-03-02InputPlugin: allow init() to soft-failMax Kellermann1-3/+3
2014-01-24Input*: move to input/Max Kellermann1-2/+2
2014-01-24Config*: move to config/Max Kellermann1-2/+2
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-12-17input/cdio: fix typo in #include pathMax Kellermann1-1/+1
2013-11-28Util/StringUtil: add StringStartsWith()Max Kellermann1-1/+2
2013-11-27input/cdio_paranoia: support libcdio-paranoia 0.90Gaetan Bisson1-0/+5
2013-11-07input/cdio_paranoia: add setting "default_byte_order"Max Kellermann1-2/+26
2013-10-23input_stream: rename struct to InputStreamMax Kellermann1-6/+6
2013-10-23InputInternal: remove obsolete libraryMax Kellermann1-1/+0
2013-10-19input/cdio: use class AllocatedPathMax Kellermann1-10/+9
2013-10-17InputStream: use int64_t instead of goffsetMax Kellermann1-1/+1
2013-10-17input_plugin: rename struct to "InputPlugin"Max Kellermann1-1/+1
2013-10-16system/ByteOrder: new library for byte ordering / endianessMax Kellermann1-2/+3
2013-10-15input/*: don't allocate attribute "mime"Max Kellermann1-3/+3
2013-10-02Log: new logging library APIMax Kellermann1-4/+9
2013-09-04util/Error: new error passing libraryMax Kellermann1-25/+19
2013-01-29refcount: convert to C++Max Kellermann1-1/+0
2013-01-28InputStream: add constructor/destructorMax Kellermann1-5/+2
2013-01-27DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann1-2/+2
2013-01-26input_stream: forward-declare the structMax Kellermann1-0/+1
2013-01-25input_{internal,plugin}: convert to C++Max Kellermann1-2/+2
2013-01-21input/cdio_paranoia: convert to C++Max Kellermann1-49/+60
2012-02-15input/cdio_paranoia: whitespace-fix a commentJonathan Neuschäfer1-2/+2
2011-10-10input/cdio_paranoia: pass byte order swapping to the PCM "decoder"Max Kellermann1-32/+11
2011-09-16input_stream: non-blocking I/OMax Kellermann1-2/+5
2011-09-14input_stream: move input_stream_init(), _deinit() to _internal.cMax Kellermann1-0/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2011-01-08input/cdio_paranoia: add module nameMax Kellermann1-0/+1
2010-12-22input/cdda: rename plugin to "cdio_paranoia"Max Kellermann1-39/+39
2010-12-22input/cdda: support reading the whole discMax Kellermann1-10/+8
2010-12-22input/cdda: remove unused function input_cdda_archive_extract_trackno()Max Kellermann1-24/+0
2010-12-22input/cdda: import missing pcm16_to_wave() from the wave encoderMax Kellermann1-0/+11