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
*
introduce new function pa_module_unload_request_by_index
Lennart Poettering
2008-12-17
2
-2
/
+14
*
Don't hit an assert when checking for idleness
Lennart Poettering
2008-12-17
4
-5
/
+18
*
Don't mix front-center into rear channels
Lennart Poettering
2008-12-17
1
-3
/
+93
*
Check if environ is actually set before we use it
Lennart Poettering
2008-12-16
1
-14
/
+21
*
make shm marker architecture independant, patch from michich, closes #401
Lennart Poettering
2008-11-01
1
-4
/
+4
*
a bit of pa_bool_t'ization
Lennart Poettering
2008-11-01
2
-6
/
+7
*
Implement new flags DONT_INHIBIT_AUTO_SUSPEND and START_UNMUTED
Lennart Poettering
2008-10-26
7
-9
/
+104
*
make sure to use 64bit rounding even on 32bit machines when converting to pa_...
Lennart Poettering
2008-10-24
1
-3
/
+3
*
make the debug trap macro a proper macro in macro.h
Lennart Poettering
2008-10-21
1
-0
/
+6
*
support changing logging parameters during runtime using the CLI
Lennart Poettering
2008-10-21
1
-0
/
+104
*
Support showing a backtrace on log messages
Lennart Poettering
2008-10-21
2
-16
/
+124
*
include log.h near the end so that macro.h can be included in log.h and defin...
Lennart Poettering
2008-10-21
1
-1
/
+3
*
add pa_config_parse_unsigned()
Lennart Poettering
2008-10-21
2
-0
/
+19
*
convert argument to boolean int in PA_UNLIKELY, too
Lennart Poettering
2008-10-21
1
-1
/
+1
*
fix return value of pa_frame_aligned()
Lennart Poettering
2008-10-21
2
-2
/
+2
*
add new virtual function may_move_to to sink inputs/source outputs to allow m...
Lennart Poettering
2008-10-21
4
-22
/
+73
*
fix invalid validity check
Lennart Poettering
2008-10-21
1
-2
/
+2
*
always check for libtool prefix binary name to avoid confusion when using bot...
Lennart Poettering
2008-10-19
1
-2
/
+2
*
Fix a potential C++/C99 ism, add a log message on error condition
Colin Guthrie
2008-10-08
1
-2
/
+5
*
add a comment that pa_sink_input_set_volume and module-flat-volume.c are related
Lennart Poettering
2008-10-08
1
-0
/
+4
*
after calling PA_CORE_HOOK_SINK_SET_VOLUME hook, check again whether the volu...
Lennart Poettering
2008-10-07
1
-2
/
+6
*
additional validity checks
Lennart Poettering
2008-10-07
1
-0
/
+2
*
if the channel map was modified due to PA_SINK_INPUT_FIX_CHANNELS, remap the ...
Lennart Poettering
2008-10-07
1
-2
/
+3
*
use pa_channel_map_init_extend() instead of pa_channel_map_init_auto() as cha...
Lennart Poettering
2008-10-07
2
-2
/
+2
*
modernize a few checks
Lennart Poettering
2008-10-07
2
-5
/
+8
*
when the volume is changed make sure we send out a subscription event
Lennart Poettering
2008-10-07
1
-4
/
+2
*
instead of resetting virtual_volume unconditionally on initialization, do so ...
Lennart Poettering
2008-10-07
1
-2
/
+5
*
volume hooks
Marc-Andre Lureau
2008-10-07
6
-9
/
+52
*
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
[next]