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
Age
Commit message (
Expand
)
Author
2019-08-02
decoder/mad: make enums strictly-typed
Max Kellermann
2019-08-02
decoder/mad: include cleanup
Max Kellermann
2019-07-29
decoder/opus: ignore case in replay gain tag names
Max Kellermann
2019-06-26
decoder/wildmidi: add fallbacks for libwildmidi<0.4
Max Kellermann
2019-06-26
decoder/wildmidi: remove unused variable wildmidi_domain
Max Kellermann
2019-06-26
decoder/wildmidi: throw PluginUnavailable on WildMidi_Init() error
Max Kellermann
2019-06-26
decoder/wildmidi: throw PluginUnavailable if config file does not exist
Max Kellermann
2019-06-26
decoder/List: handle exception PluginUnavailable
Max Kellermann
2019-06-26
decoder/List: annotate exceptions thrown by DecoderPlugin::Init()
Max Kellermann
2019-06-05
decoder/OpusReader: return StringView
Max Kellermann
2019-03-29
decoder/HybridDSD: downgrade log message to "debug"
Max Kellermann
2019-03-16
decoder/opus: fix replay gain when there are no other tags
Max Kellermann
2019-02-05
decoder/List: add RAII class
Max Kellermann
2019-02-05
decoder/List: add `noexcept`
Max Kellermann
2019-01-21
meson: add fixed-point Vorbis (Tremor) decoder support
Jörg Krause
2019-01-15
Add missing include of stdlib.h.
Thomas Klausner
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-11-04
decoder/ffmpeg: eliminate GetSampleFormat()
Max Kellermann
2018-11-04
decoder/ffmepg: fill AudioFormat from AVCodecContext, not AVCodecParameters
Max Kellermann
2018-11-04
decoder/ffmpeg: use AtScopeExit() to call av_packet_unref()
Max Kellermann
2018-11-04
decoder/ffmpeg: require FFmpeg 3.1 or later
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-10-25
decoder/Thread: reimplement HasRemoteTagScanner() using the InputPlugin list
Max Kellermann
2018-10-24
decoder/Thread: enable output tags for Tidal and Qobuz
Max Kellermann
2018-10-24
decoder/Thread: move check to SongHasVolatileTags()
Max Kellermann
2018-10-24
decoder/Control: convert to class, make various attributes private
Max Kellermann
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-09-21
decoder/Thread: add `noexcept`
Max Kellermann
2018-09-21
decoder/{Thread,Control,...}: rename source files, drop prefix
Max Kellermann
2018-09-21
decoder/Thread: move decoder_thread_start() into DecoderControl
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
[next]