aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-23DSF ID3 tags hitting 4k size limitJan Brittenson1-6/+12
2014-12-15decoder/ffmpeg: detect and fix negative time stampsMax Kellermann1-4/+7
2014-12-08decoder/ffmpeg: support FFmpeg 2.5Max Kellermann1-0/+5
2014-11-25decoder/mp4v2: remove because of incompatible licenseMax Kellermann3-359/+0
2014-11-24decoder/{dsdiff,dsf,opus}: fix deadlock while seekingMax Kellermann2-3/+3
2014-11-12decoder/opus: add MIME types audio/ogg and application/oggMax Kellermann1-0/+7
2014-11-11decoder/opus: support chained streamsMax Kellermann1-1/+36
2014-11-11decoder/opus: move code to HandleEOS()Max Kellermann1-1/+8
2014-11-11decoder/opus: improved error loggingMax Kellermann1-4/+11
2014-11-11decoder/opus: fix mistyped LoadEOSPacket() return valueMax Kellermann1-1/+1
2014-11-11decoder/opus: eliminate flag "found_opus"Max Kellermann1-5/+3
2014-11-11decoder/opus: add constexpr output_buffer_framesMax Kellermann1-8/+10
2014-11-10decoder/ffmpeg: support opusMax Kellermann1-1/+2
2014-11-10decoder/audiofile: fix bit rate calculationMax Kellermann1-1/+1
2014-11-07decoder/ffmpeg: support opusMax Kellermann1-1/+2
2014-11-02decoder/faad: remove workaround for ancient libfaad2 ABI bugMax Kellermann1-10/+2
2014-11-02decoder/ffmpeg: recognize MIME type audio/aacpSteven OBrien1-0/+1
2014-11-01Decoder, Playlist: ignore URI query string for plugin detectionMax Kellermann1-1/+2
2014-10-28decoder/mad: fix negative replay gain valuesMax Kellermann1-1/+1
2014-10-25decoder/faad: remove workaround for ancient libfaad2 ABI bugMax Kellermann2-20/+4
2014-10-25decoder/ffmpeg: recognize MIME type audio/aacpSteven OBrien1-0/+1
2014-10-02input/Open: use OpenLocalInputStream()Max Kellermann1-3/+1
2014-10-02DecoderThread: use OpenLocalInputStream() for local filesMax Kellermann1-1/+20
2014-09-24decoder/mp4v2: add tag tableMax Kellermann1-10/+19
2014-09-24decoder/mpg123: support ID3v2, ReplayGain and MixRampMax Kellermann1-1/+90
2014-09-24decoder/mpg123: make variables more localMax Kellermann1-20/+11
2014-09-24decoder/flac: pass VorbisComment to flac_parse_mixramp()Max Kellermann3-6/+4
2014-09-24decoder/flac: move code to tag/MixRamp.cxxMax Kellermann1-35/+10
2014-09-24decoder/mad: move code to tag/MixRamp.cxxMax Kellermann1-5/+2
2014-09-24decoder/flac: pass VorbisComment to flac_parse_replay_gain()Max Kellermann3-6/+3
2014-09-24tag/ReplayGain: add VorbisComment parserMax Kellermann2-41/+12
2014-09-24decoder/{vorbis,flac}: move duplicate code to tag/VorbisComment.cxxMax Kellermann2-24/+3
2014-09-24tag/ApeReplayGain, decoder/mad: move duplicate code to tag/ReplayGain.cxxMax Kellermann1-12/+2
2014-09-22DecoderBuffer: struct to classMax Kellermann1-1/+2
2014-09-22DecoderBuffer: convert functions to methodsMax Kellermann3-121/+85
2014-09-22decoder/faad: use DecoderBuffer referencesMax Kellermann1-27/+27
2014-09-22decoder/faad: allocate DecoderBuffer on stackMax Kellermann1-13/+8
2014-09-22DecoderBuffer: export the structMax Kellermann3-58/+28
2014-09-21DecoderBuffer: make "decoder" constMax Kellermann1-1/+1
2014-09-21DecoderBuffer: convert pointer to referenceMax Kellermann1-5/+5
2014-09-21DecoderBuffer: use class DynamicFifoBufferMax Kellermann1-69/+23
2014-09-21decoder/adplug: log version numberMax Kellermann1-0/+6
2014-09-21decoder/adplug: move the buffer into the loopMax Kellermann1-2/+2
2014-09-21decoder/sndfile: include cleanupMax Kellermann1-1/+0
2014-09-19decoder/audiofile: fix indentMax Kellermann1-1/+1
2014-09-19decoder/sndfile: remove obsolete code commentMax Kellermann1-3/+0
2014-09-19decoder/sndfile: remove debug printf()Max Kellermann1-2/+0
2014-09-19decoder/sndfile: log detailed sf_open_virtual() error messageMax Kellermann1-1/+2
2014-09-19decoder/sndfile: support float and 16 bit samplesMax Kellermann1-4/+32
2014-09-19decoder/sndfile: move sf_readf_int() call to sndfile_read_frames()Max Kellermann1-2/+10