- 01 Aug, 2012 1 commit
-
-
Max Kellermann authored
-
- 15 Feb, 2012 1 commit
-
-
Jonathan Neuschäfer authored
-
- 11 Feb, 2012 1 commit
-
-
Max Kellermann authored
Pass a callback table to scan_file() and scan_stream(), instead of returning a tag object.
-
- 29 Jan, 2011 1 commit
-
-
Max Kellermann authored
-
- 27 Oct, 2010 2 commits
-
-
Alder Hornbridge authored
-
Alder Hornbridge authored
-
- 04 Jan, 2010 2 commits
-
-
Max Kellermann authored
Make it X_decoder_plugin.c.
-
Max Kellermann authored
This function replaces the replay_gain_info parameter for decoder_data(). This allows the decoder to announce replay gain changes, instead of having to pass the same object over and over.
-
- 01 Jan, 2010 1 commit
-
-
Avuton Olrich authored
-
- 31 Dec, 2009 1 commit
-
-
Max Kellermann authored
This is like tag_dup(), but works with an input_stream object instead of a file path.
-
- 26 Dec, 2009 1 commit
-
-
Max Kellermann authored
Remove the data_time parameter from decoder_data(). This patch eliminates the timestamp counting in most decoder plugins, because the MPD core will do it automatically by default.
-
- 02 Dec, 2009 1 commit
-
-
Max Kellermann authored
This patch prepares support for floating point samples (and probably other formats). It changes the meaning of the "bits" attribute from a bit count to a symbolic value.
-
- 13 Nov, 2009 2 commits
-
-
Max Kellermann authored
Let the audio_check library verify the audio format in all (relevant, i.e. non-hardcoded) plugins.
-
Max Kellermann authored
Internally, use only the integer time. When needed, convert it to a floating point seconds value.
-
- 12 Nov, 2009 1 commit
-
-
Max Kellermann authored
After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue.
-
- 13 Oct, 2009 1 commit
-
-
Max Kellermann authored
-
- 28 Sep, 2009 1 commit
-
-
Tony authored
-
- 24 Sep, 2009 4 commits
-
-
Max Kellermann authored
When parsing the songlength database fails, the code forgot to free the memory allocated by the raw file data.
-
Max Kellermann authored
-
Max Kellermann authored
The caller is responsible fro freeing GError objects. That g_error_free() call was missing in two places.
-
Max Kellermann authored
The error handler dereferences GError*, but did not retrieve that object from g_file_get_contents().
-
- 30 Aug, 2009 3 commits
-
-
Mike Dawson authored
-
Mike Dawson authored
[mk: added autoconf test; fixed songlen_data_size type]
-
Mike Dawson authored
-
- 19 Jul, 2009 1 commit
-
-
David Woodhouse authored
It makes no difference right now, but we're about to add an endianness flag and will want to make sure it's correctly initialised every time.
-
- 13 Mar, 2009 1 commit
-
-
Avuton Olrich authored
This updates the copyright header to all be the same, which is pretty much an update of where to mail request for a copy of the GPL and the years of the MPD project. This also puts all committers under 'The Music Player Project' umbrella. These entries should go individually in the AUTHORS file, for consistancy.
-
- 09 Mar, 2009 1 commit
-
-
Jochen Keil authored
[mk: fixed whitespace errors; use delete_song() instead of songvec_delete()]
-
- 11 Feb, 2009 1 commit
-
-
Max Kellermann authored
-