aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/cdda_input_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* input/cdda: rename plugin to "cdio_paranoia"Max Kellermann2010-12-221-387/+0
* input/cdda: support reading the whole discMax Kellermann2010-12-221-10/+8
* input/cdda: remove unused function input_cdda_archive_extract_trackno()Max Kellermann2010-12-221-24/+0
* input/cdda: import missing pcm16_to_wave() from the wave encoderMax Kellermann2010-12-221-0/+11
* input/cdda: implement parse_cdda_uri()Max Kellermann2010-12-221-10/+59
* input/cdda: call input_cdda_close() with an input_stream pointerMax Kellermann2010-12-221-5/+5
* input/cdda: move code to cdda_detect_drive()Max Kellermann2010-12-221-7/+18
* input/cdda: remove newlines from error messagesMax Kellermann2010-12-221-8/+10
* input/cdda: remove debug codeMax Kellermann2010-12-221-31/+1
* input/cdda: some general build failure fixesMax Kellermann2010-12-221-13/+5
* input_cdda_plugin: new plugin to handle cdda:// protocol to access CD-DA audi...Viliam Mateicka2010-12-221-0/+378