summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | 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 ↵Lennart Poettering2009-04-0512-43/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixups' on resuming The primary reason for this change is to allow time graphs that do not go through the origin and hence smoothing starting from the origin is not desired. This change will allow passing time data into the smoother while paused and then abruptly use that data without smoothing using the 'quick fixup' flag when resuming. Primary use case is allowing recording time graphs where the data recorded originates from a time before the stream was created. The resulting graft will be shifted and should not be smoothened to go through the origin.
* | | | 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
| | |
* | | load bt discover module only when installedLennart Poettering2009-04-011-2/+2
| |/ |/|
* | prepare test7v0.9.15-test7Lennart Poettering2009-04-011-1/+1
| |
* | 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
| |
* | prepare test6v0.9.15-test6Lennart Poettering2009-04-011-1/+1
|/
* increase timing update interval exponentiallyLennart Poettering2009-04-012-4/+14
|
* in verbose mode log buffer attr changesLennart Poettering2009-04-011-0/+8
|
* add buffer_attr callback stuff to exported symbol listLennart Poettering2009-04-011-0/+1
|
* fix buffer defaultsLennart Poettering2009-03-311-3/+3
|
* be a bit more verbose about max_request changesLennart Poettering2009-03-311-5/+14
|
* Log underrunsLennart Poettering2009-03-311-1/+1
|
* handle buffer_attr changed messages properlyLennart Poettering2009-03-311-1/+49
|
* update command name tableLennart Poettering2009-03-311-1/+14
|
* fix an error where a signal was accidently freed when it is tried to ↵Lennart Poettering2009-03-311-3/+2
| | | | register it twice