aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/pcm_decoder_plugin.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-03-21decoder/pcm: always supply host byte order samplesMax Kellermann1-15/+12
Don't use audio_format.reverse_endian.
2011-10-10decoder/pcm: support reverse byte orderMax Kellermann1-3/+21
2011-10-09decoder/{pcm,dsdiff}: add missing stdio.h includeMax Kellermann1-0/+1
2011-09-16input_stream: non-blocking I/OMax Kellermann1-2/+3
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-03-23decoder: PCM decoder: Inherit seekable from the input streamSimon Kagstrom1-1/+1
E.g., spotify isn't seekable.
2011-03-23decoder: PCM decoder: Break loop if EOF is encounteredSimon Kagstrom1-0/+4
Otherwise the song playing might go on forever.
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-12-22decoder: new "pcm" decoder pluginMax Kellermann1-0/+84
Just there to support the "cdio_paranoia" input plugin.