summaryrefslogtreecommitdiff
path: root/src/decoder
AgeCommit message (Expand)Author
2014-11-25decoder/mp4v2: remove because of incompatible licenseMax Kellermann
2014-11-24decoder/{dsdiff,dsf,opus}: fix deadlock while seekingMax Kellermann
2014-11-12decoder/opus: add MIME types audio/ogg and application/oggMax Kellermann
2014-11-11decoder/opus: support chained streamsMax Kellermann
2014-11-11decoder/opus: move code to HandleEOS()Max Kellermann
2014-11-11decoder/opus: improved error loggingMax Kellermann
2014-11-11decoder/opus: fix mistyped LoadEOSPacket() return valueMax Kellermann
2014-11-11decoder/opus: eliminate flag "found_opus"Max Kellermann
2014-11-11decoder/opus: add constexpr output_buffer_framesMax Kellermann
2014-11-10decoder/audiofile: fix bit rate calculationMax Kellermann
2014-11-07decoder/ffmpeg: support opusMax Kellermann
2014-11-01Decoder, Playlist: ignore URI query string for plugin detectionMax Kellermann
2014-10-28decoder/mad: fix negative replay gain valuesMax Kellermann
2014-10-25decoder/faad: remove workaround for ancient libfaad2 ABI bugMax Kellermann
2014-10-25decoder/ffmpeg: recognize MIME type audio/aacpSteven OBrien
2014-10-02input/Open: use OpenLocalInputStream()Max Kellermann
2014-10-02DecoderThread: use OpenLocalInputStream() for local filesMax Kellermann
2014-09-26Merge tag 'v0.18.16'Max Kellermann
2014-09-24decoder/mp4v2: add tag tableMax Kellermann
2014-09-24decoder/mpg123: support ID3v2, ReplayGain and MixRampMax Kellermann
2014-09-24decoder/mpg123: make variables more localMax Kellermann
2014-09-24decoder/flac: pass VorbisComment to flac_parse_mixramp()Max Kellermann
2014-09-24decoder/flac: move code to tag/MixRamp.cxxMax Kellermann
2014-09-24decoder/mad: move code to tag/MixRamp.cxxMax Kellermann
2014-09-24decoder/flac: pass VorbisComment to flac_parse_replay_gain()Max Kellermann
2014-09-24tag/ReplayGain: add VorbisComment parserMax Kellermann
2014-09-24decoder/{vorbis,flac}: move duplicate code to tag/VorbisComment.cxxMax Kellermann
2014-09-24tag/ApeReplayGain, decoder/mad: move duplicate code to tag/ReplayGain.cxxMax Kellermann
2014-09-22DecoderBuffer: struct to classMax Kellermann
2014-09-22DecoderBuffer: convert functions to methodsMax Kellermann
2014-09-22decoder/faad: use DecoderBuffer referencesMax Kellermann
2014-09-22decoder/faad: allocate DecoderBuffer on stackMax Kellermann
2014-09-22DecoderBuffer: export the structMax Kellermann
2014-09-21DecoderBuffer: make "decoder" constMax Kellermann
2014-09-21DecoderBuffer: convert pointer to referenceMax Kellermann
2014-09-21DecoderBuffer: use class DynamicFifoBufferMax Kellermann
2014-09-21decoder/adplug: log version numberMax Kellermann
2014-09-21decoder/adplug: move the buffer into the loopMax Kellermann
2014-09-21decoder/sndfile: include cleanupMax Kellermann
2014-09-19decoder/audiofile: fix indentMax Kellermann
2014-09-19decoder/sndfile: remove obsolete code commentMax Kellermann
2014-09-19decoder/sndfile: remove debug printf()Max Kellermann
2014-09-19decoder/sndfile: log detailed sf_open_virtual() error messageMax Kellermann
2014-09-19decoder/sndfile: support float and 16 bit samplesMax Kellermann
2014-09-19decoder/sndfile: move sf_readf_int() call to sndfile_read_frames()Max Kellermann
2014-09-19decoder/sndfile: add sndfile_sample_format()Max Kellermann
2014-09-11Merge tag 'v0.18.14'Max Kellermann
2014-09-09decoder/ffmpeg: use memset() to initialize AVProbeDataMax Kellermann
2014-09-07decoder/ffmpeg: pass MIME type to ffmpeg/libav version 11Max Kellermann
2014-09-06decoder/audiofile: fix crash after seekingMax Kellermann