| Commit message (Expand) | Author | Files | Lines |
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 |
2013-12-02 | pcm/Traits: add typedef "sum_type" | Max Kellermann | 1 | -4/+4 |
2013-12-02 | pcm/PcmChannels: implement fake N-to-M mapping | Max Kellermann | 1 | -1/+27 |
2013-12-02 | pcm/PcmChannels: use the SampleTraits library | Max Kellermann | 1 | -182/+60 |
2013-12-02 | pcm/PcmChannels: use struct ConstBuffer | Max Kellermann | 1 | -59/+46 |
2013-10-28 | *: use nullptr instead of NULL | Max Kellermann | 1 | -4/+4 |
2013-10-15 | gcc.h: major update | Max Kellermann | 1 | -18/+18 |
2013-07-30 | pcm_buffer: convert to C++ | Max Kellermann | 1 | -9/+9 |
2013-04-09 | pcm_*: move to src/pcm/ | Max Kellermann | 1 | -0/+0 |
2013-02-01 | PcmChannels: merge duplicate code with a template | Max Kellermann | 1 | -38/+9 |
2013-01-31 | pcm_*: convert to C++ | Max Kellermann | 1 | -10/+12 |
2012-10-02 | pcm_channels: support floating point samples | Max Kellermann | 1 | -0/+71 |
2011-10-20 | pcm_*: add "restrict" keywords | Max Kellermann | 1 | -16/+23 |
2011-10-19 | pcm_channels: pass an "end" pointer instead of a sample count | Max Kellermann | 1 | -39/+40 |
2011-10-19 | pcm_{channels,resample}: pass channel count as integer, not uint8_t | Max Kellermann | 1 | -6/+6 |
2011-10-19 | pcm_{channels,format}: add alignment assertions | Max Kellermann | 1 | -0/+6 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 |
2009-07-23 | pcm_convert: use GError for error handling | Max Kellermann | 1 | -17/+3 |
2009-07-22 | pcm_channels: num_channels is unsigned | Max Kellermann | 1 | -6/+6 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-03-02 | pcm_channels: added implementation for 32 bit samples | Max Kellermann | 1 | -0/+69 |
2009-01-07 | pcm_channels: use pcm_buffer | Max Kellermann | 1 | -24/+15 |
2009-01-03 | pcm: use GLib instead of utils.h | Max Kellermann | 1 | -3/+2 |
2008-12-29 | pcm: use GLib logging | Max Kellermann | 1 | -5/+9 |
2008-10-23 | pcm_channels: added 24 bit implementations | Max Kellermann | 1 | -0/+79 |
2008-10-23 | pcm_utils: moved channel conversion functions to pcm_channels.c | Max Kellermann | 1 | -0/+102 |