aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder (follow)
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: add macro MPD_ENABLE_AUTO_PKG_LIBMax Kellermann2014-11-225-17/+17
* configure.ac: add macro MPD_ENABLE_AUTO_PKGMax Kellermann2014-11-211-10/+8
* Merge tag 'v0.19.4'Max Kellermann2014-11-181-0/+7
|\
| * decoder/opus: add MIME types audio/ogg and application/oggMax Kellermann2014-11-121-0/+7
* | Merge tag 'v0.19.3'Max Kellermann2014-11-112-19/+68
|\|
| * 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
* | Merge branch 'v0.19.x'Max Kellermann2014-11-071-1/+2
|\|
| * decoder/ffmpeg: support opusMax Kellermann2014-11-071-1/+2
* | Merge tag 'v0.19.2'Max Kellermann2014-11-024-22/+7
|\|
| * 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/wavpack: don't use GLibMax Kellermann2014-10-251-3/+3
|/
* 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
* | decoder/flac: pass VorbisComment to flac_parse_replay_gain()Max Kellermann2014-09-243-6/+3
* | tag/ReplayGain: add VorbisComment parserMax Kellermann2014-09-242-41/+12
* | decoder/{vorbis,flac}: move duplicate code to tag/VorbisComment.cxxMax Kellermann2014-09-242-24/+3
* | tag/ApeReplayGain, decoder/mad: move duplicate code to tag/ReplayGain.cxxMax Kellermann2014-09-241-12/+2
* | DecoderBuffer: struct to classMax Kellermann2014-09-221-1/+2
* | DecoderBuffer: convert functions to methodsMax Kellermann2014-09-223-121/+85
* | decoder/faad: use DecoderBuffer referencesMax Kellermann2014-09-221-27/+27
* | decoder/faad: allocate DecoderBuffer on stackMax Kellermann2014-09-221-13/+8
* | DecoderBuffer: export the structMax Kellermann2014-09-223-58/+28
* | DecoderBuffer: make "decoder" constMax Kellermann2014-09-211-1/+1
* | DecoderBuffer: convert pointer to referenceMax Kellermann2014-09-211-5/+5
* | DecoderBuffer: use class DynamicFifoBufferMax Kellermann2014-09-211-69/+23
* | decoder/adplug: log version numberMax Kellermann2014-09-211-0/+6
* | decoder/adplug: move the buffer into the loopMax Kellermann2014-09-211-2/+2
* | decoder/sndfile: include cleanupMax Kellermann2014-09-211-1/+0
* | decoder/audiofile: fix indentMax Kellermann2014-09-191-1/+1
* | decoder/sndfile: remove obsolete code commentMax Kellermann2014-09-191-3/+0
* | decoder/sndfile: remove debug printf()Max Kellermann2014-09-191-2/+0
* | decoder/sndfile: log detailed sf_open_virtual() error messageMax Kellermann2014-09-191-1/+2
* | decoder/sndfile: support float and 16 bit samplesMax Kellermann2014-09-191-4/+32
* | decoder/sndfile: move sf_readf_int() call to sndfile_read_frames()Max Kellermann2014-09-191-2/+10