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