aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm/PcmUtils.hxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-01-13copyright year 2014Max Kellermann1-1/+1
2014-01-07pcm/Utils: remove unused function pcm_end_pointer()Max Kellermann1-12/+0
2013-12-22pcm/Traits: add MIN and MAXMax Kellermann1-9/+6
2013-12-02pcm/PcmUtils: use the SampleTraits libraryMax Kellermann1-5/+10
2013-12-02pcm/PcmUtils: remove unused function PcmClampN()Max Kellermann1-12/+0
2013-11-22PcmUtils: add function PcmClampN()Max Kellermann1-0/+12
2013-10-30*: update copyright year to 2013Max Kellermann1-1/+1
2013-10-15gcc.h: rename to Compiler.hMax Kellermann1-1/+1
2013-04-09pcm_*: move to src/pcm/Max Kellermann1-0/+0
2013-02-01PcmUtils: remove pcm_range(), use PcmClamp() insteadMax Kellermann1-24/+0
2013-02-01PcmUtils: make PcmClamp() 64-bit-safe, add missing castMax Kellermann1-2/+2
2013-02-01PcmUtils: remove unused clamp functionsMax Kellermann1-14/+0
2013-02-01PcmFormat: merge duplicate code with a templateMax Kellermann1-15/+24
2013-01-31pcm_*: convert to C++Max Kellermann1-3/+4
2013-01-30TagPool, ...: include cleanupMax Kellermann1-13/+13
2011-10-20audio_format: basic support for floating point samplesMax Kellermann1-0/+28
2011-10-19pcm_utils: add function pcm_end_pointer()Max Kellermann1-0/+11
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-19pcm_volume: implemented 32 bit supportMax Kellermann1-0/+14
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-01-07pcm_utils: moved conversion code to pcm_convert.cMax Kellermann1-26/+0
2009-01-07pcm_utils: moved code to pcm_mix.cMax Kellermann1-3/+0
2009-01-07pcm_utils: moved code to pcm_volume.cMax Kellermann1-19/+0
2009-01-07pcm_utils: export pcm_range()Max Kellermann1-0/+16
2008-11-11pcm_volume: added constant PCM_VOLUME_1Max Kellermann1-1/+6
2008-11-11pcm_utils: added inline function pcm_float_to_volume()Max Kellermann1-0/+10
2008-10-31added prefix to header macrosMax Kellermann1-2/+2
2008-10-23pcm_utils: moved code to pcm_resample.cMax Kellermann1-14/+2
2008-10-23pcm_dither: added generic 24 to 16 bit ditheringMax Kellermann1-0/+4
2008-10-21pcm_utils: added pcm_convert_init()Max Kellermann1-0/+2
2008-10-21pcm_utils: no CamelCaseMax Kellermann1-9/+11
2008-10-21pcm_utils: renamed ConvState to struct pcm_convert_stateMax Kellermann1-3/+4
2008-09-29pcm_utils: pass only one buffer size to pcm_mix()Max Kellermann1-2/+2
2008-09-29assume stdint.h and stddef.h are availableMax Kellermann1-2/+2
2008-09-29Switch to C99 types (retaining compat with old compilers)Eric Wong1-3/+3
2008-09-07audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann1-7/+9
2008-08-26moved struct AudioFormat to audio_format.hMax Kellermann1-1/+1
2008-04-15more const pointers in pcm_utils.[ch]Max Kellermann1-3/+4
2008-04-12yet more unsigned integersMax Kellermann1-2/+2
2008-04-12use constant pointers when possibleMax Kellermann1-5/+5
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-2/+1
2007-11-21A better way to do the last patch (extremely minor patch)Avuton Olrich1-4/+2
2007-11-21Fix Sun C 5.9 / C99 compatiblityAvuton Olrich1-0/+3
2007-05-26Make pcm_convertAudioFormat return the buffer size. This is necessaryJ. Alexander Treuman1-3/+3
2007-05-24Reverting to the full lsr API. Turns out the simple API needs all of theJ. Alexander Treuman1-2/+20
2007-05-22Split pcm_convertAudioFormat into separate functions for bitrate, channel,J. Alexander Treuman1-6/+5
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2006-07-26Typo fixAvuton Olrich1-1/+1