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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
lower SO_PRIORITY priority to 6, since this is the best we get without being ...
Lennart Poettering
2007-09-18
1
-1
/
+1
*
make rtp send socket low delay
Lennart Poettering
2007-09-18
2
-1
/
+3
*
add new pa_socket_udp_low_delay() API
Lennart Poettering
2007-09-18
2
-1
/
+36
*
add two missing header file inclusions
Lennart Poettering
2007-09-18
2
-0
/
+2
*
bug fixes for module-rtp-recv
Lennart Poettering
2007-09-18
1
-9
/
+22
*
make sure we don't call pa_source_post() for a monitor source after it was un...
Lennart Poettering
2007-09-18
1
-2
/
+2
*
If PTHREAD_PRIO_INHERIT mutexes are not available fall back to normal mutexes
Lennart Poettering
2007-09-18
1
-2
/
+22
*
port module-rtp-send.c to lock-free core
Lennart Poettering
2007-09-18
7
-265
/
+352
*
actually close the alsa device before we try to reopen it as plughw
Lennart Poettering
2007-09-18
1
-0
/
+3
*
strtof() is a rather recent addition to C. Fall back to strtod() if it isn't
Pierre Ossman
2007-09-18
1
-0
/
+4
*
NSIG seems to be more common than _NSIG.
Pierre Ossman
2007-09-18
1
-1
/
+1
*
Emulate lrintf with simple truncation if it isn't available.
Pierre Ossman
2007-09-18
1
-0
/
+7
*
Make sure the header file is only included on linux (as this is a linux-only
Pierre Ossman
2007-09-18
1
-1
/
+4
*
NSIG is not defined by neither C99 nor POSIX so we can't rely on it.
Pierre Ossman
2007-09-18
1
-2
/
+7
*
add LADSPA sink than can be piggy-backed ontop of another sink
Lennart Poettering
2007-09-17
3
-1
/
+1176
*
print a message when we fall back on plughw
Lennart Poettering
2007-09-17
1
-0
/
+1
*
add a locale-independant pa_atof() implementation
Lennart Poettering
2007-09-17
2
-2
/
+60
*
fall back to plughw: if hw: doesn't work
Lennart Poettering
2007-09-17
1
-15
/
+37
*
Rename pa_strsignal() to pa_sig2str(), since we return the symbolical signal ...
Lennart Poettering
2007-09-17
6
-20
/
+128
*
drop a couple of WARNING prefixes in log messages, since we have pa_log_warn ...
Lennart Poettering
2007-09-17
13
-24
/
+22
*
once.c is no longer POSIX specific. Since it is now considerably more advance...
Lennart Poettering
2007-09-17
4
-75
/
+3
*
on Linu disable lazy binding altogether
Lennart Poettering
2007-09-17
1
-1
/
+17
*
add missing initialization
Lennart Poettering
2007-09-17
1
-1
/
+1
*
Add a special ltdl .so loader that avoids lazy frelocations during runtime
Lennart Poettering
2007-09-17
4
-34
/
+196
*
use priority inheritance on mutexes where applicable
Lennart Poettering
2007-09-17
9
-15
/
+32
*
add proper boolean type pa_bool_t
Lennart Poettering
2007-09-16
9
-56
/
+71
*
use gcc const and pure function attributes wherever applicable
Lennart Poettering
2007-09-16
10
-36
/
+73
*
add a new module module-remap-sink which can be used to remap the channel map...
Lennart Poettering
2007-09-16
2
-1
/
+337
*
add a "length" argument to the seek functions, as an optimization to request ...
Lennart Poettering
2007-09-16
11
-50
/
+94
*
split memblocks into multiples of the mempool tile size
Lennart Poettering
2007-09-16
1
-3
/
+6
*
add new API pa_mempool_block_size_max() to query the maximum tile size
Lennart Poettering
2007-09-16
2
-1
/
+9
*
* add a new resampler "copy" which is does not change sample rates but copies...
Lennart Poettering
2007-09-16
2
-3
/
+67
*
properly define MAX/MIN macros
Lennart Poettering
2007-09-16
1
-2
/
+7
*
add missing header file changes for frame alignment apis
Lennart Poettering
2007-09-16
1
-0
/
+4
*
be a little bit more elaborate on the reason why we drop to software volume c...
Lennart Poettering
2007-09-16
1
-5
/
+6
*
add frame alignment APIs; don't require memory to be writable when silencing ...
Lennart Poettering
2007-09-16
1
-2
/
+21
*
trivial typo
Lennart Poettering
2007-09-15
1
-1
/
+1
*
count corked streams per sink/source and make pa_sink_used_by() return only t...
Lennart Poettering
2007-09-15
7
-7
/
+64
*
Move attaching/detaching from a pa_rtpoll into pa_sink proper, remove it from...
Lennart Poettering
2007-09-14
6
-30
/
+150
*
simplify rt loops a bit by moving more code into pa_rtpoll. It is now possibl...
Lennart Poettering
2007-09-14
19
-270
/
+180
*
explicitly destory TLS data before destroying TLS
Lennart Poettering
2007-09-14
1
-2
/
+8
*
add two new macros PA_ONCE_BEGIN and PA_ONCE_END which allow usage of pa_once...
Lennart Poettering
2007-09-14
2
-19
/
+64
*
call dbus_shutdown() before exiting, to make valgrind output more useful
Lennart Poettering
2007-09-14
3
-5
/
+12
*
fix two typos in reference count handling
Lennart Poettering
2007-09-14
2
-2
/
+2
*
make newer gcc shut up
Lennart Poettering
2007-09-14
2
-3
/
+2
*
extend rtpoll API to allow registration of arbitray functions to be executed ...
Lennart Poettering
2007-09-12
11
-61
/
+139
*
add missing config.h inclusion
Lennart Poettering
2007-09-12
1
-0
/
+4
*
reindent, and s/assert/pa_assert/g
Lennart Poettering
2007-09-12
1
-57
/
+66
*
change pa_modargs_get_channel_map() to take an extra argument for specifying ...
Lennart Poettering
2007-09-12
3
-7
/
+7
*
add new pa_pipe_close() API to close two fds at the same time
Lennart Poettering
2007-09-12
8
-27
/
+21
[next]