aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-11decoder/Control: Seek() returns Error informationMax Kellermann2-4/+15
2015-11-11decoder/Control: State::ERROR is illegalMax Kellermann1-1/+2
2015-11-11decoder/Control: use switch/case in Seek()Max Kellermann1-2/+13
2015-11-06util/StringUtil: move comparison functions to StringCompare.cxxMax Kellermann1-1/+1
2015-10-26gme: don't loop forever, fall back to GME's default play lengthMax Kellermann1-3/+3
2015-10-26decoder/gme: free the gme_info_t as early as possibleMax Kellermann1-6/+7
2015-10-26decoder/gme: log the emulator typeMax Kellermann1-0/+3
2015-10-26decoder/gme: add option "accuracy"Max Kellermann1-1/+24
2015-10-26decoder/gme: call decoder_seek_error() on seek errorMax Kellermann1-2/+4
2015-10-26decoder/ffmpeg: fix crash due to wrong avio_alloc_context() callMax Kellermann1-4/+13
2015-10-19decoder/mad: reduce memory usage while scanning tagsMax Kellermann1-3/+11
2015-10-16decoder/mpcdec: use SampleTraits<SampleFormat::S24_P32>Max Kellermann1-11/+13
2015-10-16decoder/mpcdec: use Clamp()Max Kellermann1-6/+2
2015-09-30util/StringView: new utility classMax Kellermann1-1/+2
2015-08-12client/Response: new Client wrapper class for writing responsesMax Kellermann2-9/+9
2015-08-05decoder/mpcdec: read the bit rateMax Kellermann1-4/+2
2015-08-05decoder/mpcdec: use SampleTraits<SampleFormat::S24_P32>Max Kellermann1-11/+13
2015-08-05decoder/mpcdec: use Clamp()Max Kellermann1-6/+2
2015-08-05decoder/mpcdec: make buffer more localMax Kellermann1-2/+1
2015-06-22pcm/Interleave: add optimization for 32 bit samplesMax Kellermann1-7/+3
2015-06-22decoder/ffmpeg: move code to pcm/Interleave.cxxMax Kellermann1-19/+6
2015-06-22decoder/ffmpeg: check for commands earlierMax Kellermann1-22/+22
2015-06-22decoder/vorbis: check STOP before entering the loopMax Kellermann1-2/+2
2015-06-21DecoderAPI: discard unused song tag earlyMax Kellermann1-2/+5
2015-06-21DecoderThread: set Decoder::song_tag only for local filesMax Kellermann1-1/+5
2015-06-20DecoderAPI: "move" the Tag objectMax Kellermann1-1/+1
2015-06-20decoder/ffmpeg: skip unwanted samples after seekingMax Kellermann1-5/+48
2015-06-20decoder/ffmpeg: use AVSEEK_FLAG_BACKWARD for seekingMax Kellermann1-1/+5
2015-06-19decoder/ffmpeg: move code to StreamRelativePts()Max Kellermann1-6/+20
2015-03-17*: doxygen fixupsMax Kellermann2-10/+3
2015-03-05fs/NarrowPath: new utility classMax Kellermann1-2/+3
2015-03-03*: change C-style prototypes, drop "(void)"Max Kellermann2-3/+5
2015-01-31DecoderThread: make variables more localMax Kellermann1-6/+3
2015-01-31decoder/sndfile, ...: update API documentationMax Kellermann5-7/+7
2015-01-30decoder/DsdLib: fix integer overflow in ID3 size calculationMax Kellermann1-2/+4
2015-01-30decoder/DsdLib: check size before seekingMax Kellermann1-4/+3
2015-01-30decoder/DsdLib: don't use InputStream::GetOffset() after seekingMax Kellermann1-3/+2
2015-01-30decoder/DsdLib: pass offset_type t dsdlib_tag_id3()Max Kellermann2-4/+2
2015-01-29decoder/DsdLib: use new[] to allocate the ID3 bufferMax Kellermann1-3/+5
2015-01-29decoder/DsdLib: free ID3 buffer right after id3_tag_parse()Max Kellermann1-5/+2
2015-01-29decoder/DsdLib: raise ID3 tag limit to 1 MBMax Kellermann1-1/+1
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann18-38/+38
2015-01-21config/Option: convert to strictly-typed enumMax Kellermann2-2/+3
2015-01-21ConfigData: move struct config_param to Param.hxxMax Kellermann2-2/+2
2015-01-01Copyright year 2015Max Kellermann99-99/+99
2014-12-23decoder/ffmpeg: support interleaved floating pointMax Kellermann1-0/+1
2014-12-23decoder/ffmpeg: fix indentMax Kellermann1-2/+2
2014-12-23decoder/DsdLib: add missing stdlib.h includeMax Kellermann1-0/+1
2014-12-23DSF ID3 tags hitting 4k size limitJan Brittenson1-6/+12
2014-12-22decoder/ffmpeg: simplify mpd_ffmpeg_open_input()Max Kellermann1-17/+12