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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
update todo
Lennart Poettering
2006-08-03
1
-1
/
+0
*
implement "pactl move-source-output"
Lennart Poettering
2006-08-03
1
-4
/
+20
*
implement pa_context_move_source_output_by_{name,index}()
Lennart Poettering
2006-08-03
2
-0
/
+56
*
wrap pa_source_output_move_to() in the native protocol
Lennart Poettering
2006-08-03
1
-14
/
+35
*
add new CLI command move-source-output as wrapper around pa_source_output_mov...
Lennart Poettering
2006-08-03
1
-1
/
+41
*
Implement pa_source_input_move_to() for moving record streams between sources
Lennart Poettering
2006-08-03
2
-3
/
+77
*
- don't call pa_sink_notify in pa_sink_input_new() because the virtual method...
Lennart Poettering
2006-08-03
1
-4
/
+6
*
bump API and protocol version. Return PA_ERR_NOTSUPPORTED if pa_context_move_...
Lennart Poettering
2006-08-01
7
-6
/
+9
*
add new "move-sink-input" command to pactl
Lennart Poettering
2006-07-31
1
-3
/
+20
*
wrap PA_COMMAND_MOVE_SINK_INPUT for libpulse
Lennart Poettering
2006-07-31
2
-0
/
+53
*
add new native protocol function for moving sink inputs between sinks
Lennart Poettering
2006-07-31
1
-1
/
+44
*
add new commands opcode for moving sink inputs and source outputs
Lennart Poettering
2006-07-31
1
-0
/
+4
*
deal properly with recursive module unloading
Lennart Poettering
2006-07-31
1
-0
/
+4
*
fix bad memory access if a non-existing entry shall be removed from a pa_idxs...
Lennart Poettering
2006-07-31
1
-0
/
+3
*
fix module-gconf initialization
Lennart Poettering
2006-07-29
1
-0
/
+1
*
don't hit an assetr if there are operations outstanding when the pa_context i...
Lennart Poettering
2006-07-29
1
-0
/
+4
*
fix two typos (pierre, have you been sleeping? next time please the comments ...
Lennart Poettering
2006-07-29
1
-2
/
+2
*
add new CLI function "move-sink-input" as wrapper around pa_sink_input_move_to()
Lennart Poettering
2006-07-29
1
-2
/
+40
*
* implement "hot" moving of playback streams between sinks (pa_sink_input_mov...
Lennart Poettering
2006-07-29
2
-6
/
+239
*
free the memblockq if we decide not to play it
Lennart Poettering
2006-07-29
1
-2
/
+6
*
if the memblockq is empty, return -1 in all cases
Lennart Poettering
2006-07-29
1
-0
/
+6
*
fix calculation of pa_usec_to_bytes, to make sure that it never returns fract...
Lennart Poettering
2006-07-29
1
-1
/
+1
*
handle EOF correctly if it is read before the stream was created
Lennart Poettering
2006-07-29
1
-9
/
+13
*
for the playing field of pa_timing_info use pa_sink_input::state == PA_SINK_I...
Lennart Poettering
2006-07-28
1
-1
/
+1
*
fold the seperate variable pa_sink_input::playing into pa_sink_input::state a...
Lennart Poettering
2006-07-28
2
-15
/
+18
*
introduce pa_play_memblockq() which creates a playback stream and passes the ...
Lennart Poettering
2006-07-28
3
-0
/
+151
*
update todo
Lennart Poettering
2006-07-27
1
-1
/
+0
*
load module-gconf in default install
Lennart Poettering
2006-07-27
1
-1
/
+7
*
introduce three virtual sink/source names: @DEFAULT_SINK@, @DEFAULT_SOURCE@, ...
Lennart Poettering
2006-07-27
1
-2
/
+26
*
if possible do not unload already loaded modules when the gconf settings chan...
Lennart Poettering
2006-07-27
1
-29
/
+71
*
because gconf doesn't provide real transactions we emulate our own with a "lo...
Lennart Poettering
2006-07-27
1
-2
/
+8
*
remove superfluous code
Lennart Poettering
2006-07-27
1
-43
/
+0
*
remove two superfluous lines
Lennart Poettering
2006-07-26
1
-3
/
+0
*
mainloop fixes: when disabling time events when dispatching them, make sure t...
Lennart Poettering
2006-07-26
2
-2
/
+12
*
add some protection that the gconf helper process will be killed when the dae...
Lennart Poettering
2006-07-26
1
-4
/
+54
*
add missing configure.ac checks for module-gconf
Lennart Poettering
2006-07-26
1
-1
/
+38
*
add new module "module-gconf" which reads configuration information from gcon...
Lennart Poettering
2006-07-26
4
-2
/
+544
*
add new command line option --no-cpu-limit. This is useful when running Pulse...
Lennart Poettering
2006-07-25
5
-16
/
+42
*
Results of profiling PulseAudio with valgrind's callgrind module: rework the ...
Lennart Poettering
2006-07-25
1
-194
/
+353
*
split a few asserts
Lennart Poettering
2006-07-25
1
-2
/
+2
*
split a few assert()s
Lennart Poettering
2006-07-25
1
-4
/
+6
*
add a few more g_assert()s and change all assert()s to g_assert()s
Lennart Poettering
2006-07-25
1
-52
/
+73
*
add autogen.sh for jhbuild (for you, elmarco!)
Lennart Poettering
2006-07-24
1
-0
/
+24
*
bump version and sonames
Lennart Poettering
2006-07-24
1
-3
/
+3
*
add massif target to Makefile
Lennart Poettering
2006-07-23
1
-0
/
+3
*
as a result of memory profiling with valgrind/massif: decrease default hash t...
Lennart Poettering
2006-07-23
2
-2
/
+2
*
update todo
Lennart Poettering
2006-07-23
1
-0
/
+1
*
fix horribly broken glib timeout event handling
Lennart Poettering
2006-07-22
1
-7
/
+5
*
Use proper @libdir@ in pc.in files to handle x86_64 machines.
Pierre Ossman
2006-07-21
4
-5
/
+5
*
raise the default value for RLIMIT_NOFILE to 200 since 25 is apparently too s...
Lennart Poettering
2006-07-21
2
-2
/
+2
[prev]
[next]