summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/sound.c
Commit message (Collapse)AuthorAgeFilesLines
* chansrv: more remove simple soundJay Sorg2014-06-071-140/+0
|
* chansrv: remove simple sound and load pulse modulesJay Sorg2014-06-071-166/+1
|
* Merge pull request #122 from speidy/develIdan Freiberg2014-04-281-1/+1
|\ | | | | Compilation fix for pulse source module + Merge some fixes from master branch
| * simplesound: fixed CHANSRV_PORT_STR undefined errorLaxmikant Rashinkar2014-03-011-1/+1
| |
* | chansrv: sound: zero out ack flags when sound_send_close called, tospeidy2014-04-281-0/+4
|/ | | avoid deadloop when chunk is sent and not acked back by the client.
* chansrv: fix for audio falling behind and growing memoryJay Sorg2014-01-291-1/+15
|
* pulseaudio: fixed some build issuesLaxmikant Rashinkar2014-01-171-1/+4
|
* we now load module-xrdp-sink/source automatically so user's dont have to ↵Laxmikant Rashinkar2014-01-121-0/+170
| | | | mess around with configuring /etc/pulse/default.pa config file
* missed some files for microphone redirection using rdesktopLaxmikant Rashinkar2014-01-071-116/+585
|
* chansrv: handle smartcard session reconnect and some logging changesJay Sorg2013-12-071-1/+3
|
* common: transport aware when app is terminatingJay Sorg2013-08-171-1/+2
|
* Merge branch 'master' of github.com:neutrinolabs/xrdpJay Sorg2013-07-021-1/+1
|\
| * chansrv: fix for pulse simple method, to get it work again.speidy2013-06-251-1/+1
| |
* | chansrv: no logic change, work on warningJay Sorg2013-07-021-2/+0
|/
* Fix sound and clipboard crashesLukas Vacek2013-06-221-0/+1
| | | | | | | | | | | | | - In case clipboard is not initialized, clipboard_data_in returns (fixes a segfault) - If less than 4 bytes are sent to sound_send_wave_data_chunk, it returns (fixes a segfault) - When sending sound initiliazation messages set g_chan in chansrv to 0, so the server waits for client to reply (this makes sound work afte reconnecting) - In process_message_channel_setup, clear any leftover data in chan_items
* pulse work and cleanupJay Sorg2013-05-121-45/+172
|
* pulse sink, use buffer so not sending too small or too big audio packetsJay Sorg2013-05-071-6/+50
|
* chansrv: fix for close messageJay Sorg2013-05-011-1/+1
|
* work on pulse sink, added close messageJay Sorg2013-04-281-2/+38
|
* chansrv: work on pulse sinkJay Sorg2013-03-311-2/+2
|
* chansrv: work on pulse sinkJay Sorg2013-03-301-2/+4
|
* chansrv: work on pulse sinkJay Sorg2013-03-291-6/+8
|
* o moved from GNU General Public License to Apache License, Version 2.0Laxmikant Rashinkar2012-09-191-395/+425
| | | | | o applied new coding standards to all .c files o moved some files around
* chansrv: changes for running as user, not rootJay Sorg2012-07-221-54/+60
|
* no logic changes, remove warnings and coding style changesJay Sorg2012-06-101-2/+0
|
* chansrv: simple pulse audio supportJay Sorg2012-05-251-20/+509
|
* update copyright yearjsorg712010-07-041-1/+1
|
* first clipboard checkinjsorg712009-08-151-0/+7
|
* added device redir start filesjsorg712009-04-221-0/+2
|
* added chansrvjsorg712009-04-191-0/+51