index
:
pulseaudio.git
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
rtpoll
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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Fix typos.
Pierre Ossman
2006-05-26
1
-3
/
+3
*
|
|
Returned buffer attr is const.
Pierre Ossman
2006-05-26
1
-1
/
+1
*
|
|
Explicitly check version number when determining which fields are in a stream
Pierre Ossman
2006-05-26
2
-20
/
+10
*
|
|
update todo
Lennart Poettering
2006-05-25
1
-3
/
+0
*
|
|
* add new API function pa_stream_get_buffer_attr().
Lennart Poettering
2006-05-25
8
-5
/
+109
*
|
|
Wrong prefix used in the padsp script.
Pierre Ossman
2006-05-25
1
-10
/
+10
*
|
|
We only need the so for libpolypdsp.
Pierre Ossman
2006-05-25
1
-0
/
+2
*
|
|
really fix a superfluous warning when building padsp.c
Lennart Poettering
2006-05-25
1
-1
/
+1
*
|
|
* split pa_cstrerror() into its own file polypcore/core-error.[ch]
Lennart Poettering
2006-05-25
49
-255
/
+324
*
|
|
move modules to ${libdir}/polypaudio-${PA_MAJORMINOR}/modules/
Lennart Poettering
2006-05-25
2
-3
/
+2
*
|
|
Fix padsp script so that it accepts parameters, setting relevant environment
Pierre Ossman
2006-05-25
1
-0
/
+51
*
|
|
Use only the basename of libpolypdsp.so so that it will work on multi-arch
Pierre Ossman
2006-05-25
2
-11
/
+5
*
|
|
Move libpolypdsp in the makefile to avoid the libtool bug where it must come
Pierre Ossman
2006-05-25
1
-19
/
+24
*
|
|
add item about moving pa_cstrerror() to TODO
Lennart Poettering
2006-05-25
1
-1
/
+2
*
|
|
update todo
Lennart Poettering
2006-05-25
1
-4
/
+7
*
|
|
read stream and client name from $PADSP_STREAM_NAME resp. $PADSP_CLIENT_NAME,...
Lennart Poettering
2006-05-25
1
-4
/
+17
*
|
|
add support to disable emulation of /dev/dsp,/dev/mixer,/dev/sndstat selectiv...
Lennart Poettering
2006-05-25
1
-3
/
+58
*
|
|
fix evil, evil typo that cause all gtk2 based apps to crash
Lennart Poettering
2006-05-25
1
-1
/
+1
*
|
|
* issue volume updates syncrhonously
Lennart Poettering
2006-05-25
1
-5
/
+18
*
|
|
update TODO
Lennart Poettering
2006-05-25
1
-0
/
+2
*
|
|
padsp needs dlsym & co so make sure we get that lib included.
Pierre Ossman
2006-05-24
1
-0
/
+1
*
|
|
Fix warnings.
Pierre Ossman
2006-05-24
8
-18
/
+42
*
|
|
Remove the exceedingly anal warnings. It's impossible to write a non-trivial
Pierre Ossman
2006-05-24
1
-1
/
+1
*
|
|
Fix stray \
Pierre Ossman
2006-05-24
1
-1
/
+1
*
|
|
implement a /dev/mixer interface
Lennart Poettering
2006-05-24
1
-25
/
+261
*
|
|
fix playback of small sound files
Lennart Poettering
2006-05-24
1
-2
/
+4
*
|
|
implement emulation of /dev/sndstat
Lennart Poettering
2006-05-23
1
-15
/
+102
*
|
|
- use pthread_atfork() to disable open sound streams in the child after a fork.
Lennart Poettering
2006-05-23
1
-6
/
+122
*
|
|
pass the binary name as client name to polypaudio
Lennart Poettering
2006-05-23
1
-1
/
+13
*
|
|
Cast size_t to long to be more compatible with 64-bit systems.
Pierre Ossman
2006-05-23
1
-1
/
+1
*
|
|
add new padsp utility: a $LD_PRELOAD wrapper for using the OSS API with polyp...
Lennart Poettering
2006-05-23
3
-2
/
+1335
*
|
|
change return type of pa_cstrerror() to "const char*"
Lennart Poettering
2006-05-23
2
-2
/
+2
*
|
|
Fix some warnings.
Pierre Ossman
2006-05-23
2
-1
/
+2
*
|
|
Fix TLS on Win32 to something a bit more safe and portable (compiler-wise).
Pierre Ossman
2006-05-22
1
-1
/
+85
*
|
|
add missing #include
Lennart Poettering
2006-05-22
1
-0
/
+1
*
|
|
Wrap strerror() in a function that makes it thread safe and converts the
Pierre Ossman
2006-05-22
49
-169
/
+337
*
|
|
update todo
Pierre Ossman
2006-05-22
1
-0
/
+1
*
|
|
add missing #include
Lennart Poettering
2006-05-21
1
-0
/
+1
*
|
|
add new function pa_usec_to_bytes() as inverse of pa_bytes_to_usec()
Lennart Poettering
2006-05-21
2
-0
/
+9
*
|
|
doc update
Lennart Poettering
2006-05-20
1
-0
/
+1
*
|
|
fix long-standing buf that could cause polypaudio to eat 100% CPU: fix handli...
Lennart Poettering
2006-05-20
1
-4
/
+4
*
|
|
rename pa_simple_get_playback_latency() to pa_simple_get_latency() and allow ...
Lennart Poettering
2006-05-20
3
-6
/
+4
*
|
|
generate PA_MAJORMINOR properly - only from major and minor, not from micro
Lennart Poettering
2006-05-19
1
-2
/
+7
*
|
|
Fix some missing headers.
Pierre Ossman
2006-05-19
3
-1
/
+4
*
|
|
Fix which headers get installed for libpolyp.
Pierre Ossman
2006-05-19
1
-1
/
+11
*
|
|
Sort source files.
Pierre Ossman
2006-05-19
1
-28
/
+28
*
|
|
update todo
Pierre Ossman
2006-05-18
1
-0
/
+2
*
|
|
Convert log text to current locale before passing it on to stderr or syslog.
Pierre Ossman
2006-05-18
2
-5
/
+33
*
|
|
Make paplay convert names to UTF-8 before sending to the server.
Pierre Ossman
2006-05-18
1
-4
/
+18
*
|
|
And functions for convertion to and from current locale and UTF-8.
Pierre Ossman
2006-05-18
3
-1
/
+79
[prev]
[next]