| Commit message (Expand) | Author | Age | Files | Lines |
* | pcm_utils: 24 bit support | Max Kellermann | 2008-09-29 | 1 | -0/+67 |
* | pcm_utils: moved code to special 8/16 bit functions | Max Kellermann | 2008-09-29 | 1 | -72/+93 |
* | pcm_utils: pass only one buffer size to pcm_mix() | Max Kellermann | 2008-09-29 | 1 | -17/+9 |
* | assume stdint.h and stddef.h are available | Max Kellermann | 2008-09-29 | 1 | -2/+0 |
* | Switch to C99 types (retaining compat with old compilers) | Eric Wong | 2008-09-29 | 1 | -32/+32 |
* | pcm_utils: added pcm_range() | Max Kellermann | 2008-09-28 | 1 | -10/+18 |
* | pcm_utils: added inline function pcm_dither() | Max Kellermann | 2008-09-28 | 1 | -8/+10 |
* | audio_format: converted typedef AudioFormat to struct audio_format | Max Kellermann | 2008-09-07 | 1 | -7/+10 |
* | fix -Wcast-qual -Wwrite-strings warnings | Max Kellermann | 2008-09-07 | 1 | -9/+10 |
* | enable -Wpointer-arith, -Wstrict-prototypes | Max Kellermann | 2008-08-26 | 1 | -2/+4 |
* | more const pointers in pcm_utils.[ch] | Max Kellermann | 2008-04-15 | 1 | -3/+4 |
* | decode: fix some uninitialized variable warnings | Eric Wong | 2008-04-12 | 1 | -1/+1 |
* | missing const in disabled code path | Max Kellermann | 2008-04-12 | 1 | -1/+1 |
* | constant pointers | Max Kellermann | 2008-04-12 | 1 | -5/+5 |
* | use constant pointers when possible | Max Kellermann | 2008-04-12 | 1 | -13/+12 |
* | use size_t | Max Kellermann | 2008-03-26 | 1 | -1/+1 |
* | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 2008-01-03 | 1 | -4/+1 |
* | pcm_utils: gcc 2.95 compile fix (extra semi-colon) | Eric Wong | 2007-09-10 | 1 | -1/+1 |
* | Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single | J. Alexander Treuman | 2007-05-26 | 1 | -8/+4 |
* | Cleaning up pcm_getSampleRateConverter. | J. Alexander Treuman | 2007-05-26 | 1 | -23/+27 |
* | Exit with an error if channel count isn't 1 or 2. | J. Alexander Treuman | 2007-05-26 | 1 | -0/+4 |
* | Make pcm_convertAudioFormat return the buffer size. This is necessary | J. Alexander Treuman | 2007-05-26 | 1 | -17/+20 |
* | Reverting to the full lsr API. Turns out the simple API needs all of the | J. Alexander Treuman | 2007-05-24 | 1 | -29/+52 |
* | Tidying up pcm_utils.c a bit more. | J. Alexander Treuman | 2007-05-23 | 1 | -8/+9 |
* | Switching to the lsr simple API. The problem with the full API is that the | J. Alexander Treuman | 2007-05-23 | 1 | -19/+7 |
* | Split pcm_convertAudioFormat into separate functions for bitrate, channel, | J. Alexander Treuman | 2007-05-22 | 1 | -168/+207 |
* | Cleaning up/correcting some comments. | J. Alexander Treuman | 2007-05-22 | 1 | -10/+7 |
* | Reindenting | J. Alexander Treuman | 2007-05-22 | 1 | -10/+12 |
* | The massive copyright update | Avuton Olrich | 2007-04-05 | 1 | -1/+1 |
* | pcm_utils: fix libsamplerate compilation with non-C99 compilers | Eric Wong | 2007-02-19 | 1 | -4/+12 |
* | Fixing some weird floating point comparison issue. Not exactly sure why | J. Alexander Treuman | 2007-02-13 | 1 | -2/+3 |
* | Add libsamplerate support, old resampling is still an option, but this sounds... | Avuton Olrich | 2007-02-02 | 1 | -10/+99 |
* | Don't initialize globals to zero (or NULL) | Eric Wong | 2007-01-14 | 1 | -4/+4 |
* | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 2006-08-26 | 1 | -3/+4 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -115/+124 |
* | [CLEANUP] Remove unused function | Avuton Olrich | 2006-07-14 | 1 | -39/+24 |
* | Change shank's email address | J. Alexander Treuman | 2006-07-14 | 1 | -1/+1 |
* | Huge header update, update the copyright and add | Avuton Olrich | 2006-07-13 | 1 | -1/+1 |
* | wee found the audioFormatConversion bug, was actually a bug in shout plugin | Warren Dukes | 2004-10-23 | 1 | -1/+1 |
* | ok, resampling and converting to mono no works | Warren Dukes | 2004-10-23 | 1 | -27/+41 |
* | configure shout encoding quality and audio format | Warren Dukes | 2004-10-23 | 1 | -26/+49 |
* | todo update | Warren Dukes | 2004-06-06 | 1 | -2/+0 |
* | trash XMMS resampling, use ESD's instead, don't understand it, but it works | Warren Dukes | 2004-05-10 | 1 | -34/+22 |
* | some debug code | Warren Dukes | 2004-05-10 | 1 | -2/+9 |
* | ??? | Warren Dukes | 2004-05-10 | 1 | -1/+1 |
* | fix a bug in channel conversion | Warren Dukes | 2004-05-10 | 1 | -2/+2 |
* | fix computation of conversion buffer size | Warren Dukes | 2004-05-10 | 1 | -7/+26 |
* | format conversion for 8->16 bis and mono->stereo | Warren Dukes | 2004-05-10 | 1 | -12/+75 |
* | resampling code blatantly ripped from xmms, needs testing and need to | Warren Dukes | 2004-05-10 | 1 | -3/+55 |
* | more little bits of code in prep for resample/audioFormat conversion, | Warren Dukes | 2004-05-10 | 1 | -1/+18 |