aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/PcmDecoderPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-11-28include cleanup using iwyuMax Kellermann1-2/+0
2013-10-23input_stream: rename struct to InputStreamMax Kellermann1-8/+8
2013-10-21decoder: rename the struct to "Decoder"Max Kellermann1-1/+1
2013-10-21decoder_plugin: rename struct to DecoderPluginMax Kellermann1-1/+1
2013-10-17InputStream: use int64_t instead of goffsetMax Kellermann1-3/+3
2013-10-16util/byte_reverse: convert to C++Max Kellermann1-4/+1
2013-10-02Log: new logging library APIMax Kellermann1-4/+2
2013-09-27DecoderCommand: convert to strictly-typed enumMax Kellermann1-5/+4
2013-09-05InputLegacy: move functions to the input_stream classMax Kellermann1-6/+6
2013-09-04util/Error: new error passing libraryMax Kellermann1-4/+5
2013-08-03audio_format: convert to C++Max Kellermann1-4/+4
2013-07-30tag: convert to C++Max Kellermann1-0/+1
2013-07-28decoder_api: convert to C++Max Kellermann1-1/+1
2013-07-28decoder/pcm: convert to C++Max Kellermann1-12/+22
2013-01-26input_stream: forward-declare the structMax Kellermann1-5/+8
2012-03-21decoder/pcm: always supply host byte order samplesMax Kellermann1-15/+12
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
2011-03-23decoder: PCM decoder: Inherit seekable from the input streamSimon Kagstrom1-1/+1
2011-03-23decoder: PCM decoder: Break loop if EOF is encounteredSimon Kagstrom1-0/+4
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-12-22decoder: new "pcm" decoder pluginMax Kellermann1-0/+84