| Commit message (Expand) | Author | Files | Lines |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 |
2014-01-07 | pcm/Utils: remove unused function pcm_end_pointer() | Max Kellermann | 1 | -12/+0 |
2013-12-22 | pcm/Traits: add MIN and MAX | Max Kellermann | 1 | -9/+6 |
2013-12-02 | pcm/PcmUtils: use the SampleTraits library | Max Kellermann | 1 | -5/+10 |
2013-12-02 | pcm/PcmUtils: remove unused function PcmClampN() | Max Kellermann | 1 | -12/+0 |
2013-11-22 | PcmUtils: add function PcmClampN() | Max Kellermann | 1 | -0/+12 |
2013-10-30 | *: update copyright year to 2013 | Max Kellermann | 1 | -1/+1 |
2013-10-15 | gcc.h: rename to Compiler.h | Max Kellermann | 1 | -1/+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 | -24/+0 |
2013-02-01 | PcmUtils: make PcmClamp() 64-bit-safe, add missing cast | Max Kellermann | 1 | -2/+2 |
2013-02-01 | PcmUtils: remove unused clamp functions | Max Kellermann | 1 | -14/+0 |
2013-02-01 | PcmFormat: merge duplicate code with a template | Max Kellermann | 1 | -15/+24 |
2013-01-31 | pcm_*: convert to C++ | Max Kellermann | 1 | -3/+4 |
2013-01-30 | TagPool, ...: include cleanup | Max Kellermann | 1 | -13/+13 |
2011-10-20 | audio_format: basic support for floating point samples | Max Kellermann | 1 | -0/+28 |
2011-10-19 | pcm_utils: add function pcm_end_pointer() | Max Kellermann | 1 | -0/+11 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-11-19 | pcm_volume: implemented 32 bit support | Max Kellermann | 1 | -0/+14 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-01-07 | pcm_utils: moved conversion code to pcm_convert.c | Max Kellermann | 1 | -26/+0 |
2009-01-07 | pcm_utils: moved code to pcm_mix.c | Max Kellermann | 1 | -3/+0 |
2009-01-07 | pcm_utils: moved code to pcm_volume.c | Max Kellermann | 1 | -19/+0 |
2009-01-07 | pcm_utils: export pcm_range() | Max Kellermann | 1 | -0/+16 |
2008-11-11 | pcm_volume: added constant PCM_VOLUME_1 | Max Kellermann | 1 | -1/+6 |
2008-11-11 | pcm_utils: added inline function pcm_float_to_volume() | Max Kellermann | 1 | -0/+10 |
2008-10-31 | added prefix to header macros | Max Kellermann | 1 | -2/+2 |
2008-10-23 | pcm_utils: moved code to pcm_resample.c | Max Kellermann | 1 | -14/+2 |
2008-10-23 | pcm_dither: added generic 24 to 16 bit dithering | Max Kellermann | 1 | -0/+4 |
2008-10-21 | pcm_utils: added pcm_convert_init() | Max Kellermann | 1 | -0/+2 |
2008-10-21 | pcm_utils: no CamelCase | Max Kellermann | 1 | -9/+11 |
2008-10-21 | pcm_utils: renamed ConvState to struct pcm_convert_state | Max Kellermann | 1 | -3/+4 |
2008-09-29 | pcm_utils: pass only one buffer size to pcm_mix() | Max Kellermann | 1 | -2/+2 |
2008-09-29 | assume stdint.h and stddef.h are available | Max Kellermann | 1 | -2/+2 |
2008-09-29 | Switch to C99 types (retaining compat with old compilers) | Eric Wong | 1 | -3/+3 |
2008-09-07 | audio_format: converted typedef AudioFormat to struct audio_format | Max Kellermann | 1 | -7/+9 |
2008-08-26 | moved struct AudioFormat to audio_format.h | Max Kellermann | 1 | -1/+1 |
2008-04-15 | more const pointers in pcm_utils.[ch] | Max Kellermann | 1 | -3/+4 |
2008-04-12 | yet more unsigned integers | Max Kellermann | 1 | -2/+2 |
2008-04-12 | use constant pointers when possible | Max Kellermann | 1 | -5/+5 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -2/+1 |
2007-11-21 | A better way to do the last patch (extremely minor patch) | Avuton Olrich | 1 | -4/+2 |
2007-11-21 | Fix Sun C 5.9 / C99 compatiblity | Avuton Olrich | 1 | -0/+3 |
2007-05-26 | Make pcm_convertAudioFormat return the buffer size. This is necessary | J. Alexander Treuman | 1 | -3/+3 |
2007-05-24 | Reverting to the full lsr API. Turns out the simple API needs all of the | J. Alexander Treuman | 1 | -2/+20 |
2007-05-22 | Split pcm_convertAudioFormat into separate functions for bitrate, channel, | J. Alexander Treuman | 1 | -6/+5 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2006-07-26 | Typo fix | Avuton Olrich | 1 | -1/+1 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -7/+8 |