aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist/EmbeddedCuePlaylistPlugin.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-09-05Tag, ...: move to libtag.aMax Kellermann1-2/+2
2013-09-05PlaylistPlugin: add interface SongEnumeratorMax Kellermann1-28/+10
Replaces struct playlist_provider.
2013-09-04Tag*: move libtag.a sources to src/tag/Max Kellermann1-2/+2
2013-08-05playlist/EmbbeddedCue: convert to classMax Kellermann1-27/+41
2013-07-30tag: convert to C++Max Kellermann1-1/+1
2013-07-29tag_handler: convert to C++Max Kellermann1-1/+1
2013-07-29ape: convert to C++Max Kellermann1-4/+1
2013-07-28tag_id3: convert to C++Max Kellermann1-1/+1
2013-07-28song: convert header to C++Max Kellermann1-5/+5
2013-04-09cue_parser: convert to C++Max Kellermann1-9/+9
2013-01-27DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann1-2/+2
2013-01-27playlist/*: convert to C++Max Kellermann1-1/+1
2013-01-26tag_file: convert to C++Max Kellermann1-1/+1
2013-01-26playlist/*: convert to C++Max Kellermann1-13/+22
2012-02-12playlist/embcue: ignore "FILE", always point to container song fileMax Kellermann1-2/+15
An embedded CUE sheet must always point to the song file it is contained in.
2012-02-12playlist/embcue: new plugin for reading embedded cue sheetsMax Kellermann1-0/+168
Parses CUE data from the "CUESHEET" tag. Needs further integration in the update thread.