| Commit message (Expand) | Author | Files | Lines |
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 |
2014-01-17 | pcm/Volume: make DSD a no-op | Max Kellermann | 1 | -2/+8 |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 |
2014-01-07 | pcm/Volume: use number of samples instead of end pointer | Max Kellermann | 1 | -25/+19 |
2013-12-28 | pcm/Volume: improved dithering | Max Kellermann | 1 | -20/+27 |
2013-12-28 | pcm/Volume: remove optimized i386 assembly | Max Kellermann | 1 | -50/+0 |
2013-12-23 | pcm/Volume: convert to class | Max Kellermann | 1 | -29/+58 |
2013-12-23 | pcm/Volume: apply volume into destination buffer | Max Kellermann | 1 | -21/+37 |
2013-12-23 | pcm/Volume: convert i386 code to template specialization | Max Kellermann | 1 | -42/+42 |
2013-12-23 | pcm/Volume: move code to template pcm_volume_sample() | Max Kellermann | 1 | -7/+16 |
2013-12-23 | pcm/PcmVolume: rename to Volume.cxx | Max Kellermann | 1 | -1/+1 |
2013-12-22 | pcm/Volume: add constant PCM_VOLUME_BITS | Max Kellermann | 1 | -1/+1 |
2013-12-22 | pcm/Volume: make PCM_VOLUME_1 a "constexpr" | Max Kellermann | 1 | -3/+3 |
2013-12-02 | pcm/PcmUtils: use the SampleTraits library | Max Kellermann | 1 | -3/+1 |
2013-12-02 | pcm/PcmVolume: use the SampleTraits library | Max Kellermann | 1 | -30/+22 |
2013-10-30 | *: update copyright year to 2013 | Max Kellermann | 1 | -1/+1 |
2013-10-15 | Client, ...: remove unnecessary glib.h include | Max Kellermann | 1 | -2/+0 |
2013-10-02 | Log: new logging library API | Max Kellermann | 1 | -3/+0 |
2013-08-04 | *: use gcc.h macros instead of GLib | Max Kellermann | 1 | -1/+1 |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | 1 | -9/+9 |
2013-08-03 | gcc.h: add macro gcc_unreachable() | Max Kellermann | 1 | -2/+1 |
2013-04-09 | pcm_*: move to src/pcm/ | Max Kellermann | 1 | -0/+0 |
2013-02-01 | PcmUtils: remove pcm_range(), use PcmClamp() instead | Max Kellermann | 1 | -4/+4 |
2013-01-31 | pcm_*: convert to C++ | Max Kellermann | 1 | -7/+11 |
2012-03-27 | audio_format: remove SAMPLE_FORMAT_DSD_OVER_USB | Max Kellermann | 1 | -1/+0 |
2012-03-22 | audio_format: remove the packed S24 format | Max Kellermann | 1 | -1/+0 |
2012-03-21 | audio_format: remove the format SAMPLE_FORMAT_DSD_LSBFIRST | Max Kellermann | 1 | -1/+0 |
2012-03-19 | audio_format: basic support for DSD-over-USB | Max Kellermann | 1 | -0/+1 |
2012-03-01 | audio_format: add DSD sample format | Max Kellermann | 1 | -0/+2 |
2011-10-20 | pcm_volume: implement float samples | Max Kellermann | 1 | -2/+13 |
2011-10-20 | audio_format: basic support for floating point samples | Max Kellermann | 1 | -0/+4 |
2011-10-20 | pcm_volume: pass an "end" pointer instead of a sample count | Max Kellermann | 1 | -20/+13 |
2011-10-20 | pcm_volume: remove "default" statement | Max Kellermann | 1 | -3/+9 |
2011-10-20 | pcm_volume: "length" is a "size_t", not "int" | Max Kellermann | 1 | -1/+1 |
2011-10-10 | pcm_{mix,volume}: pass only sample_format to pcm_mix() | Max Kellermann | 1 | -2/+2 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-12-03 | pcm_volume: 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 | -4/+4 |
2009-11-19 | pcm_volume: implemented 32 bit support | Max Kellermann | 1 | -0/+28 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 |
2009-03-14 | pcm_volume: use #ifdef instead of #if __i386__ | Max Kellermann | 1 | -2/+2 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -3/+4 |
2009-03-02 | fixing unused parameter warning | Viliam Mateicka | 1 | -1/+1 |
2009-03-02 | pcm_volume: return bool | Max Kellermann | 1 | -8/+7 |
2009-03-01 | pcm_volume: no CamelCase | Max Kellermann | 1 | -5/+5 |
2009-02-18 | pcm_volume: optimized pcm_volume_change_24() on i386 | Max Kellermann | 1 | -1/+40 |
2009-01-07 | pcm: pass void pointers to PCM functions | Max Kellermann | 1 | -1/+1 |
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_volume.c | Max Kellermann | 1 | -0/+105 |