aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder (follow)
Commit message (Expand)AuthorAgeFilesLines
* gme: don't loop forever, fall back to GME's default play lengthMax Kellermann2015-10-261-3/+3
* decoder/gme: free the gme_info_t as early as possibleMax Kellermann2015-10-261-6/+7
* decoder/gme: call decoder_seek_error() on seek errorMax Kellermann2015-10-261-2/+4
* decoder/ffmpeg: fix crash due to wrong avio_alloc_context() callMax Kellermann2015-10-261-4/+13
* decoder/mpcdec: use SampleTraits<SampleFormat::S24_P32>Max Kellermann2015-10-161-11/+13
* decoder/mpcdec: use Clamp()Max Kellermann2015-10-161-6/+2
* DecoderAPI: discard unused song tag earlyMax Kellermann2015-06-211-2/+5
* DecoderThread: set Decoder::song_tag only for local filesMax Kellermann2015-06-211-1/+5
* DecoderAPI: "move" the Tag objectMax Kellermann2015-06-201-1/+1
* decoder/ffmpeg: skip unwanted samples after seekingMax Kellermann2015-06-201-5/+48
* decoder/ffmpeg: use AVSEEK_FLAG_BACKWARD for seekingMax Kellermann2015-06-201-1/+5
* decoder/ffmpeg: move code to StreamRelativePts()Max Kellermann2015-06-191-6/+20
* decoder/DsdLib: use new[] to allocate the ID3 bufferMax Kellermann2015-01-291-3/+5
* decoder/DsdLib: free ID3 buffer right after id3_tag_parse()Max Kellermann2015-01-291-5/+2
* decoder/DsdLib: raise ID3 tag limit to 1 MBMax Kellermann2015-01-291-1/+1
* Merge branch 'v0.18.x' into v0.19.xMax Kellermann2014-12-261-0/+6
|\
* | decoder/ffmpeg: support interleaved floating pointMax Kellermann2014-12-231-0/+1
* | decoder/DsdLib: add missing stdlib.h includeMax Kellermann2014-12-231-0/+1
* | DSF ID3 tags hitting 4k size limitJan Brittenson2014-12-231-6/+12
* | Merge tag 'v0.18.21' into v0.19.xMax Kellermann2014-12-171-4/+7
|\|
| * decoder/ffmpeg: detect and fix negative time stampsMax Kellermann2014-12-151-4/+7
* | Merge tag 'v0.18.20' into v0.19.xMax Kellermann2014-12-081-0/+5
|\|
| * decoder/ffmpeg: support FFmpeg 2.5Max Kellermann2014-12-081-0/+5
| * decoder/ffmpeg: support opusMax Kellermann2014-11-101-1/+2
| * decoder/faad: remove workaround for ancient libfaad2 ABI bugMax Kellermann2014-11-021-10/+2
| * decoder/ffmpeg: recognize MIME type audio/aacpSteven OBrien2014-11-021-0/+1
* | decoder/mp4v2: remove because of incompatible licenseMax Kellermann2014-11-253-359/+0
* | decoder/{dsdiff,dsf,opus}: fix deadlock while seekingMax Kellermann2014-11-242-3/+3
* | decoder/opus: add MIME types audio/ogg and application/oggMax Kellermann2014-11-121-0/+7
* | decoder/opus: support chained streamsMax Kellermann2014-11-111-1/+36
* | decoder/opus: move code to HandleEOS()Max Kellermann2014-11-111-1/+8
* | decoder/opus: improved error loggingMax Kellermann2014-11-111-4/+11
* | decoder/opus: fix mistyped LoadEOSPacket() return valueMax Kellermann2014-11-111-1/+1
* | decoder/opus: eliminate flag "found_opus"Max Kellermann2014-11-111-5/+3
* | decoder/opus: add constexpr output_buffer_framesMax Kellermann2014-11-111-8/+10
* | decoder/audiofile: fix bit rate calculationMax Kellermann2014-11-101-1/+1
* | decoder/ffmpeg: support opusMax Kellermann2014-11-071-1/+2
* | Decoder, Playlist: ignore URI query string for plugin detectionMax Kellermann2014-11-011-1/+2
* | decoder/mad: fix negative replay gain valuesMax Kellermann2014-10-281-1/+1
* | decoder/faad: remove workaround for ancient libfaad2 ABI bugMax Kellermann2014-10-252-20/+4
* | decoder/ffmpeg: recognize MIME type audio/aacpSteven OBrien2014-10-251-0/+1
* | input/Open: use OpenLocalInputStream()Max Kellermann2014-10-021-3/+1
* | DecoderThread: use OpenLocalInputStream() for local filesMax Kellermann2014-10-021-1/+20
* | Merge tag 'v0.18.16'Max Kellermann2014-09-261-0/+2
|\|
* | decoder/mp4v2: add tag tableMax Kellermann2014-09-241-10/+19
* | decoder/mpg123: support ID3v2, ReplayGain and MixRampMax Kellermann2014-09-241-1/+90
* | decoder/mpg123: make variables more localMax Kellermann2014-09-241-20/+11
* | decoder/flac: pass VorbisComment to flac_parse_mixramp()Max Kellermann2014-09-243-6/+4
* | decoder/flac: move code to tag/MixRamp.cxxMax Kellermann2014-09-241-35/+10
* | decoder/mad: move code to tag/MixRamp.cxxMax Kellermann2014-09-241-5/+2