index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
decoder
/
plugins
Age
Commit message (
Expand
)
Author
2018-10-23
Merge tag 'v0.20.22'
Max Kellermann
2018-10-23
decoder/fluidsynth: adapt to API change in version 2.0
Max Kellermann
2018-10-22
decoder/mad: convert `Tag**` parameter to just `Tag*`
Max Kellermann
2018-10-22
decoder/mad: use class UniqueId3Tag
Max Kellermann
2018-10-22
decoder/mad: don't initialize xing::frames
Max Kellermann
2018-10-22
decoder/mad: remove unused attribute from `xing::magic`
Max Kellermann
2018-10-19
decoder/mad: use mad_bit_skip() where appropriate
Max Kellermann
2018-10-19
decoder/audiofile: larger stack buffer to reduce overhead
Max Kellermann
2018-10-19
decoder/sndfile: make `vio` constexpr
Max Kellermann
2018-10-19
decoder/mad: move parse_id3_mixramp() to src/tag/Id3ReplayGain.cxx
Max Kellermann
2018-10-16
decoder/sidplay: fix typo to avoid linker error with meson (libsidplayfp)
skidoo23
2018-10-14
build with Meson instead of autotools
Max Kellermann
2018-10-12
decoder/wavpack: fix warning 'unused variable is_dsd' when compiled with --en...
skidoo23
2018-10-07
decoder/gme: fix include
Max Kellermann
2018-09-22
player/CrossFade, ...: use lround()
Max Kellermann
2018-09-21
AudioFormat: add TimeToSize(), SizeToTime()
Max Kellermann
2018-09-21
decoder/Client: use std::chrono::duration<double> instead of raw `double`
Max Kellermann
2018-08-20
Compiler.h: move to util/
Max Kellermann
2018-08-14
Merge branch 'master' of git://github.com/skidoo23/MPD
Max Kellermann
2018-08-12
decoder/sidplay: support basic and kernal rom (libsidplayfp)
skidoo23
2018-08-09
decoder/Thread, ...: log all exceptions
Max Kellermann
2018-08-07
decoder/mpg123: remove obsolete const_cast hack
Max Kellermann
2018-08-07
decoder/mpg123: use AtScopeExit() to call mpg123_delete() during scan
Max Kellermann
2018-08-07
decoder/mpg123: use AtScopeExit() to call mpg123_delete()
Max Kellermann
2018-08-02
decoder/mikmod: require at least version 3.2
Max Kellermann
2018-08-02
decoder/ffmpeg: require at least version 11.12
Max Kellermann
2018-08-02
DetachedSong, db/LightSong, SongFilter: move to src/song/
Max Kellermann
2018-07-25
decoder/ffmpeg: skip the av_probe_input_format() call
Max Kellermann
2018-07-18
decoder/mad: make "gapless_mp3_playback" a block option
Max Kellermann
2018-07-16
config/Config*: rename files, drop "Config" prefix
Max Kellermann
2018-07-07
decoder/flac: move flac_sample_format() to FlacAudioFormat.hxx
Max Kellermann
2018-07-07
decoder/flac: rename FlacMetadata.cxx to FlacStreamMetadata.cxx
Max Kellermann
2018-07-07
lib/xiph/FlacMetadataChain: un-inline Read(InputStream)
Max Kellermann
2018-07-07
decoder/flac: move class FlacMetadataChain to separate source
Max Kellermann
2018-07-07
decoder/flac: move FlacIOHandle.?xx to lib/xiph/
Max Kellermann
2018-07-07
decoder/flac: fix comment typo
Max Kellermann
2018-07-07
lib/xiph/FlacMetadataIterator: proper CamelCase
Max Kellermann
2018-07-07
decoder/flac: move class FLACMetadataIterator to separate source
Max Kellermann
2018-07-07
decoder/flac: pass FLAC__Metadata_Chain* to FLACMetadataIterator ctor
Max Kellermann
2018-07-07
decoder/wavpack: merge duplicate code into Scan()
Max Kellermann
2018-07-07
decoder/wavpack: call TagHandler::OnAudioFormat()
Max Kellermann
2018-07-07
decoder/wavpack: add CheckAudioFormat(WavpackContext)
Max Kellermann
2018-07-07
decoder/wildmidi: call TagHandler::OnAudioFormat()
Max Kellermann
2018-07-07
decoder/wildmidi: convert WILDMIDI_SAMPLE_RATE to AudioFormat
Max Kellermann
2018-07-07
decoder/opus: call TagHandler::OnAudioFormat()
Max Kellermann
2018-07-07
decoder/sndfile: call TagHandler::OnAudioFormat()
Max Kellermann
2018-07-07
decoder/sndfile: use AtScopeExit()
Max Kellermann
2018-07-07
decoder/sndfile: add CheckAudioFormat(SF_INFO)
Max Kellermann
2018-07-07
decoder/audiofile: allocate AFvirtualfile with malloc()
Max Kellermann
2018-07-07
decoder/audiofile: add "noexcept"
Max Kellermann
[next]