summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* set fixed latencies at more places where appropriateLennart Poettering2009-04-106-9/+16
|
* make dbus optional during buildFinn Thain2009-04-102-0/+17
| | | | | | | | | | | | | | | | | | | | | On Tue, 31 Mar 2009, Lennart Poettering wrote: [snip] > > I have now merged your patch. I had to change a few things to make it > apply cleanly. Since I have no access to Solaris I am unable to test > this though, so please check if things still work for you. > > I also worked around the realpath() issue mostly. It should work fine on > Solaris now, as well. Thanks. 0.9.15-test7 seems to work fine. The only new issue is that configure --without-dbus no longer builds. I don't need dbus for my purposes (network audio server) and it seems that dbus is not included with Solaris. A patch for this follows. Finn
* alsa: when printing warning about bogus data from alsa include snd_pcm_dump()Lennart Poettering2009-04-105-6/+11
|
* bluetooth: when starting up HSP stream, send 2 packets first, only ↵Lennart Poettering2009-04-101-0/+6
| | | | afterwards enter one-read-one-write logic
* bluetooth: rework timing logic, properly implement latency callbacksLennart Poettering2009-04-101-41/+134
|
* bluetooth: be a bit more verbose if we exit due to bad poll() revents flagLennart Poettering2009-04-101-1/+5
|
* bluetooth: rename sco to hsp also for the userLennart Poettering2009-04-101-3/+3
|
* 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
|
* bluetooth: memory leak, actually free discovery struct itselfLennart Poettering2009-04-101-0/+2
|
* interpol-test: make it easier to test corking only optionallyLennart Poettering2009-04-101-2/+13
|
* bluetooth: make sure to set max_requestLennart Poettering2009-04-081-2/+30
|
* introduce relative_volume field in sink_input and make use of it on sink ↵Lennart Poettering2009-04-084-46/+82
| | | | flat volume change
* when calculating volume from dB use ceil()Lennart Poettering2009-04-081-2/+2
|
* print smallest attenuation/sampleLennart Poettering2009-04-081-0/+3
|
* update documentation regarding stream timing a bitLennart Poettering2009-04-071-21/+49
|
* after propagating a sink volume change to the sink inputs recalculate their ↵Lennart Poettering2009-04-072-25/+55
| | | | soft volumes
* 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
|
* compare with doubles, not integerLennart Poettering2009-04-071-2/+2
|
* If the sink volume is lowered to 0 and then increased again, make sure all ↵Lennart Poettering2009-04-071-2/+6
| | | | stream volumes follow instead of staying at 0
* make use of SO_TIMESTAMP timestamp for accuracy and leave smoother paused ↵Lennart Poettering2009-04-073-11/+62
| | | | until we have data
* mark null sink as support dynamic latencyLennart Poettering2009-04-071-1/+1
|
* adjust max_rewind/max_request whenever the latency changesLennart Poettering2009-04-071-0/+5
|
* send the source latency based on the MTU sizeLennart Poettering2009-04-071-3/+3
|
* 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 apply sampling rate fixes that bring the sampling freq > ↵Lennart Poettering2009-04-061-11/+14
| | | | | | PA_RATE_MAX Fixes #525
* Make sure we don't get stuck when prebuf is too highLennart Poettering2009-04-062-32/+29
| | | | | | | | If prebuf is greater than tlength minus minreq we might end up waiting for the buffer to fill up further however without ever asking for more data from the client since less minreq bytes might be missing. This fixes bug #440
* extend documentation for pa_stream_cork() a bitLennart Poettering2009-04-061-1/+10
|
* properly handle interpolation when queried x is left of last data positionLennart Poettering2009-04-061-1/+17
|
* don't fail device reservation if the D-Bus connection is deadLennart Poettering2009-04-061-2/+9
|
* 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-062-11/+30
| | | | if we manage to acquire the bus name
* Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-04-0525-47/+91
|\
| * initialize sound cards only after the 'control' object appearedLennart Poettering2009-04-041-5/+25
| |
| * increase log buffer furtherLennart Poettering2009-04-041-1/+1
| |
| * refuse to initialize on modem devicesLennart Poettering2009-04-044-0/+24
| |
| * various spelling fixesMaarten Bosmans2009-04-0421-37/+37
| |
| * Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-04-039-45/+59
| |\
| * | downgrade a few messagesLennart Poettering2009-04-032-4/+4
| | |
* | | make it easy to disable interpolation in the interpolation test toolLennart Poettering2009-04-051-2/+22
| | |
* | | Fix a couple of races in native protocolLennart Poettering2009-04-051-42/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | Also make sure we account for recording memblock that are currently 'on the fly' between the main and the IO thread. Also makes a couple of timing calls that were done in different calls in a single inter-thread call. That way there is a better guarantee that they match up.