[Musicpd-dev-team] [PATCH 2/2] decoder/modplug: Add loop_count parameter

2013-10-19 Thread Sebastian Thorarensen
The loop_count configuration parameter allows the user to set how many times a module with backward loops shall loop. 0 (the default) means a module is not allowed to use backward loops at all. -1 enables inifinite looping. --- NEWS | 1 + doc/user.xml

[Musicpd-dev-team] [PATCH 0/2] decoder/modplug: Add loop_count parameter

2013-10-19 Thread Sebastian Thorarensen
:) Sebastian Thorarensen (2): ConfigData: Add support for signed integers decoder/modplug: Add loop_count parameter NEWS | 1 + doc/user.xml | 31 +++ src/ConfigData.cxx | 21

Re: [Musicpd-dev-team] [PATCH 1/2] ConfigData: Add support for signed integers

2013-10-19 Thread Sebastian Thorarensen
On Sat, 19 Oct 2013, Max Kellermann wrote: This explicitly limits the range of unsigned integers to 2^31. Why that? To save three lines of code and but I missed that it would limit the range, so it was by mistake. -- Sebastian Thorarensen

[Musicpd-dev-team] [PATCH] decoder/mikmod: Add loop configuration parameter

2013-10-17 Thread Sebastian Thorarensen
. -- Sebastian Thorarensen --- doc/user.xml| 10 ++ src/decoder/MikmodDecoderPlugin.cxx |5 +++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/doc/user.xml b/doc/user.xml index 61d02c1..b3ab8d4 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -978,6