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