summaryrefslogtreecommitdiff
path: root/rdpsnd.c
AgeCommit message (Expand)Author
2017-11-24Merge pull request #152 from hean01-cendio/pulseaudioHenrik Andersson
2017-11-02Fix minor spelling mistakesRené Genz
2017-10-20Markup unused parametersHenrik Andersson
2017-10-06Merge pull request #158 from derfian/maybe-better-audio-syncHenrik Andersson
2017-10-05Remove accidental packsize referenceKarl Mikaelsson
2017-10-05Include selected sound driver in the verbose outputKarl Mikaelsson
2017-10-05Don't log an error on new audio format handshakesKarl Mikaelsson
2017-10-05Refactor rdpsnd to follow to the MS-RDPEA specs more closelyKarl Mikaelsson
2017-10-05rdpsnd_process_ping: include actual packsize value in replyKarl Mikaelsson
2017-09-26Add support for pulseaudio backendHenrik Andersson
2017-09-26Use correct log message level for rdpsnd_process()Henrik Andersson
2017-01-26Rework the logging systemHenrik Andersson
2016-12-05Remove rdpsnd_rec extension from rdesktopHenrik Andersson
2014-05-13Updated comment to be more clarifying.Henrik Andersson
2014-05-13Reintroduce special caps flag 0x00800000 which gotHenrik Andersson
2014-03-06Always enable rdpsnd channel and use flags to control useHenrik Andersson
2011-04-13Consistent formatting of emails in copyright headers. Peter Åstrand
2011-04-13Include emails in copyright statements. Peter Åstrand
2011-04-13Updated the copyright notices for the things we have been working on.Peter Åstrand
2010-04-09Handle resets of the server sound system more gracefully by resetting ourPierre Ossman
2010-04-09Properly reset sound subsystem when reconnecting due to screen sizePeter Åstrand
2010-01-12Changed license to GPLv3Peter Åstrand
2008-07-11update the copyright yearJay Sorg
2008-02-08Make sure to handle big endian systems for the record path as well.Pierre Ossman
2008-01-18Check that the sound backend supports wave_in_format_supported beforePierre Ossman
2007-06-18None of the drivers requires it to be open to determine supported formats,Pierre Ossman
2007-01-18remove 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
2007-01-02Add experimental extension to the RDPSND protocol that allows recording.Pierre Ossman
2006-12-24fix device_available which I broke in a previous commitMichael Gernoth
2006-12-24fix double open of sound device. should at least allow oss, libao, sun andMichael Gernoth
2006-12-07Abstract select() handling in rdpsnd so that backends can do their thingPierre Ossman
2006-12-06Fix bad variable reference.Pierre Ossman
2006-12-06Add more sensible debug output from rdpsnd.Pierre Ossman
2006-12-06New packet based parser for the rdpsnd protocol.Pierre Ossman
2006-12-06Properly split volume channels for RDPSND_SET_VOLUME.Pierre Ossman
2006-12-06Update rdpsnd_negotiate() to new information.Pierre Ossman
2006-12-06Change servertick to ping according to new information.Pierre Ossman
2006-12-06Ticks are in ms, not us.Pierre Ossman
2006-11-06only declare rdpsnd_optarg when sound-support is configuredMichael Gernoth
2006-10-26Rewrite the queue management a bit so that blocks are not completed untilPierre Ossman
2006-10-19Inline functions with external linkage is a gcc-ism and not kosher under C99.Pierre Ossman
2006-10-19Make sure we get valid return values from the sound backends.Pierre Ossman
2006-10-01make rdpsnd_auto_open and rdpsnd_register_drivers staticMichael Gernoth
2006-10-01let 'make proto' generate correct prototypes for rdpsndMichael Gernoth
2006-09-21move sound-driver selection code in rdpsnd_initMichael Gernoth
2006-09-18handle missing audio-drivers betterMichael Gernoth
2006-09-17Recover missing 4 bytes in audio-stream thanks to a hint in an oldMichael Gernoth