summaryrefslogtreecommitdiff
path: root/src/playlist/plugins/FlacPlaylistPlugin.cxx
AgeCommit message (Expand)Author
2020-01-18copyright year 2020Max Kellermann
2019-09-01playlist/Plugin: add constructorsMax Kellermann
2019-09-01playlist/Plugin: rename with CamelCaseMax Kellermann
2019-08-16playlist/flac: set song URI to an empty stringMax Kellermann
2019-08-15include cleanups (powered by iwyu)Max Kellermann
2019-08-15playlist/flac: allow reading from FLAC streamsMax Kellermann
2019-08-15playlist/flac: read the file only once using FLAC__Metadata_ChainMax Kellermann
2019-08-15playlist/flac: move code to ToSongEnumerator()Max Kellermann
2019-08-15playlist/flac: use class MemorySongEnumeratorMax Kellermann
2019-08-15playlist/flac: use the NarrowPath for FLAC__metadata_get_streaminfo()Max Kellermann
2019-08-14playlist/flac: add `noexcept`Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2019-03-14playlist/flac: copy the URI to fix use-after-free bugMax Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-08-02DetachedSong, db/LightSong, SongFilter: move to src/song/Max Kellermann
2018-06-22input/Stream: remove attribute "cond", replace with handler interfaceMax Kellermann
2018-01-20playlist/Plugin: use std::unique_ptr<SongEnumerator>Max Kellermann
2017-11-26playlist/{flac,m3u}: use std::make_uniqueMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-04-21fs/AllocatedPath: add method FromUTF8Throw()Max Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2016-02-07playlist/SongEnumerator: wrap song in std::unique_ptrMax Kellermann
2015-10-26playlist/flac: re-add the pluginMax Kellermann