summaryrefslogtreecommitdiff
path: root/rdpsnd_dsp.c
AgeCommit message (Expand)Author
2017-11-02Fix minor spelling mistakesRené Genz
2017-10-20Markup unused parametersHenrik Andersson
2017-01-26Rework the logging systemHenrik Andersson
2013-09-16Minor warning message fix. Peter Åstrand
2011-04-13Consistent formatting of emails in copyright headers. Peter Åstrand
2011-04-13A few copyright tweaks: added email, years, organization. Peter Åstrand
2010-01-12Changed license to GPLv3Peter Åstrand
2008-07-11update the copyright yearJay Sorg
2008-02-08Be a bit more noisy if someone is feeding bad data.Pierre Ossman
2007-02-10remove g++ errors and warningsJay Sorg
2007-01-08prefix BOOL with RD_Jay Sorg
2007-01-04copyright year updateJay Sorg
2007-01-04RD_ prefix and win32 compatibility for core filesJay Sorg
2006-12-06New packet based parser for the rdpsnd protocol.Pierre Ossman
2006-10-27Indent fixPeter Åstrand
2006-10-26small fix to the (still disabled) linear resamplerMichael Gernoth
2006-10-02add (disabled) real linear resampler. quality is currently not as goodMichael Gernoth
2006-10-01improve sound quality a bit againMichael Gernoth
2006-10-01convert between different numbers of input and output channelsMichael Gernoth
2006-10-01simplify resamplingMichael Gernoth
2006-10-01add missing includeMichael Gernoth
2006-10-01sound quality fixes for resamplingMichael Gernoth
2006-10-01add simple linear resampling implementation to be used when libsamplerateMichael Gernoth
2006-10-01fix conversion between arbitrary sampleratesMichael Gernoth
2006-10-01make it possible to resample 8bit<->16bit soundstreamsMichael Gernoth
2006-10-01make it possible for the driver to switch resampling on and offMichael Gernoth
2006-10-01use libsamplerate for resampling when availableMichael Gernoth
2006-10-01only resample when there is needMichael Gernoth
2006-10-01move simple resample algorithm from rdpsnd_libao.c to rdpsnd_dsp.c toMichael Gernoth
2006-09-18replace constants with their defineMichael Gernoth
2006-09-17Recover missing 4 bytes in audio-stream thanks to a hint in an oldMichael Gernoth
2006-09-17call rdpsnd_dsp_process from a better placeMichael Gernoth
2006-09-17use correct types in rdpsnd_dsp_softvolMichael Gernoth
2006-09-17unify audio-byteswapping as a dsp-functionMichael Gernoth
2006-09-17softvol only needs one bufferMichael Gernoth
2006-09-17add software volume control (currently only for libao but will beMichael Gernoth