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
*
the pointer to rewind() may actually be NULL
Lennart Poettering
2008-04-14
2
-4
/
+3
*
properly ask the sink to rewind on new sink inputs and when they disappear
Lennart Poettering
2008-04-14
1
-3
/
+3
*
make sure to clear all queued RT signals before arm a new timer
Lennart Poettering
2008-04-14
1
-2
/
+14
*
add _cb suffix to _max_rewind function like with all other functions, too
Lennart Poettering
2008-04-14
1
-2
/
+2
*
add missing 'break's in switch
Lennart Poettering
2008-04-11
1
-0
/
+2
*
s/pulsecore\/gccmacro.h/pulse\/gccmacro.h/
Lennart Poettering
2008-04-11
10
-8
/
+12
*
register sink/source name as first step when creating a new sink/source so th...
Lennart Poettering
2008-04-11
2
-40
/
+36
*
properly initialize ->memblockq
Lennart Poettering
2008-04-11
1
-0
/
+1
*
add new pa_get_state_dir() function, move pa_strnull() here
Lennart Poettering
2008-04-11
2
-1
/
+36
*
fix help string for volume commands
Lennart Poettering
2008-04-11
1
-4
/
+4
*
fix packet formatting for a few commands
Lennart Poettering
2008-04-11
1
-9
/
+10
*
mark shm marker struct as packed, to guarantee identical sizes between archs
Lennart Poettering
2008-04-11
1
-2
/
+4
*
make shm magic marker compat with multiarch systems where 64bit and 32bit pro...
Lennart Poettering
2008-04-11
1
-4
/
+4
*
don't fail if a signalled writability of STDOUT is no longer true when we try...
Lennart Poettering
2008-04-11
1
-0
/
+7
*
update list-xxx commands a bit
Lennart Poettering
2008-04-11
1
-10
/
+10
*
don't print 'signal' each time a rtpoll poll() call is canceled
Lennart Poettering
2008-04-11
1
-1
/
+1
*
fix linker warning macro code, move pa_strnull() to core-util.h, move PA_LIKE...
Lennart Poettering
2008-04-11
1
-9
/
+15
*
don't use fqdn if we don't have to
Lennart Poettering
2008-04-11
1
-1
/
+1
*
add new API pa_rtclock_from_wallclock()
Lennart Poettering
2008-04-11
2
-0
/
+23
*
fix proplist serialization
Lennart Poettering
2008-04-11
2
-9
/
+7
*
move gccmacro from pulsecore/ to pulse/
Lennart Poettering
2008-04-11
1
-90
/
+0
*
add new describe-module CLI command
Lennart Poettering
2008-04-09
1
-0
/
+41
*
implement server side of new sink/source reconfiguration commands
Lennart Poettering
2008-04-09
1
-15
/
+27
*
show configured latency and its ranges
Lennart Poettering
2008-04-09
1
-0
/
+4
*
export both min and max latency that is configured for a sink; add API for qu...
Lennart Poettering
2008-04-09
6
-15
/
+104
*
fix bug where we silently dropped data that didn't fit into one mempool tile
Lennart Poettering
2008-04-07
1
-18
/
+27
*
drop support for periodic timers, cleanup code a bit
Lennart Poettering
2008-04-04
2
-47
/
+6
*
- deprecate autoload stuff
Lennart Poettering
2008-04-03
17
-69
/
+215
*
catch up with trunk HEAD (i.e. 2118:2213)
Lennart Poettering
2008-03-31
6
-30
/
+302
*
commit glitch-free work
Lennart Poettering
2008-03-15
50
-1165
/
+2848
*
Clarify the explanation of the in_action field in pa_autoload_entry.
Tanu Kaskinen
2008-02-15
1
-1
/
+1
*
allow compilation on systems that lack POSIX shared memory. Patch from matthi...
Lennart Poettering
2008-02-15
1
-1
/
+3
*
deal with a possibly failing pa_channel_map_init_auto() correctly
Lennart Poettering
2008-02-13
7
-10
/
+22
*
Don't send opcodes introduced in protocol versions 12 to clients using protocol
Sjoerd Simons
2008-01-04
1
-0
/
+12
*
Add forgotted #ifdef __linux__ and only use SIGRTMIN if it is defined. Fixes
Sjoerd Simons
2008-01-04
1
-0
/
+2
*
convert argument to boolean value before passing it on to __builtin_expect in...
Lennart Poettering
2007-12-29
1
-1
/
+1
*
add API for resetting allocated resamplers
Lennart Poettering
2007-12-23
2
-7
/
+35
*
wrap speex_resampler_reset_mem()
Lennart Poettering
2007-12-23
1
-0
/
+2
*
Increase the maximum line length of default.pa from 256 to 1024. Load command...
Tanu Kaskinen
2007-12-14
1
-1
/
+1
*
Add new subsystem for applying envelopes (such as volume ramps) to audio signals
Lennart Poettering
2007-11-24
2
-0
/
+838
*
add new pa_mutex_try_lock() API
Lennart Poettering
2007-11-24
2
-0
/
+13
*
add new endianess macros for FLOAT32
Lennart Poettering
2007-11-24
1
-0
/
+14
*
make sure to create ~/.pulse before using any configuration file from it
Lennart Poettering
2007-11-24
1
-1
/
+8
*
update speex resampler with newer snapshot from Speex SVN
Lennart Poettering
2007-11-22
2
-15
/
+66
*
when speaking to a client with a version < 12, hide S32 sample specs, and mak...
Lennart Poettering
2007-11-21
1
-18
/
+59
*
- Check process name when dealing with PID files
Lennart Poettering
2007-11-21
12
-71
/
+528
*
add a couple of new opcodes, and document the versions the opcodes where added
Lennart Poettering
2007-11-21
1
-6
/
+25
*
add API to allow runtime reconfiguration of memblockqs
Lennart Poettering
2007-11-21
2
-23
/
+78
*
use a free list for allocating reply_info structs
Lennart Poettering
2007-11-14
1
-2
/
+8
*
Completely rework ALSA device selection code: choose the device to open depen...
Lennart Poettering
2007-11-13
5
-7
/
+8
[next]