Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | decoder/pcm: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -108/+0 |
| | |||||
* | input_stream: forward-declare the struct | Max Kellermann | 2013-01-26 | 1 | -5/+8 |
| | | | | Hide the definition from C code, to prepare the transition to C++. | ||||
* | decoder/pcm: always supply host byte order samples | Max Kellermann | 2012-03-21 | 1 | -15/+12 |
| | | | | Don't use audio_format.reverse_endian. | ||||
* | decoder/pcm: support reverse byte order | Max Kellermann | 2011-10-10 | 1 | -3/+21 |
| | |||||
* | decoder/{pcm,dsdiff}: add missing stdio.h include | Max Kellermann | 2011-10-09 | 1 | -0/+1 |
| | |||||
* | input_stream: non-blocking I/O | Max Kellermann | 2011-09-16 | 1 | -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. | ||||
* | decoder: PCM decoder: Inherit seekable from the input stream | Simon Kagstrom | 2011-03-23 | 1 | -1/+1 |
| | | | | E.g., spotify isn't seekable. | ||||
* | decoder: PCM decoder: Break loop if EOF is encountered | Simon Kagstrom | 2011-03-23 | 1 | -0/+4 |
| | | | | Otherwise the song playing might go on forever. | ||||
* | copyright year 2011 | Max Kellermann | 2011-01-29 | 1 | -1/+1 |
| | |||||
* | decoder: new "pcm" decoder plugin | Max Kellermann | 2010-12-22 | 1 | -0/+84 |
Just there to support the "cdio_paranoia" input plugin. |