- 08 Apr, 2013 1 commit
-
-
Max Kellermann authored
-
- 30 Jan, 2013 1 commit
-
-
Max Kellermann authored
-
- 13 Feb, 2012 1 commit
-
-
Max Kellermann authored
This fixes a bug when libsamplerate returns an empty buffer for a very small input buffer. The caller thinks this is an error, bug there is no GError object.
-
- 13 Dec, 2011 1 commit
-
-
Max Kellermann authored
-
- 27 Nov, 2011 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
This method is too complex for inlining.
-
- 10 Oct, 2011 1 commit
-
-
Max Kellermann authored
This function is too complex for being inlined everywhere.
-
- 29 Jan, 2011 1 commit
-
-
Max Kellermann authored
-
- 30 Jun, 2010 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 20 May, 2010 1 commit
-
-
Max Kellermann authored
Reduce the overhead. Most buffers used by MPD are around 2 to 4 kB. 8 kB seems large enough to keep heap fragmentation low. Additionally, this patch fixes an off-by-one error in the alignment formula.
-
- 01 Jan, 2010 1 commit
-
-
Avuton Olrich authored
-
- 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.
-
- 17 Feb, 2009 1 commit
-
-
Max Kellermann authored
When I implemented the pcm_buffer library, I forgot to set the new buffer size. This caused a new allocation in each pcm_buffer_get(), fortunately no memory was leaked.
-
- 07 Jan, 2009 1 commit
-
-
Max Kellermann authored
This library allocates temporary buffers for storing PCM conversion results. It should replace all those "static" buffer variables which are racy and never freed.
-