| Commit message (Expand) | Author | Files | Lines |
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 |
2006-07-14 | [CLEANUP] Remove unused function | Avuton Olrich | 1 | -2/+0 |
2006-07-14 | Change shank's email address | J. Alexander Treuman | 1 | -1/+1 |
2006-07-13 | Huge header update, update the copyright and add | Avuton Olrich | 1 | -1/+1 |
2004-11-03 | remove vim &*(@ | Warren Dukes | 1 | -1/+0 |
2004-10-23 | configure shout encoding quality and audio format | Warren Dukes | 1 | -1/+1 |
2004-05-10 | more little bits of code in prep for resample/audioFormat conversion, | Warren Dukes | 1 | -4/+6 |
2004-05-10 | some more work on organizing code for resampling/audioFormat conversion | Warren Dukes | 1 | -0/+3 |
2004-04-14 | add vim shiznit to end of all source files | Warren Dukes | 1 | -0/+1 |
2004-03-18 | bunch of autotool cleanups | Warren Dukes | 1 | -0/+2 |
2004-02-24 | add copyright notices to files | Warren Dukes | 1 | -0/+18 |