- 30 Jul, 2014 7 commits
-
-
Max Kellermann authored
Don't fail to start if mpd.conf does not exist; just use default values.
-
Max Kellermann authored
Let the user know that MPD has failed. Not the best thing to do, but better than pretending it still runs.
-
Max Kellermann authored
-
Max Kellermann authored
Invoke "ant" when a Java source is modified.
-
Max Kellermann authored
-
Max Kellermann authored
Missing piece from commit e0ca4347
-
Max Kellermann authored
-
- 29 Jul, 2014 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
For database plugins that don't use the UpdateService.
-
Max Kellermann authored
-
- 14 Jul, 2014 9 commits
-
-
Max Kellermann authored
-
Qball Cow authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 12 Jul, 2014 16 commits
-
-
Max Kellermann authored
They are only used inside dsdiff_read_metadata_extra().
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Failure to read another chunk header is not fatal. Continue to read metadata.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Previously, only streams were saved with range and tags, but this is necessary for all "partial" songs (e.g. CUE tracks).
-
Max Kellermann authored
Manipulates the playback range of a queued song.
-
Max Kellermann authored
Now that Song::GetDuration() is used (which considers start_ms and end_ms), we don't need to override the Tag's duration value.
-
Max Kellermann authored
Fixes the bogus duration of the last track in a CUE sheet.
-
Max Kellermann authored
Add one method that prints only the tag values, but not the song duration.
-
Max Kellermann authored
Enables using range-based "for".
-
Max Kellermann authored
-
Max Kellermann authored
Move code from the FAAD decoder plugin.
-
Max Kellermann authored
-
- 11 Jul, 2014 5 commits
-
-
Max Kellermann authored
This loop is completely unnecessary. We just need to find the first ADTS frame and feed it into NeAACDecInit().
-
Max Kellermann authored
Eliminate duplicate cleanup code.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Previously, MPD tried to slurp the whole song file, count the number of frames and calculate the song duration from that. That however is extremely expensive for remote files, and will delay playback for a long time. Workaround: check only the first 128 frames and try to extrapolate from here. Fixes Mantis ticket 0004035.
-