| Commit message (Expand) | Author | Files | Lines |
2013-10-30 | *: update copyright year to 2013 | Max Kellermann | 1 | -1/+1 |
2013-10-30 | PcmMix: use negative value instead of NaN for addition | Max Kellermann | 1 | -2/+2 |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | 1 | -18/+18 |
2013-08-03 | gcc.h: add macro gcc_unreachable() | Max Kellermann | 1 | -4/+2 |
2013-04-09 | pcm_*: move to src/pcm/ | Max Kellermann | 1 | -0/+0 |
2013-02-01 | PcmMix: merge duplicate code with templates | Max Kellermann | 1 | -110/+44 |
2013-02-01 | PcmUtils: remove pcm_range(), use PcmClamp() instead | Max Kellermann | 1 | -8/+8 |
2013-01-31 | pcm_*: convert to C++ | Max Kellermann | 1 | -10/+7 |
2012-03-27 | audio_format: remove SAMPLE_FORMAT_DSD_OVER_USB | Max Kellermann | 1 | -2/+0 |
2012-03-22 | audio_format: remove the packed S24 format | Max Kellermann | 1 | -2/+0 |
2012-03-21 | audio_format: remove the format SAMPLE_FORMAT_DSD_LSBFIRST | Max Kellermann | 1 | -2/+0 |
2012-03-19 | audio_format: basic support for DSD-over-USB | Max Kellermann | 1 | -0/+2 |
2012-03-01 | audio_format: add DSD sample format | Max Kellermann | 1 | -0/+4 |
2011-10-20 | pcm_mix: implement float samples | Max Kellermann | 1 | -4/+31 |
2011-10-20 | audio_format: basic support for floating point samples | Max Kellermann | 1 | -0/+8 |
2011-10-20 | pcm_mix: return bool, make unimplemented format non-fatal | Max Kellermann | 1 | -25/+32 |
2011-10-10 | pcm_{mix,volume}: pass only sample_format to pcm_mix() | Max Kellermann | 1 | -7/+7 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2010-09-25 | eliminate g_error() usage | Thomas Jansen | 1 | -4/+5 |
2010-05-08 | mixramp: Remove maths from pcm_mix when using MixRamp overlaps. | Tim Phipps | 1 | -21/+102 |
2010-03-21 | Add support for MixRamp tags | Tim Phipps | 1 | -1/+10 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-12-03 | pcm_mix: change old code to use format instead of bits | Viliam Mateicka | 1 | -1/+1 |
2009-12-02 | audio_format: changed "bits" to "enum sample_format" | Max Kellermann | 1 | -5/+6 |
2009-11-19 | pcm_mix: implemented 32 bit support | Max Kellermann | 1 | -0/+23 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -3/+4 |
2009-01-07 | pcm: pass void pointers to PCM functions | Max Kellermann | 1 | -2/+2 |
2009-01-07 | pcm_volume: rename pcm_dither() to pcm_volume_dither() | Max Kellermann | 1 | -3/+6 |
2009-01-07 | pcm_utils: moved code to pcm_mix.c | Max Kellermann | 1 | -0/+118 |