index
:
~arun/pulseaudio
b2g
beamformer
bluetooth
bt-passthrough
gst-rtp
hsp-review
jackhwmute-review
json
master
meson
passthrough-hbr
stable-7.x
vff
volume-ramping
webrtc
Various PulseAudio hacks and WIP work
arun
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-23
bump soname
v0.9.21
Lennart Poettering
1
-1
/
+1
2009-11-23
alsa: fix minor sampling rate deviations before adjusting the buffer size
Lennart Poettering
1
-7
/
+9
2009-11-23
alsa: fix log output when the audio device refuses to give us again the same ...
Lennart Poettering
2
-2
/
+2
2009-11-23
pulse: ask for timing updates both *before* and *after* triggering a stream s...
Lennart Poettering
1
-2
/
+36
2009-11-23
pulse: delay smoother update only when unpausing, not when pausing, since we ...
Lennart Poettering
1
-17
/
+19
2009-11-23
pulse: try to fix inaccuracy with uncork timing for streams that are created ...
Lennart Poettering
1
-1
/
+16
2009-11-23
daemon: complain if user passes too many arguments
Lennart Poettering
1
-0
/
+37
2009-11-20
Merge branch '0.9.20-stable' into stable-queue
Colin Guthrie
2
-50
/
+61
2009-11-18
rygel: fix itemCount property for sources
Lennart Poettering
1
-11
/
+34
2009-11-16
build-sys: Fix missing trailing slash in 14eaf2
Colin Guthrie
1
-1
/
+1
2009-11-16
build-sys: Make sure all alsa path config files are installed
Sjoerd Simons
1
-37
/
+25
2009-11-11
device-manager: Update docs version -> 0.9.20
Colin Guthrie
1
-12
/
+12
2009-11-11
device-manager: Update docs version -> 0.9.20
Colin Guthrie
1
-12
/
+12
2009-11-11
device-manager: Fix compiler warning.
Colin Guthrie
1
-4
/
+4
2009-11-11
device-manager: Rather than flagging the device as available, just include th...
Colin Guthrie
3
-9
/
+6
2009-11-11
device-manager: Play nice with module-stream-restore.
Colin Guthrie
1
-37
/
+47
2009-11-11
device-manager: Make use of PA_IDXSET_FOREACH when applying entries.
Colin Guthrie
1
-12
/
+12
2009-11-11
device-manager: Keep track as to whether or not the user specifically renamed...
Colin Guthrie
1
-9
/
+40
2009-11-11
device-manager: No need to check the version after calling read_entry()
Colin Guthrie
1
-4
/
+4
2009-11-11
device-manager: Fix typo in module loading script.
Colin Guthrie
1
-1
/
+1
2009-11-11
device-manager: Add some scripts that are only run under KDE to load/initiali...
Colin Guthrie
3
-3
/
+52
2009-11-11
device-manager: Misc fixes to co-exist with other stream management/routing m...
Colin Guthrie
1
-40
/
+30
2009-11-11
device-manager: Misc fixes.
Colin Guthrie
1
-37
/
+47
2009-11-11
device-manager: Fix the writing of the database when priority doesn't change.
Colin Guthrie
1
-1
/
+3
2009-11-11
device-manager: Add extra debug messages
Colin Guthrie
1
-1
/
+19
2009-11-11
device-manager: Change the prefer/defer options to a single 'reorder' command.
Colin Guthrie
4
-136
/
+154
2009-11-11
device-manager: Don't notify clients on every subscription (it happens all th...
Colin Guthrie
1
-6
/
+18
2009-11-11
device-manager: Save icon and report current availability over protocol.
Colin Guthrie
1
-17
/
+53
2009-11-11
device-manager: Expose the priority lists in the protocol extension.
Colin Guthrie
3
-38
/
+86
2009-11-11
device-manager: Add a function to dump the database which we do whenever we s...
Colin Guthrie
1
-15
/
+107
2009-11-11
device-manager: Reroute streams when they change allowing the media.role to b...
Colin Guthrie
1
-212
/
+243
2009-11-11
device-manager: Refactor the routing method to allow the routing of a single ...
Colin Guthrie
1
-65
/
+80
2009-11-11
device-manager: More sensible names for internal functions
Colin Guthrie
1
-10
/
+8
2009-11-11
device-manager: Reroute the streams on startup and update our cache on enable.
Colin Guthrie
1
-10
/
+8
2009-11-11
device-manager: Keep a cache of the highest priority devices for each role.
Colin Guthrie
1
-47
/
+52
2009-11-11
device-manager: Fix the database write mode
Colin Guthrie
1
-3
/
+3
2009-11-11
device-manager: Update exports
Colin Guthrie
1
-1
/
+4
2009-11-11
device-manager: Some efficiency and safety tweaks
Colin Guthrie
1
-4
/
+9
2009-11-11
device-manager: Allow the routing component to be turned on via a module argu...
Colin Guthrie
1
-12
/
+14
2009-11-11
device-manager: Remove unused variables
Colin Guthrie
1
-3
/
+0
2009-11-11
device-manager: Set the most appropriate sink/source when new streams are cre...
Colin Guthrie
1
-16
/
+50
2009-11-11
device-manager: Add routing functions that are triggered when sinks/soruces a...
Colin Guthrie
1
-61
/
+136
2009-11-11
device-manager: Add a function to get a list of the highest priority device i...
Colin Guthrie
1
-0
/
+81
2009-11-11
device-manager: Remove unneeded logic for checking for and (un)loading module...
Colin Guthrie
1
-35
/
+0
2009-11-11
device-manager: Rough framework (slots etc.) for handling routing.
Colin Guthrie
1
-5
/
+201
2009-11-11
device-manager: debug and comments
Colin Guthrie
1
-1
/
+2
2009-11-11
device-manager: Fix the freeing of the datum on prefer/defer.
Colin Guthrie
1
-5
/
+4
2009-11-11
device-manager: When a new device is encountered, initialise the priority lis...
Colin Guthrie
1
-4
/
+56
2009-11-11
device-manager: Let subscribed clients know when something changes.
Colin Guthrie
1
-0
/
+16
2009-11-11
device-manager: Change the write function to a rename function.
Colin Guthrie
3
-75
/
+44
[next]