Max Kellermann
|
da8bdd62c8
|
PlaylistState: ignore "mixrampdelay:nan"
mixramp_delay==nan() causes severe problems with cross-fading.
|
2013-10-30 22:33:02 +01:00 |
|
Max Kellermann
|
5b5675cc12
|
player_control: rename to PlayerControl
|
2013-10-28 10:12:33 +01:00 |
|
Max Kellermann
|
ff626ac763
|
*: use references instead of pointers
|
2013-10-19 18:48:38 +02:00 |
|
Max Kellermann
|
354b5a9365
|
fs/Path: move MPD_PATH_MAX to Limits.hxx
|
2013-10-17 22:00:01 +02:00 |
|
Max Kellermann
|
8e676db633
|
Thread/Thread: replacement library for GThread
|
2013-10-17 19:29:47 +02:00 |
|
Max Kellermann
|
060814daa8
|
Log: new logging library API
Prepare to migrate away from GLib. Currently, we're still using GLib
as a backend.
|
2013-10-02 08:57:55 +02:00 |
|
Max Kellermann
|
0214baad5a
|
Playlist*: use nullptr instead of NULL
|
2013-10-02 08:56:27 +02:00 |
|
Max Kellermann
|
d05bb2a0af
|
PlayerControl: use strictly typed enums
|
2013-09-27 22:07:20 +02:00 |
|
Max Kellermann
|
26d92c80ed
|
conf.h: remove obsolete header
Use only ConfigData.hxx in plugin sources to reduce header
dependencies.
|
2013-09-05 08:47:10 +02:00 |
|
Max Kellermann
|
595b6a4f6c
|
ConfigFile: add enum ConfigOption
Look up top-level config options by enum (= integer), not by name
string.
|
2013-01-30 21:36:04 +01:00 |
|
Max Kellermann
|
e1b03b4a71
|
PlayerControl: move functions into the class
|
2013-01-20 17:48:23 +01:00 |
|
Max Kellermann
|
52638c68f5
|
Playlist: convert functions to methods
|
2013-01-07 11:35:35 +01:00 |
|
Max Kellermann
|
975370c084
|
decoder_api.h, ...: add "extern C"
|
2013-01-07 10:07:40 +01:00 |
|
Max Kellermann
|
108242042e
|
queue: convert all functions to methods
|
2013-01-06 21:33:58 +01:00 |
|
Max Kellermann
|
81f3d893d9
|
player_control.h: convert header to C++
|
2013-01-04 22:31:53 +01:00 |
|
Max Kellermann
|
05c91082e3
|
playlist: convert to C++
|
2013-01-04 22:12:33 +01:00 |
|
Max Kellermann
|
90fe4c5124
|
TextFile: convert to a class
|
2013-01-03 10:16:05 +01:00 |
|
Max Kellermann
|
2452447c81
|
text_file: convert to C++
|
2013-01-03 10:12:41 +01:00 |
|
Max Kellermann
|
b715e522cf
|
db_save, state_file: convert to C++
|
2013-01-02 20:22:59 +01:00 |
|