aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm_utils.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch to C99 types (retaining compat with old compilers)Eric Wong2008-09-291-32/+32
* pcm_utils: added pcm_range()Max Kellermann2008-09-291-10/+18
* pcm_utils: added inline function pcm_dither()Max Kellermann2008-09-291-8/+10
* fix -Wcast-qual -Wwrite-strings warningsMax Kellermann2008-09-091-9/+10
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-301-2/+4
* more const pointers in pcm_utils.[ch]Max Kellermann2008-04-151-3/+4
* decode: fix some uninitialized variable warningsEric Wong2008-04-121-1/+1
* missing const in disabled code pathMax Kellermann2008-04-121-1/+1
* constant pointersMax Kellermann2008-04-121-5/+5
* use constant pointers when possibleMax Kellermann2008-04-121-13/+12
* use size_tMax Kellermann2008-03-261-1/+1
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-4/+1
* pcm_utils: gcc 2.95 compile fix (extra semi-colon)Eric Wong2007-09-101-1/+1
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-261-8/+4
* Cleaning up pcm_getSampleRateConverter.J. Alexander Treuman2007-05-261-23/+27
* Exit with an error if channel count isn't 1 or 2.J. Alexander Treuman2007-05-261-0/+4
* Make pcm_convertAudioFormat return the buffer size. This is necessaryJ. Alexander Treuman2007-05-261-17/+20
* Reverting to the full lsr API. Turns out the simple API needs all of theJ. Alexander Treuman2007-05-241-29/+52
* Tidying up pcm_utils.c a bit more.J. Alexander Treuman2007-05-231-8/+9
* Switching to the lsr simple API. The problem with the full API is that theJ. Alexander Treuman2007-05-231-19/+7
* Split pcm_convertAudioFormat into separate functions for bitrate, channel,J. Alexander Treuman2007-05-221-168/+207
* Cleaning up/correcting some comments.J. Alexander Treuman2007-05-221-10/+7
* ReindentingJ. Alexander Treuman2007-05-221-10/+12
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* pcm_utils: fix libsamplerate compilation with non-C99 compilersEric Wong2007-02-191-4/+12
* Fixing some weird floating point comparison issue. Not exactly sure whyJ. Alexander Treuman2007-02-131-2/+3
* Add libsamplerate support, old resampling is still an option, but this sounds...Avuton Olrich2007-02-021-10/+99
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-141-4/+4
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-261-3/+4
* Add mpd-indent.shAvuton Olrich2006-07-201-115/+124
* [CLEANUP] Remove unused functionAvuton Olrich2006-07-141-39/+24
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* wee found the audioFormatConversion bug, was actually a bug in shout pluginWarren Dukes2004-10-231-1/+1
* ok, resampling and converting to mono no worksWarren Dukes2004-10-231-27/+41
* configure shout encoding quality and audio formatWarren Dukes2004-10-231-26/+49
* todo updateWarren Dukes2004-06-061-2/+0
* trash XMMS resampling, use ESD's instead, don't understand it, but it worksWarren Dukes2004-05-101-34/+22
* some debug codeWarren Dukes2004-05-101-2/+9
* ???Warren Dukes2004-05-101-1/+1
* fix a bug in channel conversionWarren Dukes2004-05-101-2/+2
* fix computation of conversion buffer sizeWarren Dukes2004-05-101-7/+26
* format conversion for 8->16 bis and mono->stereoWarren Dukes2004-05-101-12/+75
* resampling code blatantly ripped from xmms, needs testing and need toWarren Dukes2004-05-101-3/+55
* more little bits of code in prep for resample/audioFormat conversion,Warren Dukes2004-05-101-1/+18
* add vim shiznit to end of all source filesWarren Dukes2004-04-141-0/+1
* adjust scaling of software volumeWarren Dukes2004-04-111-8/+8
* use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes2004-04-021-2/+2
* obotomize mixing a bitWarren Dukes2004-03-051-6/+8
* git-svn-id: https://svn.musicpd.org/mpd/trunk@194 09075e82-0dd4-0310-85a5-a0d...Warren Dukes2004-03-041-5/+3