summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Expand)AuthorAgeFilesLines
* alsa: when printing warning about bogus data from alsa include snd_pcm_dump()Lennart Poettering2009-04-101-0/+1
* core: add a seperate fixed_latency field for sinks/sources with fixed latencyLennart Poettering2009-04-107-28/+67
* core: memory leak, fix ref counting when moving streamsLennart Poettering2009-04-104-10/+38
* dbus: memory leak, actually free dbus wrapperLennart Poettering2009-04-101-1/+2
* dbus: drop pa_ prefix from static symbolLennart Poettering2009-04-101-7/+2
* protocol-native: downgrade message if we receive pcm block for dead streamLennart Poettering2009-04-101-1/+1
* protocol-native: print underrun message only once for each underrunLennart Poettering2009-04-101-1/+2
* socket-server: memory leak, free machine id after useLennart Poettering2009-04-101-0/+1
* dbus: memory leak, free pending callsLennart Poettering2009-04-101-2/+4
* dbus: memory leak, free server id after useLennart Poettering2009-04-101-1/+4
* introduce relative_volume field in sink_input and make use of it on sink flat...Lennart Poettering2009-04-084-46/+82
* after propagating a sink volume change to the sink inputs recalculate their s...Lennart Poettering2009-04-072-25/+55
* we need to make our multiplications with linear valuesLennart Poettering2009-04-071-10/+10
* reduce number of conversions to/from linear volumesLennart Poettering2009-04-071-2/+13
* If the sink volume is lowered to 0 and then increased again, make sure all st...Lennart Poettering2009-04-071-2/+6
* add suspend_within_thread() callbacks to pa_sink_input/pa_source_outputLennart Poettering2009-04-076-3/+44
* enable debugging output based on if DEBUG_DATA macro is setLennart Poettering2009-04-071-6/+18
* Make sure we don't get stuck when prebuf is too highLennart Poettering2009-04-062-32/+29
* properly handle interpolation when queried x is left of last data positionLennart Poettering2009-04-061-1/+17
* be a bit more verbose about the busses we are connected toLennart Poettering2009-04-061-0/+7
* make sure we keep a reference of the bus connection during the whole runtime ...Lennart Poettering2009-04-061-2/+3
* Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-04-054-5/+5
|\
| * increase log buffer furtherLennart Poettering2009-04-041-1/+1
| * various spelling fixesMaarten Bosmans2009-04-043-4/+4
* | Fix a couple of races in native protocolLennart Poettering2009-04-051-42/+97
* | introduce pa_{sink|source}_get_latency_within_thread()Lennart Poettering2009-04-054-0/+55
* | Modify smoothing code to make cubic interpolation optional and allow 'quick f...Lennart Poettering2009-04-052-9/+46
* | properly account for seeks in the requested_bytes counterLennart Poettering2009-04-015-25/+30
|/
* use machine id instead of hostname to identify local connectionsLennart Poettering2009-04-012-13/+19
* pass destination source/sink when moving streams so that we can access themLennart Poettering2009-04-015-20/+24
* don't access i->sink if it is not setLennart Poettering2009-04-012-6/+10
* be a bit more verbose about max_request changesLennart Poettering2009-03-311-5/+14
* Log underrunsLennart Poettering2009-03-311-1/+1
* update command name tableLennart Poettering2009-03-311-1/+14
* revive solaris moduleFinn Thain2009-03-311-10/+24
* handle failure to parse proplist in cli-command gracefullyMaarten Bosmans2009-03-311-4/+16
* Merge commit 'elmarco/dbus'Lennart Poettering2009-03-304-0/+613
|\
| * dbus: split dbus-util into dbus-sharedMarc-André Lureau2009-03-304-0/+613
* | Use pa_source_set_max_rewind_within_thread() for updating the monitor source'...Lennart Poettering2009-03-301-1/+1
* | Merge commit 'origin/master'Lennart Poettering2009-03-302-2/+2
|\ \
| * | Small fix for MacOSX compatLennart Poettering2009-03-271-1/+1
| * | fix typoLennart Poettering2009-03-271-1/+1
| |/
* | notify clients about tlength changesLennart Poettering2009-03-302-203/+209
* | add pa_memblockq_apply_attr()/pa_memblockq_get_attr()Lennart Poettering2009-03-302-1/+24
* | document more often the context certain functions are called inLennart Poettering2009-03-301-1/+22
* | simplify latency config functions a bit and make them callable in more contextsLennart Poettering2009-03-302-60/+50
* | Trigger move callback a little bit earlier so that no IO thread is runningLennart Poettering2009-03-305-17/+17
|/
* add missing initializationLennart Poettering2009-03-251-0/+1
* on monitor source be fine with any latency range set by the sinkLennart Poettering2009-03-251-1/+2
* add missing whitespaceLennart Poettering2009-03-251-1/+1