summaryrefslogtreecommitdiff
path: root/src/pcm_utils.c
AgeCommit message (Expand)Author
2008-10-23pcm_utils: added 24 bit conversion functionsMax Kellermann
2008-10-23pcm_utils: generic pcm_convert_size() implementationMax Kellermann
2008-10-23pcm_utils: moved code to pcm_convert_16()Max Kellermann
2008-10-23pcm_utils: moved channel conversion functions to pcm_channels.cMax Kellermann
2008-10-23pcm_utils: moved code to pcm_resample.cMax Kellermann
2008-10-23pcm_dither: added generic 24 to 16 bit ditheringMax Kellermann
2008-10-23output_buffer: don't split framesMax Kellermann
2008-10-21pcm_utils: added pcm_convert_init()Max Kellermann
2008-10-21pcm_utils: no CamelCaseMax Kellermann
2008-10-21pcm_utils: renamed ConvState to struct pcm_convert_stateMax Kellermann
2008-10-12pcm_utils: support any number of channels in pcm_sizeOfConvBuffer()Max Kellermann
2008-10-12pcm_utils: support converting N channels to stereoMax Kellermann
2008-10-12pcm_utils: pass output channel count to pcm_convertChannels()Max Kellermann
2008-10-12pcm_utils: moved code from pcm_convertChannels() to separate functionsMax Kellermann
2008-10-12pcm_utils: pass int16_t* where appropriateMax Kellermann
2008-10-10audio_format: renamed sampleRate to sample_rateMax Kellermann
2008-10-10audio_format: unsigned integersMax Kellermann
2008-10-09pcm: fix const flac in pcm_convertSampleRate()Max Kellermann
2008-10-09pcm: fixed software volume, broken by unsigned integerMax Kellermann
2008-10-08don't include os_compat.hMax Kellermann
2008-09-29pcm_utils: 24 bit supportMax Kellermann
2008-09-29pcm_utils: moved code to special 8/16 bit functionsMax Kellermann
2008-09-29pcm_utils: pass only one buffer size to pcm_mix()Max Kellermann
2008-09-29assume stdint.h and stddef.h are availableMax Kellermann
2008-09-29Switch to C99 types (retaining compat with old compilers)Eric Wong
2008-09-28pcm_utils: added pcm_range()Max Kellermann
2008-09-28pcm_utils: added inline function pcm_dither()Max Kellermann
2008-09-07audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann
2008-09-07fix -Wcast-qual -Wwrite-strings warningsMax Kellermann
2008-08-26enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann
2008-04-15more const pointers in pcm_utils.[ch]Max Kellermann
2008-04-12decode: fix some uninitialized variable warningsEric Wong
2008-04-12missing const in disabled code pathMax Kellermann
2008-04-12constant pointersMax Kellermann
2008-04-12use constant pointers when possibleMax Kellermann
2008-03-26use size_tMax Kellermann
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong
2007-09-10pcm_utils: gcc 2.95 compile fix (extra semi-colon)Eric Wong
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman
2007-05-26Cleaning up pcm_getSampleRateConverter.J. Alexander Treuman
2007-05-26Exit with an error if channel count isn't 1 or 2.J. Alexander Treuman
2007-05-26Make pcm_convertAudioFormat return the buffer size. This is necessaryJ. Alexander Treuman
2007-05-24Reverting to the full lsr API. Turns out the simple API needs all of theJ. Alexander Treuman
2007-05-23Tidying up pcm_utils.c a bit more.J. Alexander Treuman
2007-05-23Switching to the lsr simple API. The problem with the full API is that theJ. Alexander Treuman
2007-05-22Split pcm_convertAudioFormat into separate functions for bitrate, channel,J. Alexander Treuman
2007-05-22Cleaning up/correcting some comments.J. Alexander Treuman
2007-05-22ReindentingJ. Alexander Treuman
2007-04-05The massive copyright updateAvuton Olrich
2007-02-19pcm_utils: fix libsamplerate compilation with non-C99 compilersEric Wong