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