summaryrefslogtreecommitdiff
path: root/src/decoder/plugins/SidplayDecoderPlugin.cxx
AgeCommit message (Expand)Author
2021-03-04util/AllocatedString: add string_view constructorMax Kellermann
2021-03-04util/AllocatedString: rename to BasicAllocatedStringMax Kellermann
2021-01-01copyright year 2021Max Kellermann
2020-05-05*/plugins/meson.build: define feature macros in Features.hMax Kellermann
2020-05-05decoder/sidplay: drop support for libsidplayfp < 1.8Max Kellermann
2020-04-29decoder/sidplay: support new song length format with libsidplayfp 2.0skidoo23
2020-02-04[clang-tidy] change integer prefixes to uppercaseRosen Penev
2020-01-18copyright year 2020Max Kellermann
2019-11-04lib/icu/Converter: Create() returns std::unique_ptrMax Kellermann
2019-08-10decoder/sidplay: use StringFormat<>()Max Kellermann
2019-08-10decoder/sidplay: sidplay_load_songlength_db() throws on errorMax Kellermann
2019-08-10decoder/sidplay: automatic memory management inside struct SidplayGlobalMax Kellermann
2019-08-10decoder/sidplay: move global variables to struct SidplayGlobalMax Kellermann
2019-08-10decoder/sidplay: add `noexcept`Max Kellermann
2019-08-10decoder/sidplay: Fix empty album names by using the SID name fieldFredrik Noring
2019-08-10Merge branch 'v0.21.x'Max Kellermann
2019-08-10decoder/sidplay: Fix date field to have year but not company or authorFredrik Noring
2019-08-10decoder/sidplay: Fix windows-1252 to utf-8 string conversionFredrik Noring
2019-08-09decoder/sidplay: Fix song length initialisation during container scanFredrik Noring
2019-08-05decoder/sidplay: Add "default_genre" optionFredrik Noring
2019-08-03util/Macros: replace with std::size() (C++17)Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2019-06-15decoder/Plugin: simplify compile-time initializationMax Kellermann
2019-06-15decoder/sidplay: remove redundant `extern`Max Kellermann
2019-06-06tag/Handler: pass StringView to OnTag() and OnPair()Max Kellermann
2019-03-08system/ByteOrder: move to util/Max Kellermann
2018-10-16decoder/sidplay: fix typo to avoid linker error with meson (libsidplayfp)skidoo23
2018-09-21decoder/Client: use std::chrono::duration<double> instead of raw `double`Max Kellermann
2018-08-14Merge branch 'master' of git://github.com/skidoo23/MPDMax Kellermann
2018-08-12decoder/sidplay: support basic and kernal rom (libsidplayfp)skidoo23
2018-08-02DetachedSong, db/LightSong, SongFilter: move to src/song/Max Kellermann
2018-07-05tag/Handler: convert to class with virtual methodsMax Kellermann
2018-01-24util/StringFormat: new utility libraryMax Kellermann
2018-01-23decoder/{adplug,sidplay}: add missing "noexcept"Max Kellermann
2018-01-02config/Block: add method GetPositiveValue()Max Kellermann
2017-05-15Merge tag 'v0.20.7'Max Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-03-10Merge tag 'v0.20.6'Max Kellermann
2017-03-10decoder/sidplay: make compatible with libsidplayfp < 1.8Max Kellermann
2017-02-08tag/Tag*: rename several source filesMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-11-24decoder/{mikmod,modplug}: throw exception instead of calling FatalError()Max Kellermann
2016-11-22decoder/DecoderPlugin: container_scan() returns forward_list<DetachedSong>Max Kellermann
2016-11-22decoder/sidplay: use template to eliminate duplicate codeMax Kellermann
2016-11-22decoder/sidplay: move code to ScanSidTuneInfo()Max Kellermann
2016-11-22decoder/{gme,sidplay}: fix off-by-one bug in container_scan()Max Kellermann
2016-11-22decoder/DecoderPlugin: container_scan() returns forward_list<string>Max Kellermann
2016-11-18decoder/Client: add Submit methodsMax Kellermann
2016-11-18decoder/Client: add DecoderCommand/seek virtual methodsMax Kellermann
2016-11-18decoder/Client: add virtual method Ready()Max Kellermann