summaryrefslogtreecommitdiffstats
path: root/server/snd_worker.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* server: add reds_stream_{read,write,free,remove_watch}()Marc-André Lureau2011-02-271-2/+2
* server: s/RedsStreamContext/RedsStreamMarc-André Lureau2011-02-271-4/+4
* Add destructor for demarshalled messagesAlexander Larsson2010-06-221-2/+3
* Make sound data @as_ptr to avoid copying dataAlexander Larsson2010-06-181-1/+1
* Use generated demarshallers in serverAlexander Larsson2010-06-181-22/+40
* Convert snd_worker.c to use SpiceMarshaller and generated marshallersAlexander Larsson2010-06-181-145/+94
* sound: code style fixupsGerd Hoffmann2010-05-261-2/+4
* sound channels: restart audio on client reconnect.Gerd Hoffmann2010-05-211-1/+15
* zap vd_interface.hGerd Hoffmann2010-05-191-1/+1
* vd_interface.h cleanups.Gerd Hoffmann2010-05-191-2/+0
* SoundInterfaces: redesignGerd Hoffmann2010-05-191-80/+80
* VDInterface: redesign.Gerd Hoffmann2010-05-191-3/+3
* new watch api: switch soundGerd Hoffmann2010-05-191-11/+21