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
/
pulsecore
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix build
Lennart Poettering
2008-10-23
1
-1
/
+1
*
make the debug trap macro a proper macro in macro.h
Lennart Poettering
2008-10-23
1
-0
/
+6
*
include log.h near the end so that macro.h can be included in log.h and defin...
Lennart Poettering
2008-10-23
1
-1
/
+3
*
convert argument to boolean int in PA_UNLIKELY, too
Lennart Poettering
2008-10-23
1
-1
/
+1
*
fix invalid validity check
Lennart Poettering
2008-10-23
1
-1
/
+1
*
always check for libtool prefix binary name to avoid confusion when using bot...
Lennart Poettering
2008-10-23
1
-2
/
+2
*
Fix a potential C++/C99 ism, add a log message on error condition
Colin Guthrie
2008-10-23
1
-2
/
+5
*
if the channel map was modified due to PA_SINK_INPUT_FIX_CHANNELS, remap the ...
Lennart Poettering
2008-10-23
1
-2
/
+3
*
use pa_channel_map_init_extend() instead of pa_channel_map_init_auto() as cha...
Lennart Poettering
2008-10-23
2
-2
/
+2
*
instead of resetting virtual_volume unconditionally on initialization, do so ...
Lennart Poettering
2008-10-23
1
-1
/
+3
*
make sure we send a started messages when we are uncorking
Lennart Poettering
2008-10-06
2
-0
/
+7
*
disable valgrind macro usage for now since valgrind generates a lot of spurio...
Lennart Poettering
2008-10-05
1
-7
/
+11
*
do not cleanup staticly allocated memory unless we are in valgrind mode
Lennart Poettering
2008-10-04
3
-0
/
+9
*
add new API function pa_in_valgrind() to check for
Lennart Poettering
2008-10-04
2
-0
/
+28
*
allow - in sample names
Lennart Poettering
2008-10-03
2
-12
/
+20
*
make a few casts explicit to remove compiler warnings
Lennart Poettering
2008-10-03
1
-2
/
+2
*
a bit of late pa_bool_t'ization
Lennart Poettering
2008-10-03
2
-2
/
+2
*
user lrint() and friends in inner loops instead of normal C casts to speed up...
Lennart Poettering
2008-10-03
4
-12
/
+12
*
use PA_FLOAT32_SWAP where useful
Lennart Poettering
2008-10-03
1
-8
/
+4
*
optimize mixing routines a bit by pulling the multiplication with the global ...
Lennart Poettering
2008-10-03
1
-112
/
+85
*
when we mix into a 16bit accumulator make sure we clamp before we scale with ...
Lennart Poettering
2008-10-02
1
-4
/
+4
*
make simple protocol not crash when allocating a memory block
Lennart Poettering
2008-10-02
1
-4
/
+8
*
PA_WARN_REFERENCE works only for ELF targets
Lennart Poettering
2008-10-01
1
-1
/
+1
*
remove useless log message, re #367
Lennart Poettering
2008-10-01
1
-1
/
+0
*
a few FreeBSD fixes, from alexis
Lennart Poettering
2008-10-01
3
-2
/
+4
*
Make the shared memory segment size configurable
Lennart Poettering
2008-10-01
6
-9
/
+42
*
have make_random_dir respect $TMPDIR
Stelian Ionescu
2008-09-29
1
-7
/
+19
*
fix compilation errors in priority queue code
Lennart Poettering
2008-09-27
2
-3
/
+4
*
add a generic priority queue implementation
Lennart Poettering
2008-09-26
2
-0
/
+319
*
make pa_idxset_trivial_compare_func() do a full compare instea of just equaki...
Lennart Poettering
2008-09-26
1
-1
/
+1
*
make sure ~/.pulse exists before we create the runtime dir link beneath it
Lennart Poettering
2008-09-12
1
-3
/
+8
*
make sure peaks resampler also works for very short input buffers
Lennart Poettering
2008-09-09
1
-11
/
+20
*
unbreak pa_idxset_rrobin
Lennart Poettering
2008-09-09
1
-2
/
+1
*
move autospawn lock to pulsecore/ since we don't need it in the client anymore
Lennart Poettering
2008-09-08
2
-0
/
+362
*
Add new option to disable remixing from/to LFE and set it to on by default
Lennart Poettering
2008-09-05
6
-7
/
+16
*
include build and runtime host information in debug output
Lennart Poettering
2008-09-05
2
-0
/
+9
*
if we are exiting due to idleness, say so
Lennart Poettering
2008-09-05
1
-0
/
+1
*
command_get_info() segv in some conditions
Marc-André Lureau
2008-09-03
1
-1
/
+1
*
Implement "early requests" mode.
Lennart Poettering
2008-09-03
1
-34
/
+138
*
Rework pa_machine_id() a bit
Lennart Poettering
2008-09-03
1
-10
/
+27
*
avoid rounding errors on requested buffering metrics
Lennart Poettering
2008-09-01
1
-11
/
+18
*
output relative timestamps in addition to absolute timestamps when logging
Lennart Poettering
2008-09-01
1
-4
/
+14
*
remove a few more gcc warnings
Lennart Poettering
2008-08-30
6
-10
/
+10
*
fix a few compiler warnings on older gcc
Lennart Poettering
2008-08-29
5
-6
/
+6
*
reword amd64 message
Lennart Poettering
2008-08-29
1
-1
/
+1
*
change default log level for the library to PA_LOG_ERROR to avoid spamming to...
Lennart Poettering
2008-08-29
1
-1
/
+1
*
downgrade a few messages
Lennart Poettering
2008-08-29
1
-4
/
+4
*
the native atomic ops implementation for amd64 seems to work fine
Lennart Poettering
2008-08-29
1
-3
/
+3
*
Change return value of cmpxchg atomic op to pa_bool_t
Lennart Poettering
2008-08-29
1
-14
/
+16
*
optionally add timestampts to every line logged
Lennart Poettering
2008-08-29
2
-9
/
+32
[next]