summaryrefslogtreecommitdiffstats
path: root/server/snd_worker.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Relicense everything from GPL to LGPL 2.1+Alexander Larsson2010-04-131-9/+9
* Use spice allocator in server/Alexander Larsson2010-03-111-20/+5
* Use macros from <spice/macros.h> rather than duplicate themAlexander Larsson2010-03-091-8/+8
* Rename symbols that were changed in spice-protocolAlexander Larsson2010-02-041-69/+69
* fresh startYaniv Kamay2009-10-141-0/+1300