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
*
cpu: check for CMOV flag before using this intsruction in assembly
Lennart Poettering
2010-01-13
3
-5
/
+9
*
log: add an easy way to disable log rate limiting
Lennart Poettering
2010-01-13
1
-38
/
+50
*
once: make once related variables volatile
Lennart Poettering
2010-01-12
4
-10
/
+5
*
core: make sure we always return a valid memblock in sink_input_pop() callbacks
Lennart Poettering
2010-01-08
4
-4
/
+18
*
native: fix request counter miscalculations
Lennart Poettering
2010-01-08
2
-57
/
+51
*
core: make cpuid code compile cleanly with 32bit PIC
0.9.19-stable
Lennart Poettering
2009-11-11
1
-2
/
+6
*
core: adjust volume only when there is actually a memory block
Lennart Poettering
2009-11-11
1
-5
/
+6
*
protocol: use the right sample rate for sources
Wim Taymans
2009-11-11
1
-1
/
+1
*
core-util: add call to detect if we are called from within a VM
Lennart Poettering
2009-11-11
2
-0
/
+90
*
sink: simplify silence checks
Wim Taymans
2009-11-11
1
-12
/
+10
*
protocol-native: if a client set volume/mute/device store it since it is user...
Lennart Poettering
2009-11-11
1
-2
/
+8
*
protocol-native: declare that user configured volumes are always absolute
Lennart Poettering
2009-11-11
1
-1
/
+3
*
Fix build when using -fweb, accept both register and memory constraints.
Diego Elio 'Flameeyes' Pettenò
2009-11-11
2
-4
/
+4
*
svolume: fix MMX error
Wim Taymans
2009-10-30
1
-1
/
+6
*
svolume: tweak constraints for 32 bits
Wim Taymans
2009-09-23
2
-4
/
+4
*
core: dump proplist when creating stream similar to how we already to it for ...
Lennart Poettering
2009-09-20
2
-4
/
+12
*
memtrap: properly add items to linked list
Lennart Poettering
2009-09-19
1
-1
/
+4
*
namereg: choose default sink/source as soon as one becomes available
Lennart Poettering
2009-09-18
1
-1
/
+12
*
memblock: don't try to reuse PA_MEMBLOCK_APPENDED memblocks since they usuall...
Lennart Poettering
2009-09-18
1
-4
/
+11
*
socket-client: modernizations
Lennart Poettering
2009-09-18
2
-38
/
+24
*
memblock: modernizations
Lennart Poettering
2009-09-18
1
-3
/
+2
*
timeval: make timeval conversion routines handle PA_USEC_INVALID special
Lennart Poettering
2009-09-18
1
-1
/
+7
*
core-rtclock: introduce pa_timespec_store() akin pa_timeval_store()
Lennart Poettering
2009-09-18
2
-0
/
+15
*
macro: introduce PA_INT_TYPE_MIN, PA_INT_TYPE_MAX, PA_INT_TYPE_SIGNED macros
Lennart Poettering
2009-09-18
1
-0
/
+12
*
core-util: unify how we determine the temporary directory
Lennart Poettering
2009-09-17
2
-10
/
+25
*
Improve TMPDIR handling
Lennart Poettering
2009-09-17
1
-1
/
+1
*
svolume_mmx: disable test accidentaly left on
Lennart Poettering
2009-09-17
1
-1
/
+1
*
Merge remote branch 'wtay/optimize'
Lennart Poettering
2009-09-17
2
-14
/
+8
|
\
|
*
svolume_mmx: optimize some more
Wim Taymans
2009-09-16
1
-13
/
+7
|
*
svolume_sse: fix comment
Wim Taymans
2009-09-16
1
-1
/
+1
*
|
memblock: make it easy to disable mempool usage with $PULSE_MEMPOOL_DISABLE
Lennart Poettering
2009-09-17
1
-0
/
+7
|
/
*
core: add an additional volume factor that is applied after resampling took p...
Lennart Poettering
2009-09-11
2
-10
/
+56
*
native: send PA_COMMAND_PLAYBACK_BUFFER_ATTR_CHANGED messages only to clients...
Lennart Poettering
2009-09-10
1
-13
/
+15
*
simd: be more precise which SIMD optimizations we activate
Lennart Poettering
2009-09-09
5
-16
/
+28
*
sample-util: add pa_convert_size() call for converting sizes between two samp...
Lennart Poettering
2009-09-09
2
-0
/
+12
*
ratelimit: allow non-static ratelimit structs
Lennart Poettering
2009-09-09
1
-4
/
+14
*
protocol-native: log explicitly when someone asks us to quit
Lennart Poettering
2009-09-08
1
-0
/
+2
*
core-util: properly fill in exception array for pa_reset_sigs() (llvm-clang-a...
Lennart Poettering
2009-09-08
1
-1
/
+1
*
conf-parser: properly initialize variable we free() later (llvm-clang-analyzer)
Lennart Poettering
2009-09-08
1
-1
/
+1
*
cli-command: don't necessarily ovveride failure code of files (llvm-clang-ana...
Lennart Poettering
2009-09-08
1
-2
/
+0
*
cli-command: modernizations
Lennart Poettering
2009-09-08
1
-16
/
+16
*
llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixes
Lennart Poettering
2009-09-08
9
-29
/
+30
*
Merge remote branch 'wtay/optimize'
Lennart Poettering
2009-09-07
3
-9
/
+12
|
\
|
*
x86: also call see init for SSE2
Wim Taymans
2009-09-07
1
-1
/
+1
|
*
x86: only install some functions when SSE2
Wim Taymans
2009-09-07
2
-8
/
+11
*
|
vector: don't try to build vector stuff on altivec
Lennart Poettering
2009-09-07
1
-1
/
+2
*
|
volume: fix definition of PA_VOLUME_MAX and introduce PA_VOLUME_INVALID and u...
Lennart Poettering
2009-09-07
1
-2
/
+2
*
|
libpulse: introduce PA_BYTES_SNPRINT_MAX and make use of it wherever applicable
Lennart Poettering
2009-09-06
2
-7
/
+7
|
/
*
remap: build sse code only on x86
v0.9.16-test7
Lennart Poettering
2009-09-03
1
-0
/
+2
*
core: drop unnecessary variable initialization
Lennart Poettering
2009-09-03
1
-1
/
+1
[next]