Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-02-15 | input/cdio_paranoia: whitespace-fix a comment | Jonathan Neuschäfer | 1 | -2/+2 | |
2011-10-10 | input/cdio_paranoia: pass byte order swapping to the PCM "decoder" | Max Kellermann | 1 | -32/+11 | |
Send another "magic" MIME type when the byte order must be reversed. This also fixes byte order issues when big-endian was involved (input data or host byte order) - that was completely broken. | |||||
2011-09-16 | input_stream: non-blocking I/O | Max Kellermann | 1 | -2/+5 | |
Add GMutex, GCond attributes which will be used by callers to conditionally wait on the stream. Remove the (now-useless) plugin method buffer(), wait on GCond instead. Lock the input_stream before each method call. Do the same with the playlist plugins. | |||||
2011-09-14 | input_stream: move input_stream_init(), _deinit() to _internal.c | Max Kellermann | 1 | -0/+1 | |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 | |
2011-01-08 | input/cdio_paranoia: add module name | Max Kellermann | 1 | -0/+1 | |
Seems like we forgot to give this module a name... this can crash MPD on startup. | |||||
2010-12-22 | input/cdda: rename plugin to "cdio_paranoia" | Max Kellermann | 1 | -39/+39 | |
2010-12-22 | input/cdda: support reading the whole disc | Max Kellermann | 1 | -10/+8 | |
2010-12-22 | input/cdda: remove unused function input_cdda_archive_extract_trackno() | Max Kellermann | 1 | -24/+0 | |
2010-12-22 | input/cdda: import missing pcm16_to_wave() from the wave encoder | Max Kellermann | 1 | -0/+11 | |
2010-12-22 | input/cdda: implement parse_cdda_uri() | Max Kellermann | 1 | -10/+59 | |
Was missing. | |||||
2010-12-22 | input/cdda: call input_cdda_close() with an input_stream pointer | Max Kellermann | 1 | -5/+5 | |
Another build fix. | |||||
2010-12-22 | input/cdda: move code to cdda_detect_drive() | Max Kellermann | 1 | -7/+18 | |
2010-12-22 | input/cdda: remove newlines from error messages | Max Kellermann | 1 | -8/+10 | |
2010-12-22 | input/cdda: remove debug code | Max Kellermann | 1 | -31/+1 | |
2010-12-22 | input/cdda: some general build failure fixes | Max Kellermann | 1 | -13/+5 | |
2010-12-22 | input_cdda_plugin: new plugin to handle cdda:// protocol to access CD-DA ↵ | Viliam Mateicka | 1 | -0/+378 | |
audio CD's |