aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist/flac_playlist_plugin.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-02-12playlist/flac: delete this obsolete pluginMax Kellermann1-171/+0
The FLAC playlist plugin has been superseded by the "embcue" playlist plugin, which can read the embedded CUE sheets of all formats.
2011-09-16input_stream: non-blocking I/OMax Kellermann1-1/+2
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-01-29copyright year 2011Max Kellermann1-1/+1
2010-01-06playlist: added a FLAC playlist pluginMax Kellermann1-0/+170
This playlist plugin handles FLAC files with embedded CUE sheets.