summaryrefslogtreecommitdiff
path: root/src/decoder/plugins
AgeCommit message (Expand)Author
2018-08-20Compiler.h: move to util/Max Kellermann
2018-08-14Merge branch 'master' of git://github.com/skidoo23/MPDMax Kellermann
2018-08-12decoder/sidplay: support basic and kernal rom (libsidplayfp)skidoo23
2018-08-09decoder/Thread, ...: log all exceptionsMax Kellermann
2018-08-07decoder/mpg123: remove obsolete const_cast hackMax Kellermann
2018-08-07decoder/mpg123: use AtScopeExit() to call mpg123_delete() during scanMax Kellermann
2018-08-07decoder/mpg123: use AtScopeExit() to call mpg123_delete()Max Kellermann
2018-08-02decoder/mikmod: require at least version 3.2Max Kellermann
2018-08-02decoder/ffmpeg: require at least version 11.12Max Kellermann
2018-08-02DetachedSong, db/LightSong, SongFilter: move to src/song/Max Kellermann
2018-07-25decoder/ffmpeg: skip the av_probe_input_format() callMax Kellermann
2018-07-18decoder/mad: make "gapless_mp3_playback" a block optionMax Kellermann
2018-07-16config/Config*: rename files, drop "Config" prefixMax Kellermann
2018-07-07decoder/flac: move flac_sample_format() to FlacAudioFormat.hxxMax Kellermann
2018-07-07decoder/flac: rename FlacMetadata.cxx to FlacStreamMetadata.cxxMax Kellermann
2018-07-07lib/xiph/FlacMetadataChain: un-inline Read(InputStream)Max Kellermann
2018-07-07decoder/flac: move class FlacMetadataChain to separate sourceMax Kellermann
2018-07-07decoder/flac: move FlacIOHandle.?xx to lib/xiph/Max Kellermann
2018-07-07decoder/flac: fix comment typoMax Kellermann
2018-07-07lib/xiph/FlacMetadataIterator: proper CamelCaseMax Kellermann
2018-07-07decoder/flac: move class FLACMetadataIterator to separate sourceMax Kellermann
2018-07-07decoder/flac: pass FLAC__Metadata_Chain* to FLACMetadataIterator ctorMax Kellermann
2018-07-07decoder/wavpack: merge duplicate code into Scan()Max Kellermann
2018-07-07decoder/wavpack: call TagHandler::OnAudioFormat()Max Kellermann
2018-07-07decoder/wavpack: add CheckAudioFormat(WavpackContext)Max Kellermann
2018-07-07decoder/wildmidi: call TagHandler::OnAudioFormat()Max Kellermann
2018-07-07decoder/wildmidi: convert WILDMIDI_SAMPLE_RATE to AudioFormatMax Kellermann
2018-07-07decoder/opus: call TagHandler::OnAudioFormat()Max Kellermann
2018-07-07decoder/sndfile: call TagHandler::OnAudioFormat()Max Kellermann
2018-07-07decoder/sndfile: use AtScopeExit()Max Kellermann
2018-07-07decoder/sndfile: add CheckAudioFormat(SF_INFO)Max Kellermann
2018-07-07decoder/audiofile: allocate AFvirtualfile with malloc()Max Kellermann
2018-07-07decoder/audiofile: add "noexcept"Max Kellermann
2018-07-07decoder/audiofile: merge duplicate code into CheckAudioFormat(AFfilehandle)Max Kellermann
2018-07-07decoder/audiofile: call TagHandler::OnAudioFormat()Max Kellermann
2018-07-07decoder/audiofile: merge audiofile_get_duration() into audiofile_scan_stream()Max Kellermann
2018-07-07decoder/mad: call TagHandler::OnAudioFormat()Max Kellermann
2018-07-07decoder/mad: merge mad_decoder_total_file_time() into mad_decoder_scan_stream()Max Kellermann
2018-07-07decoder/mpg123: call TagHandler::OnAudioFormat()Max Kellermann
2018-07-07decoder/ffmpeg: call TagHandler::OnAudioFormat()Max Kellermann
2018-07-06decoder/vorbis: call TagHandler::OnAudioFormat()Max Kellermann
2018-07-05tag/Handler: convert to class with virtual methodsMax Kellermann
2018-05-22Merge tag 'v0.20.20'Max Kellermann
2018-05-07decoder/opus: add support for R128_ALBUM_GAIN tagMichal Koutenský
2018-05-07decoder/dsd: allow 4 MB ID3 tagsMax Kellermann
2018-05-03Merge branch 'v0.20.x'Max Kellermann
2018-05-03decoder/{dsdiff,dsf}: support more MIME typesMax Kellermann
2018-02-17Merge branch 'v0.20.x'Max Kellermann
2018-02-17decoder/flac: move the SubmitData() call out of the callbackMax Kellermann
2018-02-17decoder/flac: call FlacSubmitToClient() again after seekingMax Kellermann