aboutsummaryrefslogtreecommitdiff
path: root/src/pcm_mix.h
Commit message (Collapse)AuthorAge
* pcm_mix: return bool, make unimplemented format non-fatalMax Kellermann2011-10-20
| | | | Let the caller deal with a failure.
* pcm_{mix,volume}: pass only sample_format to pcm_mix()Max Kellermann2011-10-10
| | | | The other audio_format attributes are not used.
* copyright year 2011Max Kellermann2011-01-29
|
* mixramp: Remove maths from pcm_mix when using MixRamp overlaps.Tim Phipps2010-05-08
|
* Update copyright notices.Avuton Olrich2009-12-31
|
* all: Update copyright header.Avuton Olrich2009-03-13
| | | | | | | | 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.
* pcm: added API documentationMax Kellermann2009-02-21
|
* pcm: pass void pointers to PCM functionsMax Kellermann2009-01-07
| | | | | In generic PCM functions allowing all sample formats, pass a void pointer instead of a char pointer.
* pcm_utils: moved code to pcm_mix.cMax Kellermann2009-01-07
Moved the software mixing code (used by crossfading) to a separate library.