summaryrefslogtreecommitdiffstats
path: root/server/snd_worker.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused snd_get_playback_compression() methodChristophe Fergeau2015-08-111-5/+0
* sound: do not modify client state on migrationMarc-André Lureau2015-06-041-1/+4
* Rename mm_timer/mm_timeMarc-André Lureau2014-11-271-4/+4
* Remove guest side video time-stampingMarc-André Lureau2014-11-271-1/+0
* server: don't assert on invalid client messageMarc-André Lureau2014-07-251-1/+1
* Add support for the Opus codecJeremy White2014-01-021-27/+94
* Revise the spice client and server to use the new snd_codec functions in spic...Jeremy White2014-01-021-120/+85
* Fix PlaybackeCommand typoChristophe Fergeau2013-10-091-1/+1
* Fix 'recive' typo throughout the code baseChristophe Fergeau2013-10-081-20/+20
* Namespace RECEIVE_BUF_SIZEChristophe Fergeau2013-10-081-3/+3
* log: improve debug information related to client disconnectionYonit Halperin2013-07-291-3/+4
* snd_worker/snd_disconnect_channel: don't call snd_channel_put if the channel ...Yonit Halperin2013-07-291-10/+10
* snd_worker: fix memory leak of PlaybackChannelYonit Halperin2013-07-291-5/+4
* snd_worker: support sending SPICE_MSG_PLAYBACK_LATENCYYonit Halperin2013-04-221-0/+44
* snd_worker: Make sure we never send an empty volume messageHans de Goede2013-04-191-3/+7
* snd_worker: Don't send empty audio-volume messagesHans de Goede2013-04-011-1/+4
* snd channel: fix accessing freed memoryYonit Halperin2012-10-111-2/+2
* Fix PlaybackChannel forward declarationChristophe Fergeau2012-10-011-3/+2
* server: Access the correct SndChannel for a given AudioFrameAndrew Eikum2012-10-011-5/+11
* server: Don't release SndChannel twice from worker referenceAndrew Eikum2012-10-011-1/+1
* red_channel: remove unused migrate flag from RedChannelYonit Halperin2012-08-271-7/+3
* snd_worker: handling migrationYonit Halperin2012-08-271-61/+17
* snd_channel: fix double releaseYonit Halperin2012-08-271-10/+17
* red_channel (dummy): fix not adding dummy RedChannelClient to the clientYonit Halperin2012-08-271-1/+1
* server: handle red_channel_client_create returning NULLYonit Halperin2012-05-211-0/+3
* fix error-path return in snd_set_record_peer()Michael Tokarev2012-04-181-2/+2
* Use the spice-common logging functionsMarc-André Lureau2012-03-251-49/+49
* Use the spice-common submoduleMarc-André Lureau2012-03-251-2/+3
* Ensure all members of ChannelCbs and ClientCbs are either assigned or NULLHans de Goede2012-03-101-2/+2
* Use standard IOV_MAX definition where applicableDan McGee2012-02-211-3/+6
* Remove extra '\n' from red_printf() callsDan McGee2012-02-141-1/+1
* server: don't complain if setsockopt(SO_PRIORITY) call failsNahum Shalman2012-01-231-1/+7
* server: Don't complain if setsockopt NODELAY fails on unix socketsHans de Goede2012-01-181-2/+6
* Remove trailing blank linesDaniel P. Berrange2012-01-131-1/+0
* server: add support for SPICE_COMMON_CAP_MINI_HEADERYonit Halperin2012-01-121-35/+58
* server: set & test channel capabilities in red_channelYonit Halperin2011-11-021-41/+25
* server/snd_worker.c: add reference counting to SndChannelAlon Levy2011-08-231-3/+28
* server/snd_worker.c: add red_channel_client_destroy_dummyAlon Levy2011-08-231-0/+1
* server: registering RedChannel in reds, instead of ChannelYonit Halperin2011-08-231-60/+97
* server/main_channel: move latency and bitrate to channel clientAlon Levy2011-08-231-1/+11
* server: Add RedClientAlon Levy2011-08-231-6/+6
* s/__visible__/SPICE_GNUC_VISIBLEChristophe Fergeau2011-06-221-13/+13
* sndworker: check the caps before sending volume messagesMarc-André Lureau2011-06-221-10/+46
* sndworker: add AudioVolume/AudioMute messagesMarc-André Lureau2011-06-221-2/+170
* add #include <config.h> to all source filesChristophe Fergeau2011-05-031-0/+3
* server: s/desable/disableChristophe Fergeau2011-05-021-2/+2
* use foo(void) instead of foo() in prototypesChristophe Fergeau2011-05-021-1/+1
* server: add reds_channel_dispose()Marc-André Lureau2011-02-281-2/+1
* server: rename s/peer/streamMarc-André Lureau2011-02-281-22/+22
* server: use the new reds_stream_{read,write}Marc-André Lureau2011-02-281-2/+4