- 01 Jan, 2018 1 commit
-
-
Max Kellermann authored
-
- 19 Jan, 2017 1 commit
-
-
Max Kellermann authored
Previously, there was no special code to convert stereo to multi-channel. The generic solution for this was to convert to mono, and then copy the result to all channels. That's a pretty bad solution, but at least something which always renders audio. MPD does something, instead of failing. Now that MPD has proper support for multi-channel (by defining the channel order), we can do better than that. It is a (somewhat) common case to play back stereo music on a DAC which can only do multi-channel. The best approach here is to copy the stereo channels to front-left and front-right, and apply the "silence" pattern to all other channels.
-
- 03 Jan, 2017 1 commit
-
-
Max Kellermann authored
-
- 26 Feb, 2016 1 commit
-
-
Max Kellermann authored
-
- 01 Jan, 2015 1 commit
-
-
Max Kellermann authored
-
- 13 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 02 Dec, 2013 4 commits
-
-
Max Kellermann authored
Allow 32 bit platforms to use 32 bit instead of 64 bit for summing 24 bit samples.
-
Max Kellermann authored
This is really just a mono mapper, but the important part is that this library cannot fail anymore.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 28 Oct, 2013 1 commit
-
-
Max Kellermann authored
-
- 15 Oct, 2013 1 commit
-
-
Max Kellermann authored
Copy the according file from another project (i.e. XCSoar). This will allow copying more code more easily.
-
- 30 Jul, 2013 1 commit
-
-
Max Kellermann authored
-
- 08 Apr, 2013 1 commit
-
-
Max Kellermann authored
-
- 01 Feb, 2013 1 commit
-
-
Max Kellermann authored
-
- 31 Jan, 2013 1 commit
-
-
Max Kellermann authored
-
- 02 Oct, 2012 1 commit
-
-
Max Kellermann authored
-
- 20 Oct, 2011 1 commit
-
-
Max Kellermann authored
Allow more compiler optimizations.
-
- 19 Oct, 2011 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Reduces number of implicit integer conversions.
-
Max Kellermann authored
-
- 29 Jan, 2011 1 commit
-
-
Max Kellermann authored
-
- 01 Jan, 2010 1 commit
-
-
Avuton Olrich authored
-
- 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.
-
- 23 Jul, 2009 1 commit
-
-
Max Kellermann authored
Don't abort the whole MPD process when the conversion fails. This has been a denial-of-service attack vector for years.
-
- 22 Jul, 2009 1 commit
-
-
Max Kellermann authored
You cannot have a negative number of channels, let's pass it as uint8_t instead of int8_t.
-
- 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.
-
- 02 Mar, 2009 1 commit
-
-
Max Kellermann authored
Some 24 bit code can be reused. The 32 bit variant has to use 64 bit integers, because 32 bit integers could overflow. This may be a performance hit on 32 bit CPUs.
-
- 07 Jan, 2009 1 commit
-
-
Max Kellermann authored
Replace a "static" buffer with the PCM buffer library.
-
- 03 Jan, 2009 1 commit
-
-
Max Kellermann authored
-
- 29 Dec, 2008 1 commit
-
-
Max Kellermann authored
-
- 23 Oct, 2008 2 commits
-
-
Max Kellermann authored
The 24 bit implementation is mostly copy'n'paste of the 16 bit version, except that the data type is int32_t instead of int16_t.
-
Max Kellermann authored
Separate code from pcm_utils.c to keep it small and simple.
-