aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm_utils.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-07pcm_utils: moved conversion code to pcm_convert.cMax Kellermann1-158/+0
2009-01-07pcm_format: pass struct pcm_dither_24 to pcm_convert_to_16()Max Kellermann1-1/+1
2009-01-07pcm_utils: moved code to pcm_format.cMax Kellermann1-126/+1
2009-01-07pcm_utils: moved code to pcm_mix.cMax Kellermann1-89/+0
2009-01-07pcm_utils: moved code to pcm_volume.cMax Kellermann1-86/+1
2009-01-07pcm_utils: export pcm_range()Max Kellermann1-14/+0
2009-01-03pcm: use GLib instead of utils.hMax Kellermann1-9/+8
2009-01-03pcm_utils: use the custom PRNG for volume ditheringMax Kellermann1-1/+7
2008-12-29pcm: use GLib loggingMax Kellermann1-7/+9
2008-12-24pcm_utils: check pcm_convert()==0Max Kellermann1-4/+0
2008-12-08pcm_utils: always round up resampling buffer sizeMax Kellermann1-1/+1
2008-12-02replaced mpd_likely/mpd_unlikely by G_LIKELY/G_UNLIKELYThomas Jansen1-2/+3
2008-11-11pcm_utils: allow volume levels greater than 100% in pcm_volume()Max Kellermann1-1/+1
2008-11-11pcm_volume: added constant PCM_VOLUME_1Max Kellermann1-10/+13
2008-10-23pcm_utils: added 24 bit conversion functionsMax Kellermann1-0/+108
2008-10-23pcm_utils: generic pcm_convert_size() implementationMax Kellermann1-21/+2
2008-10-23pcm_utils: moved code to pcm_convert_16()Max Kellermann1-21/+39
2008-10-23pcm_utils: moved channel conversion functions to pcm_channels.cMax Kellermann1-82/+4
2008-10-23pcm_utils: moved code to pcm_resample.cMax Kellermann1-162/+6
2008-10-23pcm_dither: added generic 24 to 16 bit ditheringMax Kellermann1-8/+10
2008-10-23output_buffer: don't split framesMax Kellermann1-0/+3
2008-10-21pcm_utils: added pcm_convert_init()Max Kellermann1-0/+5
2008-10-21pcm_utils: no CamelCaseMax Kellermann1-64/+63
2008-10-21pcm_utils: renamed ConvState to struct pcm_convert_stateMax Kellermann1-3/+5
2008-10-12pcm_utils: support any number of channels in pcm_sizeOfConvBuffer()Max Kellermann1-11/+2
2008-10-12pcm_utils: support converting N channels to stereoMax Kellermann1-0/+26
2008-10-12pcm_utils: pass output channel count to pcm_convertChannels()Max Kellermann1-35/+22
2008-10-12pcm_utils: moved code from pcm_convertChannels() to separate functionsMax Kellermann1-20/+32
2008-10-12pcm_utils: pass int16_t* where appropriateMax Kellermann1-12/+15
2008-10-10audio_format: renamed sampleRate to sample_rateMax Kellermann1-5/+5
2008-10-10audio_format: unsigned integersMax Kellermann1-3/+3
2008-10-09pcm: fix const flac in pcm_convertSampleRate()Max Kellermann1-1/+1
2008-10-09pcm: fixed software volume, broken by unsigned integerMax Kellermann1-6/+3
2008-10-08don't include os_compat.hMax Kellermann1-1/+4
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