aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/AudiofileDecoderPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* decoder/audiofile: fix crash after seekingMax Kellermann2014-09-061-1/+1
| | | | | | Log call was added to the wrong branch. Fixes regression by commit ca1a1149
* decoder/audiofile: log seek errorsMax Kellermann2014-07-111-0/+1
|
* decoder/audiofile: fix typo in commentMax Kellermann2014-07-111-1/+1
|
* decoder/audiofile: use decoder_read_full()Max Kellermann2014-07-091-1/+6
| | | | | Works around WAV stream playback bug, because libaudiofile does not like partial reads (Mantis 0004028).
* decoder/audiofile: use decoder_read()Max Kellermann2014-07-091-15/+24
| | | | | .. instead of InputStream::LockRead(). The former is cancellable.
* decoder/AudiofileDecoderPlugin: fix build failure due to missing stdio.h includeGustavo Zacarias2014-07-091-0/+1
| | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
* input_stream: rename struct to InputStreamMax Kellermann2013-10-231-14/+14
|
* decoder: rename the struct to "Decoder"Max Kellermann2013-10-211-1/+1
|
* decoder_plugin: rename struct to DecoderPluginMax Kellermann2013-10-211-1/+1
|
* Log: new logging library APIMax Kellermann2013-10-021-13/+15
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* DecoderCommand: convert to strictly-typed enumMax Kellermann2013-09-271-4/+4
|
* Tag, ...: move to libtag.aMax Kellermann2013-09-051-1/+1
|
* InputLegacy: move functions to the input_stream classMax Kellermann2013-09-051-7/+8
|
* util/Error: new error passing libraryMax Kellermann2013-09-041-11/+11
| | | | Replaces GLib's GError.
* audio_format: convert to C++Max Kellermann2013-08-031-10/+10
|
* audio_check: convert to C++Max Kellermann2013-07-291-1/+1
|
* tag_handler: convert to C++Max Kellermann2013-07-291-1/+1
|
* decoder_api: convert to C++Max Kellermann2013-07-281-1/+1
|
* decoder/audiofile: convert to C++Max Kellermann2013-07-281-0/+264