Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 | |
2014-08-29 | DecoderAPI: pass SignedSongTime to decoder_initialized() | Max Kellermann | 1 | -4/+4 | |
2014-08-26 | decoder/pcm: use integer seek times | Max Kellermann | 1 | -2/+3 | |
2014-08-19 | InputStream: move typedef offset_type to Offset.hxx | Max Kellermann | 1 | -2/+2 | |
Reduce header dependencies. | |||||
2014-08-19 | decoder/pcm: check InputStream::KnownSize() | Max Kellermann | 1 | -3/+2 | |
2014-05-22 | InputStream: make Seek() always absolute | Max Kellermann | 1 | -2/+1 | |
Remove the "whence" parameter that is not actually necessary, and only complicates the InputStream implementations. | |||||
2014-01-24 | Input*: move to input/ | Max Kellermann | 1 | -1/+1 | |
2014-01-24 | decoder/*: move to decoder/plugins/ | Max Kellermann | 1 | -2/+2 | |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2013-11-28 | include cleanup using iwyu | Max Kellermann | 1 | -2/+0 | |
2013-10-23 | input_stream: rename struct to InputStream | Max Kellermann | 1 | -8/+8 | |
2013-10-21 | decoder: rename the struct to "Decoder" | Max Kellermann | 1 | -1/+1 | |
2013-10-21 | decoder_plugin: rename struct to DecoderPlugin | Max Kellermann | 1 | -1/+1 | |
2013-10-17 | InputStream: use int64_t instead of goffset | Max Kellermann | 1 | -3/+3 | |
Decouple some more from GLib. | |||||
2013-10-16 | util/byte_reverse: convert to C++ | Max Kellermann | 1 | -4/+1 | |
2013-10-02 | Log: new logging library API | Max Kellermann | 1 | -4/+2 | |
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | |||||
2013-09-27 | DecoderCommand: convert to strictly-typed enum | Max Kellermann | 1 | -5/+4 | |
2013-09-05 | InputLegacy: move functions to the input_stream class | Max Kellermann | 1 | -6/+6 | |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -4/+5 | |
Replaces GLib's GError. | |||||
2013-08-03 | audio_format: convert to C++ | Max Kellermann | 1 | -4/+4 | |
2013-07-30 | tag: convert to C++ | Max Kellermann | 1 | -0/+1 | |
2013-07-28 | decoder_api: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-07-28 | decoder/pcm: convert to C++ | Max Kellermann | 1 | -12/+22 | |
2013-01-26 | input_stream: forward-declare the struct | Max Kellermann | 1 | -5/+8 | |
Hide the definition from C code, to prepare the transition to C++. | |||||
2012-03-21 | decoder/pcm: always supply host byte order samples | Max Kellermann | 1 | -15/+12 | |
Don't use audio_format.reverse_endian. | |||||
2011-10-10 | decoder/pcm: support reverse byte order | Max Kellermann | 1 | -3/+21 | |
2011-10-09 | decoder/{pcm,dsdiff}: add missing stdio.h include | Max Kellermann | 1 | -0/+1 | |
2011-09-16 | input_stream: non-blocking I/O | Max Kellermann | 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. | |||||
2011-03-23 | decoder: PCM decoder: Inherit seekable from the input stream | Simon Kagstrom | 1 | -1/+1 | |
E.g., spotify isn't seekable. | |||||
2011-03-23 | decoder: PCM decoder: Break loop if EOF is encountered | Simon Kagstrom | 1 | -0/+4 | |
Otherwise the song playing might go on forever. | |||||
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 | |
2010-12-22 | decoder: new "pcm" decoder plugin | Max Kellermann | 1 | -0/+84 | |
Just there to support the "cdio_paranoia" input plugin. |