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
/
input
Age
Commit message (
Expand
)
Author
2019-08-06
input/cdio_paranoia: drop support for libcdio-paranoia older than 10.2+0.93+1
Max Kellermann
2019-06-26
input/tidal: deprecated because Tidal has changed the protocol
Max Kellermann
2019-05-17
input/buffered: check error in IsAvailable()
Max Kellermann
2019-05-16
input/buffered: rethrow read_error in Check()
Max Kellermann
2019-05-16
input/buffered: wake up client thread on seek error
Max Kellermann
2019-05-16
input/buffered: fix deadlock bug
Max Kellermann
2019-04-23
input/smbclient: wrap in MaybeBufferedInputStream
Max Kellermann
2019-03-29
input/curl: use std::throw_with_nested() instead of logging the exception
Max Kellermann
2019-03-29
input/smbclient: use std::throw_with_nested() to construct PluginUnavailable
Max Kellermann
2019-02-05
input/Init: add RAII class
Max Kellermann
2019-01-22
input/buffered: implement seeking to end of file
Max Kellermann
2019-01-21
input/CdioParanoia: C++ wrappers for libcdio types
Max Kellermann
2019-01-21
input/CdioParanoia: use the new function names
Max Kellermann
2019-01-21
input/CdioParanoia: use cdio_cddap_free_messages() on recent library versions
Max Kellermann
2019-01-21
input/CdioParanoia: remove useless cdda_messages() call
Max Kellermann
2019-01-21
input/CdioParanoia: detect libcdio version at compile time
Max Kellermann
2019-01-20
input/CdioParanoia: add `const` to pointer
Max Kellermann
2019-01-20
input/CdioParanoia: make variables more local
Max Kellermann
2018-12-09
Add boost_dep in subdir meson.build files
Jacob Vosmaer
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-11-11
{output,mixer}/alsa: use snd_pcm_poll_descriptors_revents()
Max Kellermann
2018-11-11
lib/alsa/NonBlock: move the functions into a class managing the state
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-10-29
Merge branch 'v0.20.x'
Max Kellermann
2018-10-29
input/CdioParanoia: parse_cdio_uri() returns CdioUri
Max Kellermann
2018-10-29
input/CdioParanoia: rename struct cdio_uri to CdioUri
Max Kellermann
2018-10-29
input/CdioParanoia: use StringAfterPrefixIgnoreCase()
Max Kellermann
2018-10-29
configure.ac: add `-funwind-tables` to work around clang bug
Max Kellermann
2018-10-25
input/Registry: add missing include
Max Kellermann
2018-10-25
decoder/Thread: reimplement HasRemoteTagScanner() using the InputPlugin list
Max Kellermann
2018-10-24
input/Plugin: add attribute `prefixes`
Max Kellermann
2018-10-23
Merge tag 'v0.20.22'
Max Kellermann
2018-10-23
input/Error: work around clang bug leading to crash
Max Kellermann
2018-10-16
input/Error: add `noexcept`
Max Kellermann
2018-10-14
build with Meson instead of autotools
Max Kellermann
2018-10-07
Remove some extraneous leftover debugging
Andrew Basterfield
2018-10-06
Set cdrive speed hint for cdparanoia
Andrew Basterfield
2018-08-20
Compiler.h: move to util/
Max Kellermann
2018-08-17
Merge tag 'v0.20.21'
Max Kellermann
2018-08-17
android: raise minSdkVersion to 21
Max Kellermann
2018-08-02
Merge branch 'v0.20.x'
Max Kellermann
2018-08-02
case-insensitive URI scheme comparison
Max Kellermann
2018-07-26
input/qobuz: initialize the libgcrypt library
Max Kellermann
2018-07-26
lib/gcrypt/MD5: return a StringBuffer
Max Kellermann
2018-07-25
input/buffered: fix bogus offset after Seek()
Max Kellermann
2018-07-18
fs/Path: add method ToUTF8Throw()
Max Kellermann
2018-07-18
config/Migrate: library to migrate deprecated settings
Max Kellermann
2018-07-17
input/Init: use struct ConfigData
Max Kellermann
2018-07-17
config/Global: remove ConfigBlock::SetUsed() call, let caller do that
Max Kellermann
2018-07-16
config/Config*: rename files, drop "Config" prefix
Max Kellermann
[next]