index
:
~colin/pulseaudio.git-bakup
0.9.15-stable
0.9.17-stable
0.9.18-stable
0.9.19-stable
0.9.20-stable
master
master-tx
merge-queue
next
rtpoll
stable-1.x
stable-2.x
stable-3.x
stable-queue
tags/release-0.1
tags/release-0.2
tags/release-0.4
tags/release-0.5
tags/release-0.5.1
tags/release-0.6
tags/release-0.8
tags/release-0.8.1
tags/release-0.9.0
tags/release-0.9.1
tags/release-0.9.10
tags/release-0.9.2
tags/release-0.9.3
tags/release-0.9.4
tags/release-0.9.5
tags/release-0.9.6
tags/release-0.9.7
tags/release-0.9.8
tags/release-0.9.9
PulseAudio Sound Server
colin
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-22
esound,streams: Fix some crashes.
Colin Guthrie
3
-9
/
+14
2011-06-22
pactl: Add a set-source-output-volume command
Arun Raghavan
1
-1
/
+48
2011-06-22
source-output: Trivial code move
Arun Raghavan
1
-52
/
+52
2011-06-22
capture: Remove support for synchronised capture streams.
Colin Guthrie
3
-86
/
+2
2011-06-22
alsa-mixer: select nearest alsa volume step in sync-volume mode
Juho Hämäläinen
4
-14
/
+76
2011-06-22
alsa-mixer: When setting hw volume, always round up with playback and down wi...
Colin Guthrie
1
-1
/
+3
2011-06-22
streams: Tidy up includes
Colin Guthrie
2
-2
/
+2
2011-06-22
alsa: Remove unneeded include
Colin Guthrie
1
-1
/
+0
2011-06-22
introspect: Get format of source output
Colin Guthrie
5
-3
/
+20
2011-06-22
capture: Implement per-stream volume control for capture streams.
Colin Guthrie
21
-210
/
+1971
2011-06-22
introspect: Get formats for sources
Colin Guthrie
5
-18
/
+82
2011-06-22
capture: Add the passthrough format negotiation to capture streams.
Colin Guthrie
18
-104
/
+406
2011-06-22
def: Add some flags for source outputs.
Colin Guthrie
1
-1
/
+28
2011-06-22
introspect: Clear out memory properly on error.
Colin Guthrie
1
-42
/
+40
2011-06-22
alsa-sink: Some trivial tidyups
Colin Guthrie
4
-17
/
+20
2011-06-22
bluetooth-discover: Remove remaining ifdef NOKIAs.
Tanu Kaskinen
1
-12
/
+3
2011-06-22
build-sys: module-equalizer-sink needs dbus.
Colin Guthrie
1
-0
/
+5
2011-06-22
Merge remote-tracking branch 'mkbosmans/merge/build-sys'
Colin Guthrie
9
-615
/
+675
2011-06-22
SSE/MMX: Fix problem with highpitched noise on i386
David Henningsson
2
-4
/
+20
2011-06-21
build-sys: Use AX_PTHREAD macro from autoconf archive
Maarten Bosmans
3
-366
/
+303
2011-06-20
build-sys: Use AX_CHECK_DEFINE macro from autoconf archive
Maarten Bosmans
3
-16
/
+95
2011-06-20
build-sys: Use AX_TLS macro from autoconf archive
Maarten Bosmans
3
-18
/
+79
2011-06-20
build-sys: Move acx_lirc.m4 contents to configure.ac
Maarten Bosmans
2
-7
/
+8
2011-06-20
build-sys: Move some stuff around in configure.ac
Maarten Bosmans
1
-53
/
+52
2011-06-20
build-sys: Clean up configure.ac
Maarten Bosmans
1
-77
/
+76
2011-06-20
build-sys: Define PA_CFLAGS at right time
Maarten Bosmans
1
-2
/
+2
2011-06-20
build-sys: Reset CFLAGS after DBUS check
Maarten Bosmans
2
-4
/
+9
2011-06-20
build-sys: Consolidate host_os handling
Maarten Bosmans
1
-71
/
+73
2011-06-20
build-sys: Remove unnecessary AC_SUBST calls
Maarten Bosmans
1
-23
/
+0
2011-06-19
stream: Simplify passing of formats in extended API
Arun Raghavan
3
-11
/
+14
2011-06-19
stream: Fix a couple of format_info leaks
Arun Raghavan
1
-1
/
+4
2011-06-19
protocol-native: Don't leak formats
Arun Raghavan
1
-3
/
+16
2011-06-18
Disable check for pthreads on win32
Fritz Elfert
2
-2
/
+6
2011-06-14
protocol-native: Use original requested latency on stream moves
Arun Raghavan
1
-4
/
+12
2011-06-13
echo-cancel: More preprocessing fixes
Arun Raghavan
1
-2
/
+6
2011-06-13
echo-cancel: Fix preprocessor initialisation
Arun Raghavan
1
-1
/
+1
2011-06-12
win32: define WIN32_LEAN_AND_MEAN
Maarten Bosmans
2
-0
/
+4
2011-06-12
gitignore: Add connect-stress, extended-test and format-test.
Tanu Kaskinen
1
-0
/
+3
2011-06-12
tests: Update extended API test
Arun Raghavan
1
-3
/
+3
2011-06-08
combine: Fix a crash on shutdown if the module is loaded outside of our control.
Colin Guthrie
1
-5
/
+7
2011-06-06
device-manager: Free a hook slot to prevent segv on unload
Colin Guthrie
1
-0
/
+3
2011-06-06
pulsecore: Add a couple pa_asserts() on pa_tagstruct* calls.
Colin Guthrie
1
-0
/
+2
2011-06-02
module-combine-sink: Check running flag before rendering in null mode
Forest Bond
1
-0
/
+4
2011-06-02
module-combine-sink: Initialize smoother in paused state
Forest Bond
1
-6
/
+9
2011-06-02
module-combine-sink: Initialize smoother with offset pa_rtclock_now()
Forest Bond
1
-1
/
+1
2011-06-02
streams: Fix the actual resampler method shown in debug messages.
Colin Guthrie
2
-0
/
+2
2011-05-30
osx: pass -headerpad_max_install_names to the linker, too
Daniel Mack
1
-1
/
+1
2011-05-30
alsa-mixer: Fix the assumption that volume is always positive
Lu Guanqun
1
-1
/
+5
2011-05-28
echo-cancel: Fix a crash is speex cleanup
Arun Raghavan
1
-1
/
+2
2011-05-28
echo-cancel: Fix echo suppression, add some knobs
Bart Cerneels
2
-3
/
+36
[next]