aboutsummaryrefslogtreecommitdiff
path: root/src/pcm_utils.c
Commit message (Expand)AuthorAge
* pcm_utils: support any number of channels in pcm_sizeOfConvBuffer()Max Kellermann2008-10-12
* pcm_utils: support converting N channels to stereoMax Kellermann2008-10-12
* pcm_utils: pass output channel count to pcm_convertChannels()Max Kellermann2008-10-12
* pcm_utils: moved code from pcm_convertChannels() to separate functionsMax Kellermann2008-10-12
* pcm_utils: pass int16_t* where appropriateMax Kellermann2008-10-12
* audio_format: renamed sampleRate to sample_rateMax Kellermann2008-10-10
* audio_format: unsigned integersMax Kellermann2008-10-10
* pcm: fix const flac in pcm_convertSampleRate()Max Kellermann2008-10-09
* pcm: fixed software volume, broken by unsigned integerMax Kellermann2008-10-09
* don't include os_compat.hMax Kellermann2008-10-08
* pcm_utils: 24 bit supportMax Kellermann2008-09-29
* pcm_utils: moved code to special 8/16 bit functionsMax Kellermann2008-09-29
* pcm_utils: pass only one buffer size to pcm_mix()Max Kellermann2008-09-29
* assume stdint.h and stddef.h are availableMax Kellermann2008-09-29
* Switch to C99 types (retaining compat with old compilers)Eric Wong2008-09-29
* pcm_utils: added pcm_range()Max Kellermann2008-09-28
* pcm_utils: added inline function pcm_dither()Max Kellermann2008-09-28
* audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann2008-09-07
* fix -Wcast-qual -Wwrite-strings warningsMax Kellermann2008-09-07
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-26
* more const pointers in pcm_utils.[ch]Max Kellermann2008-04-15
* decode: fix some uninitialized variable warningsEric Wong2008-04-12
* missing const in disabled code pathMax Kellermann2008-04-12
* constant pointersMax Kellermann2008-04-12
* use constant pointers when possibleMax Kellermann2008-04-12
* use size_tMax Kellermann2008-03-26
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-03
* pcm_utils: gcc 2.95 compile fix (extra semi-colon)Eric Wong2007-09-10
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-26
* Cleaning up pcm_getSampleRateConverter.J. Alexander Treuman2007-05-26
* Exit with an error if channel count isn't 1 or 2.J. Alexander Treuman2007-05-26
* Make pcm_convertAudioFormat return the buffer size. This is necessaryJ. Alexander Treuman2007-05-26
* Reverting to the full lsr API. Turns out the simple API needs all of theJ. Alexander Treuman2007-05-24
* Tidying up pcm_utils.c a bit more.J. Alexander Treuman2007-05-23
* Switching to the lsr simple API. The problem with the full API is that theJ. Alexander Treuman2007-05-23
* Split pcm_convertAudioFormat into separate functions for bitrate, channel,J. Alexander Treuman2007-05-22
* Cleaning up/correcting some comments.J. Alexander Treuman2007-05-22
* ReindentingJ. Alexander Treuman2007-05-22
* The massive copyright updateAvuton Olrich2007-04-05
* pcm_utils: fix libsamplerate compilation with non-C99 compilersEric Wong2007-02-19
* Fixing some weird floating point comparison issue. Not exactly sure whyJ. Alexander Treuman2007-02-13
* Add libsamplerate support, old resampling is still an option, but this sounds...Avuton Olrich2007-02-02
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-14
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-26
* Add mpd-indent.shAvuton Olrich2006-07-20
* [CLEANUP] Remove unused functionAvuton Olrich2006-07-14
* Change shank's email addressJ. Alexander Treuman2006-07-14
* Huge header update, update the copyright and addAvuton Olrich2006-07-13
* wee found the audioFormatConversion bug, was actually a bug in shout pluginWarren Dukes2004-10-23
* ok, resampling and converting to mono no worksWarren Dukes2004-10-23