| Commit message (Expand) | Author | Files | Lines |
2015-11-11 | decoder/Control: Seek() returns Error information | Max Kellermann | 2 | -4/+15 |
2015-11-11 | decoder/Control: State::ERROR is illegal | Max Kellermann | 1 | -1/+2 |
2015-11-11 | decoder/Control: use switch/case in Seek() | Max Kellermann | 1 | -2/+13 |
2015-11-06 | util/StringUtil: move comparison functions to StringCompare.cxx | Max Kellermann | 1 | -1/+1 |
2015-10-26 | gme: don't loop forever, fall back to GME's default play length | Max Kellermann | 1 | -3/+3 |
2015-10-26 | decoder/gme: free the gme_info_t as early as possible | Max Kellermann | 1 | -6/+7 |
2015-10-26 | decoder/gme: log the emulator type | Max Kellermann | 1 | -0/+3 |
2015-10-26 | decoder/gme: add option "accuracy" | Max Kellermann | 1 | -1/+24 |
2015-10-26 | decoder/gme: call decoder_seek_error() on seek error | Max Kellermann | 1 | -2/+4 |
2015-10-26 | decoder/ffmpeg: fix crash due to wrong avio_alloc_context() call | Max Kellermann | 1 | -4/+13 |
2015-10-19 | decoder/mad: reduce memory usage while scanning tags | Max Kellermann | 1 | -3/+11 |
2015-10-16 | decoder/mpcdec: use SampleTraits<SampleFormat::S24_P32> | Max Kellermann | 1 | -11/+13 |
2015-10-16 | decoder/mpcdec: use Clamp() | Max Kellermann | 1 | -6/+2 |
2015-09-30 | util/StringView: new utility class | Max Kellermann | 1 | -1/+2 |
2015-08-12 | client/Response: new Client wrapper class for writing responses | Max Kellermann | 2 | -9/+9 |
2015-08-05 | decoder/mpcdec: read the bit rate | Max Kellermann | 1 | -4/+2 |
2015-08-05 | decoder/mpcdec: use SampleTraits<SampleFormat::S24_P32> | Max Kellermann | 1 | -11/+13 |
2015-08-05 | decoder/mpcdec: use Clamp() | Max Kellermann | 1 | -6/+2 |
2015-08-05 | decoder/mpcdec: make buffer more local | Max Kellermann | 1 | -2/+1 |
2015-06-22 | pcm/Interleave: add optimization for 32 bit samples | Max Kellermann | 1 | -7/+3 |
2015-06-22 | decoder/ffmpeg: move code to pcm/Interleave.cxx | Max Kellermann | 1 | -19/+6 |
2015-06-22 | decoder/ffmpeg: check for commands earlier | Max Kellermann | 1 | -22/+22 |
2015-06-22 | decoder/vorbis: check STOP before entering the loop | Max Kellermann | 1 | -2/+2 |
2015-06-21 | DecoderAPI: discard unused song tag early | Max Kellermann | 1 | -2/+5 |
2015-06-21 | DecoderThread: set Decoder::song_tag only for local files | Max Kellermann | 1 | -1/+5 |
2015-06-20 | DecoderAPI: "move" the Tag object | Max Kellermann | 1 | -1/+1 |
2015-06-20 | decoder/ffmpeg: skip unwanted samples after seeking | Max Kellermann | 1 | -5/+48 |
2015-06-20 | decoder/ffmpeg: use AVSEEK_FLAG_BACKWARD for seeking | Max Kellermann | 1 | -1/+5 |
2015-06-19 | decoder/ffmpeg: move code to StreamRelativePts() | Max Kellermann | 1 | -6/+20 |
2015-03-17 | *: doxygen fixups | Max Kellermann | 2 | -10/+3 |
2015-03-05 | fs/NarrowPath: new utility class | Max Kellermann | 1 | -2/+3 |
2015-03-03 | *: change C-style prototypes, drop "(void)" | Max Kellermann | 2 | -3/+5 |
2015-01-31 | DecoderThread: make variables more local | Max Kellermann | 1 | -6/+3 |
2015-01-31 | decoder/sndfile, ...: update API documentation | Max Kellermann | 5 | -7/+7 |
2015-01-30 | decoder/DsdLib: fix integer overflow in ID3 size calculation | Max Kellermann | 1 | -2/+4 |
2015-01-30 | decoder/DsdLib: check size before seeking | Max Kellermann | 1 | -4/+3 |
2015-01-30 | decoder/DsdLib: don't use InputStream::GetOffset() after seeking | Max Kellermann | 1 | -3/+2 |
2015-01-30 | decoder/DsdLib: pass offset_type t dsdlib_tag_id3() | Max Kellermann | 2 | -4/+2 |
2015-01-29 | decoder/DsdLib: use new[] to allocate the ID3 buffer | Max Kellermann | 1 | -3/+5 |
2015-01-29 | decoder/DsdLib: free ID3 buffer right after id3_tag_parse() | Max Kellermann | 1 | -5/+2 |
2015-01-29 | decoder/DsdLib: raise ID3 tag limit to 1 MB | Max Kellermann | 1 | -1/+1 |
2015-01-21 | config/Param: split block-specific attributes to new struct ConfigBlock | Max Kellermann | 18 | -38/+38 |
2015-01-21 | config/Option: convert to strictly-typed enum | Max Kellermann | 2 | -2/+3 |
2015-01-21 | ConfigData: move struct config_param to Param.hxx | Max Kellermann | 2 | -2/+2 |
2015-01-01 | Copyright year 2015 | Max Kellermann | 99 | -99/+99 |
2014-12-23 | decoder/ffmpeg: support interleaved floating point | Max Kellermann | 1 | -0/+1 |
2014-12-23 | decoder/ffmpeg: fix indent | Max Kellermann | 1 | -2/+2 |
2014-12-23 | decoder/DsdLib: add missing stdlib.h include | Max Kellermann | 1 | -0/+1 |
2014-12-23 | DSF ID3 tags hitting 4k size limit | Jan Brittenson | 1 | -6/+12 |
2014-12-22 | decoder/ffmpeg: simplify mpd_ffmpeg_open_input() | Max Kellermann | 1 | -17/+12 |