summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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 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
* | 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 st...Lennart Poettering2009-04-071-2/+6
* | make use of SO_TIMESTAMP timestamp for accuracy and leave smoother paused unt...Lennart Poettering2009-04-073-11/+62
* | 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 > P...Lennart Poettering2009-04-061-11/+14
* | Make sure we don't get stuck when prebuf is too highLennart Poettering2009-04-062-32/+29
* | 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
|/
* run make po-updateLennart Poettering2009-04-0513-58/+775
* Merge commit 'origin/master-tx'Lennart Poettering2009-04-051-64/+160
|\
| * Sending translation for Finnishvpv2009-04-041-63/+161
* | Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-04-0541-2914/+4143
|\ \
| * | 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
| * | add missing files to POTFILES.inLennart Poettering2009-04-041-0/+5
| * | run make update-poLennart Poettering2009-04-0413-1896/+2454
| * | Merge commit 'origin/master-tx'Lennart Poettering2009-04-044-991/+1613
| |\|
| | * Sending translation for po/sr@latin.posoko2009-04-031-7/+7
| | * Sending translation for Serbiansoko2009-04-031-7/+7
| | * Sending translation for po/sr@latin.posoko2009-04-031-337/+675
| | * Sending translation for Serbiansoko2009-04-031-82/+220
| | * Sending translation for Serbiansoko2009-04-021-303/+501
| | * Sending translation for Chinese (Simplified)leahliu2009-04-021-235/+197
| | * Sending translation for Italiantombo2009-04-011-81/+67
| * | various spelling fixesMaarten Bosmans2009-04-0421-37/+37
| * | POTFILES.IN: Refer to src/pulsecore/dbus-util.cLuke Yelavich2009-04-041-1/+1
| * | Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-04-0310-46/+60
| |\ \
| * | | 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
* | | | don't try to outsmart the transportLennart Poettering2009-04-051-8/+0
* | | | 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-0512-43/+136
* | | | plot the difference between system and sound card timeLennart Poettering2009-04-011-1/+2
* | | | properly account for seeks in the requested_bytes counterLennart Poettering2009-04-0111-50/+55
| |/ / |/| |
* | | use machine id instead of hostname to identify local connectionsLennart Poettering2009-04-013-17/+23