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
path:
root
/
src
/
utils
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-18
Fix up some double spaces
Maarten Bosmans
2
-4
/
+4
2011-03-11
Fixup #include directives according to Coding Style
Maarten Bosmans
1
-1
/
+1
2011-03-11
Fix up according to Coding Style
Maarten Bosmans
1
-2
/
+1
2011-03-11
pacat: Fix memory leak when draining the context.
Tanu Kaskinen
1
-1
/
+3
2011-03-02
Get rid of some unused-function compiler warnings
Maarten Bosmans
1
-0
/
+2
2011-03-01
x11: Make pax11publish -r remove PULSE_SESSION_ID
Colin Guthrie
1
-0
/
+1
2011-01-31
build: Don't include empty Makefile.am in subdirs
Maarten Bosmans
1
-20
/
+0
2011-01-10
padsp: wrap __open_2 and __open64_2
Michal Schmidt
1
-9
/
+52
2010-12-05
build-sys: Replace dummy Makefiles with proper Makefile.am's
Colin Guthrie
2
-1
/
+20
2010-10-15
pactl: Validate volume before setting
Arun Raghavan
1
-0
/
+15
2010-09-18
x11: Use the default screen for X11 properties.
Colin Guthrie
1
-28
/
+28
2010-09-18
xcb: Ensure the XCB connection is valid before using it.
Colin Guthrie
1
-0
/
+5
2010-09-18
x11: Partially convert to XCB.
Colin Guthrie
1
-34
/
+33
2010-08-12
AC3 passthrough support
Pierre-Louis Bossart
1
-0
/
+7
2010-02-21
pacat: pass buffer_attr to recording streams too
Lennart Poettering
1
-1
/
+1
2010-02-21
pacmd: don't enter busy loop when reading from stdin very early
Lennart Poettering
1
-86
/
+100
2010-02-21
pacmd: store away fd type
Lennart Poettering
1
-4
/
+5
2010-02-21
pacat: always fully fulfill write requests
Lennart Poettering
1
-17
/
+30
2010-02-21
padsp: emulate /dev/audio, too
Lennart Poettering
1
-35
/
+20
2010-02-21
Revert "pacat: Don't use any buffer attr if we don't set any latency/process ...
Lennart Poettering
1
-9
/
+4
2010-02-21
pactl: implement pactl subscribe
Lennart Poettering
1
-4
/
+89
2010-02-11
pacat: Don't use any buffer attr if we don't set any latency/process time params
Colin Guthrie
1
-4
/
+9
2010-02-09
pacat: allow configuration of latency in msec
Lennart Poettering
1
-9
/
+37
2009-12-16
poll() is totally broken on Mac OS X
Daniel Mack
1
-2
/
+2
2009-11-20
src/utils/qpaeq: added more friendly error messages to common errors
Jason Newton
1
-12
/
+26
2009-11-20
remove .py extension from qpaeq
Jason Newton
1
-0
/
+0
2009-11-20
added qpaeq script for GUI equalizer control to src/util
Jason Newton
1
-0
/
+546
2009-10-30
use cloexec wrappers wherever applicable
Lennart Poettering
2
-2
/
+2
2009-10-28
pactl: format cookie a little bit nicer
Lennart Poettering
1
-2
/
+3
2009-10-28
pactl: include information about client context in pactl stat output
Lennart Poettering
1
-1
/
+14
2009-10-28
clients: drop definition of BUFSIZE which is unused
Lennart Poettering
2
-4
/
+0
2009-09-17
core-util: unify how we determine the temporary directory
Lennart Poettering
1
-10
/
+1
2009-09-17
Improve TMPDIR handling
Lennart Poettering
1
-1
/
+14
2009-09-17
pacat: use fully automatic buffer sizes if possible
Lennart Poettering
1
-5
/
+9
2009-09-08
padsp: properly return return values (llvm-clang-analyzer)
Lennart Poettering
1
-3
/
+3
2009-09-08
pacat: don't convert stream name twice (llvm-clang-analyzer)
Lennart Poettering
1
-1
/
+0
2009-09-08
llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixes
Lennart Poettering
1
-3
/
+2
2009-09-07
i18n: move \r out of translatable string
Lennart Poettering
1
-1
/
+2
2009-09-06
libpulse: introduce PA_BYTES_SNPRINT_MAX and make use of it wherever applicable
Lennart Poettering
1
-2
/
+2
2009-08-31
pactl: drop unnecessary newlines from pa_log() invocations
Lennart Poettering
1
-50
/
+50
2009-08-31
pactl: implement pactl commands for changing volumes/mute stati
Lennart Poettering
1
-15
/
+177
2009-08-14
pacmd: handle multi word commands in argv[] properly
Lennart Poettering
1
-1
/
+1
2009-08-12
pacmd: port pacmd from select() to poll() so that we notice writer side hangups
Lennart Poettering
1
-20
/
+40
2009-08-01
core-util: replace remaining fixed size destination string functions by _mall...
Lennart Poettering
1
-3
/
+5
2009-07-23
pacat: use zero-copy write calls when playing audio file
Lennart Poettering
1
-61
/
+65
2009-06-20
Base mainloop on pa_rtclock_now()
Marc-André Lureau
2
-15
/
+7
2009-06-17
pactl: show list of supported ports
Lennart Poettering
1
-0
/
+24
2009-06-17
pactl: implement pactl set-{sink|source}-port
Lennart Poettering
1
-5
/
+52
2009-06-04
utils: use pa_path_get_filename() where applicable
Lennart Poettering
2
-16
/
+3
2009-05-26
sndfile: big rework of libsndfile interfacing code
Lennart Poettering
4
-781
/
+645
[prev]
[next]