summaryrefslogtreecommitdiffstats
path: root/src/pulse.c
Commit message (Expand)AuthorAgeFilesLines
* pulse: don' try to reconnect immediately if PA is dyingLennart Poettering2012-05-151-5/+8
* pulse: fix use after free in stream_drain_cb()Michal Schmidt2010-03-301-4/+4
* pulse: fix finish notification for cached sample playbackLennart Poettering2010-02-211-11/+8
* props: set a couple of additional properties by default, and ensure clients m...Lennart Poettering2010-02-201-10/+13
* src: reindent for 8ch indentingLennart Poettering2010-02-201-887/+889
* pulse: fix a minor race with sound cancellationLennart Poettering2010-02-201-4/+18
* pulse: pass selected device to server when playing uncached streamLennart Poettering2010-02-191-1/+1
* pulse: when coming back from event loop wait, check if the context still existsLennart Poettering2009-09-191-9/+22
* pulse: relax latency requirements as much as possible to save CPULennart Poettering2009-08-281-1/+10
* implement ca_context_playing() callLennart Poettering2009-08-271-0/+30
* pulse: split up handling of outstanding structs into part where the lock must...Lennart Poettering2009-07-301-91/+122
* pulse: rework reconnection logic, to not enter endless loop when server is no...Lennart Poettering2009-07-011-23/+59
* pulse: don't hang if vorbis hits EOF earlier than advertisedLennart Poettering2009-07-011-2/+5
* multichannel: introduce a proper name for the CA_PROP_CANBERRA_FORCE_CHANNEL ...Lennart Poettering2009-05-261-2/+2
* pulse: implement canberra.force_channel property that forces an event sound t...Lennart Poettering2009-05-261-3/+39
* add proper multichannel support (includes of WAVEX files)Lennart Poettering2009-05-261-2/+49
* pulse: don't hang when operation gets canceledFederico Mena-Quintero2009-04-191-2/+23
* pulse: set volume when streaming directlyMarc-André Lureau2009-04-181-1/+7
* pulse: use nofailMarc-André Lureau2009-04-181-32/+81
* make use of PA_STREAM_FAIL_ON_SUSPEND if definedLennart Poettering2009-02-031-1/+7
* register a few new PA error codesLennart Poettering2009-02-031-3/+18
* If supported, leave the volume for event sounds unspecifiedLennart Poettering2009-01-271-0/+4
* make _change_device() call take a const stringLennart Poettering2008-10-261-1/+1
* fix a memory leakLennart Poettering2008-10-031-0/+4
* add tdb based shared lookup cacheLennart Poettering2008-09-021-2/+16
* enable a few additional gcc warnings and fix all problems foundLennart Poettering2008-08-141-4/+4
* handle terminated context state properlyLennart Poettering2008-08-141-1/+4
* allow sound events with no event id, but with file nameLennart Poettering2008-08-141-34/+46
* fix license wordingLennart Poettering2008-08-061-1/+1
* implicitly add a few common propertiesLennart Poettering2008-08-041-0/+16
* strip canberra properties already when we are connectingLennart Poettering2008-07-301-0/+2
* strip more properties when cacheingLennart Poettering2008-07-301-5/+7
* Replace streq with ca_streqMarc-André Lureau2008-06-241-1/+1
* Remove svn ids, since they are obsolete in git timesLennart Poettering2008-06-101-2/+0
* add complete documentationLennart Poettering2008-06-091-1/+1
* unify double inclusion defines src/sound-theme-spec.h src/read-wav.h src/read...Lennart Poettering2008-06-061-0/+1
* fix some minor initialization issuesLennart Poettering2008-05-291-3/+5
* we don't support volatile cacheing in PA; always keep outstanding record aroundLennart Poettering2008-05-271-7/+5
* properly strip canberra props from proplist, fix uploadLennart Poettering2008-05-271-29/+31
* fix a few memleaks and make things workLennart Poettering2008-05-271-30/+43
* minor fixesLennart Poettering2008-05-271-9/+14
* fix waiting for PA connectionLennart Poettering2008-05-271-6/+15
* various fixesLennart Poettering2008-05-271-1/+2
* add acx_pthread to the buildLennart Poettering2008-05-271-10/+10
* autoconfizationLennart Poettering2008-05-271-133/+167
* move sources to src/ subdirLennart Poettering2008-05-261-0/+903