aboutsummaryrefslogtreecommitdiff
path: root/src/pcm_utils.c
Commit message (Expand)AuthorAge
* pcm_utils: moved conversion code to pcm_convert.cMax Kellermann2009-01-07
* pcm_format: pass struct pcm_dither_24 to pcm_convert_to_16()Max Kellermann2009-01-07
* pcm_utils: moved code to pcm_format.cMax Kellermann2009-01-07
* pcm_utils: moved code to pcm_mix.cMax Kellermann2009-01-07
* pcm_utils: moved code to pcm_volume.cMax Kellermann2009-01-07
* pcm_utils: export pcm_range()Max Kellermann2009-01-07
* pcm: use GLib instead of utils.hMax Kellermann2009-01-03
* pcm_utils: use the custom PRNG for volume ditheringMax Kellermann2009-01-03
* pcm: use GLib loggingMax Kellermann2008-12-29
* pcm_utils: check pcm_convert()==0Max Kellermann2008-12-24
* pcm_utils: always round up resampling buffer sizeMax Kellermann2008-12-08
* replaced mpd_likely/mpd_unlikely by G_LIKELY/G_UNLIKELYThomas Jansen2008-12-02
* pcm_utils: allow volume levels greater than 100% in pcm_volume()Max Kellermann2008-11-11
* pcm_volume: added constant PCM_VOLUME_1Max Kellermann2008-11-11
* pcm_utils: added 24 bit conversion functionsMax Kellermann2008-10-23
* pcm_utils: generic pcm_convert_size() implementationMax Kellermann2008-10-23
* pcm_utils: moved code to pcm_convert_16()Max Kellermann2008-10-23
* pcm_utils: moved channel conversion functions to pcm_channels.cMax Kellermann2008-10-23
* pcm_utils: moved code to pcm_resample.cMax Kellermann2008-10-23
* pcm_dither: added generic 24 to 16 bit ditheringMax Kellermann2008-10-23
* output_buffer: don't split framesMax Kellermann2008-10-23
* pcm_utils: added pcm_convert_init()Max Kellermann2008-10-21
* pcm_utils: no CamelCaseMax Kellermann2008-10-21
* pcm_utils: renamed ConvState to struct pcm_convert_stateMax Kellermann2008-10-21
* 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