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
Age
Commit message (
Expand
)
Author
2019-07-03
net/AllocatedSocketAddress: import std::swap
Max Kellermann
2019-07-03
net/{Allocated,Static}SocketAddress: use IPv[46]Address::SetPort()
Max Kellermann
2019-07-03
net/ToString: move UnmapV4() to class IPv6Address
Max Kellermann
2019-07-03
net/ToString: UnmapV4() returns IPv4Address
Max Kellermann
2019-07-03
net/SocketAddress: use IPv[46]Address::Cast()
Max Kellermann
2019-07-03
Merge tag 'v0.21.11'
Max Kellermann
2019-07-01
Merge branch 'runtime_enumeration' of git://github.com/eugene2k/MPD
Max Kellermann
2019-07-01
Add runtime enumeration of supported schemas.
Eugene Gorodinsky
2019-06-28
output/alsa: log when generating silence due to slow decoder
Max Kellermann
2019-06-28
output/alsa: schedule a timer to generate silence
Max Kellermann
2019-06-28
output/alsa: add a new flag "waiting" for xrun management
Max Kellermann
2019-06-28
output/alsa: Cancel() also affects "active" (documentation)
Max Kellermann
2019-06-28
output/alsa: fix comment typo
Max Kellermann
2019-06-28
output/alsa: fix comment typo
Max Kellermann
2019-06-28
output/alsa: more assertions in class PeriodBuffer
Max Kellermann
2019-06-28
output/alsa: use IsCleared() instead of IsDrained() in DrainInternal()
Max Kellermann
2019-06-28
output/alsa: replace PeriodBuffer::IsEmpty() with IsCleared()
Max Kellermann
2019-06-28
Merge branch 'v0.21.x'
Max Kellermann
2019-06-28
output/alsa: always redo DrainInternal() after writing
Max Kellermann
2019-06-28
output/alsa: check PCM state before calling snd_pcm_drain()
Max Kellermann
2019-06-27
output/alsa: check GetFrames()>0 instead of IsEmpty() in WriteFromPeriodBuffer()
Max Kellermann
2019-06-27
output/alsa: DrainInternal() ignores postponed partial frame
Max Kellermann
2019-06-27
output/alsa: add "full" assertion to WriteFromPeriodBuffer()
Max Kellermann
2019-06-27
output/alsa: add full check before calling FillWithSilence()
Max Kellermann
2019-06-27
output/alsa: improve silence generator test in DrainInternal()
Max Kellermann
2019-06-27
output/alsa: hold back snd_pcm_writei() until period_buffer is full
Max Kellermann
2019-06-27
lib/alsa/PeriodBuffer: add missing include
Max Kellermann
2019-06-27
lib/alsa/PeriodBuffer: add API documentation
Max Kellermann
2019-06-27
Merge branch 'v0.21.x'
Max Kellermann
2019-06-26
input/tidal: deprecated because Tidal has changed the protocol
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-26
pcm/Export: add GetSilence()
Max Kellermann
2019-06-26
pcm/Export: add GetInputBlockSize(), GetOutputBlockSize()
Max Kellermann
2019-06-26
pcm/Export: add GetInputFrameSize()
Max Kellermann
2019-06-26
pcm/Export: rename GetFrameSize() to GetOutputFrameSize()
Max Kellermann
2019-06-26
pcm/Export: rename CalcSourceSize() to CalcInputSize()
Max Kellermann
2019-06-26
pcm/Export: eliminate the AudioFormat parameter from GetFrameSize()
Max Kellermann
2019-06-26
pcm/Export: use the "channels" attribute in GetFrameSize()
Max Kellermann
2019-06-26
pcm/RestBuffer: make internal methods private
Max Kellermann
2019-06-18
pcm/Export: split src_sample_format from alsa_channel_order
Max Kellermann
2019-06-18
pcm/Export: update API documentation
Max Kellermann
2019-06-18
Revert "MusicChunk: pad MusicChunkInfo to a multiple of 8 bytes"
Max Kellermann
2019-06-18
pcm/Dsd{16,32}: stash odd frames away for the next call
Max Kellermann
2019-06-18
pcm/Dsd{16,32}: convert public function to stateful class
Max Kellermann
2019-06-18
pcm/Export: update API documentation
Max Kellermann
[next]