aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm_convert.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
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