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
/
playlist
Age
Commit message (
Expand
)
Author
2020-03-13
fs/Traits: GetParent() returns std::string_view
Max Kellermann
2020-03-13
playlist/PlaylistSong: pass std::string_view
Max Kellermann
2020-03-12
replace assert.h with cassert
Rosen Penev
2020-03-12
Merge branch 'v0.21.x'
Max Kellermann
2020-03-12
playlist/xspf: concatenate multiple CharacterData fragments
Max Kellermann
2020-03-12
playlist/xspf: add State::TAG
Max Kellermann
2020-03-11
playlist/xspf: move location.empty() check to _start_element()
Max Kellermann
2020-03-11
playlist/xspf: use tag_table to convert element name to TagType
Max Kellermann
2020-03-11
playlist/xspf: use C++11 initializer
Max Kellermann
2020-02-01
[clang-tidy] use bool literals where appropriate
Rosen Penev
2020-02-01
*: add `explicit`
Max Kellermann
2020-02-01
*: use `auto`
Max Kellermann
2020-01-31
[clang-tidy] use override instead of virtual
Rosen Penev
2020-01-18
copyright year 2020
Max Kellermann
2020-01-01
playlist/PlaylistSong: also copy start and end time in merge_song_metadata
Markus Mittendrein
2019-09-08
db/update: scan CUE playlist contents
Max Kellermann
2019-09-02
playlist/Registry: add FindPlaylistPluginBySuffix()
Max Kellermann
2019-09-02
playlist/Plugin: add SupportsSuffix(), SupportsMimeType()
Max Kellermann
2019-09-01
playlist/Plugin: add constructors
Max Kellermann
2019-09-01
playlist/Plugin: rename with CamelCase
Max Kellermann
2019-08-16
playlist/flac: set song URI to an empty string
Max Kellermann
2019-08-15
include cleanups (powered by iwyu)
Max Kellermann
2019-08-15
playlist/flac: allow reading from FLAC streams
Max Kellermann
2019-08-15
playlist/flac: read the file only once using FLAC__Metadata_Chain
Max Kellermann
2019-08-15
playlist/flac: move code to ToSongEnumerator()
Max Kellermann
2019-08-15
playlist/flac: use class MemorySongEnumerator
Max Kellermann
2019-08-15
playlist/flac: use the NarrowPath for FLAC__metadata_get_streaminfo()
Max Kellermann
2019-08-14
playlist/flac: add `noexcept`
Max Kellermann
2019-08-09
util/UriExtract: uri_get_scheme() returns StringView
Max Kellermann
2019-08-09
util/UriUtil: split
Max Kellermann
2019-08-03
util/Macros: replace with std::size() (C++17)
Max Kellermann
2019-07-29
Merge branch 'v0.21.x'
Max Kellermann
2019-07-29
playlist/Song: add missing includes
Max Kellermann
2019-07-29
playlist/Song: support backslash in relative URIs
Max Kellermann
2019-07-05
include cleanups (powered by iwyu)
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-06-11
playlist/Registry: eliminate MIME type copy
Max Kellermann
2019-06-11
playlist/Registry: pass StringView to playlist_list_open_stream_mime2()
Max Kellermann
2019-06-11
playlist/Registry: use initializer instead of memset()
Max Kellermann
2019-06-11
playlist/Plugin: update API documentation
Max Kellermann
2019-06-06
tag/Handler: pass StringView to OnTag() and OnPair()
Max Kellermann
2019-05-07
thread/Mutex: use `using` instead of making it a derived class
Max Kellermann
2019-04-26
playlist/EmbeddedCue:: wrap CueParser in std::unique_ptr<>
Max Kellermann
2019-04-26
playlist/EmbeddedCue: add `noexcept`
Max Kellermann
2019-03-14
playlist/flac: copy the URI to fix use-after-free bug
Max Kellermann
2019-02-26
allow loading playlists specified as absolute filesystem paths
Stefano Miccoli
2019-02-05
playlist/Registry: add RAII class
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-10-14
build with Meson instead of autotools
Max Kellermann
[next]