| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 5 | -3/+6 |
* | 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 |
* | 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 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 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 |
* | fix horribly broken glib timeout event handling | Lennart Poettering | 2006-07-22 | 1 | -7/+5 |
* | raise the default value for RLIMIT_NOFILE to 200 since 25 is apparently too s... | Lennart Poettering | 2006-07-21 | 2 | -2/+2 |
* | Get ACL:s to work on Win32. | Pierre Ossman | 2006-07-20 | 3 | -9/+47 |
* | remove access group setting from default client.conf | Lennart Poettering | 2006-07-20 | 1 | -3/+0 |
* | fix a few @@ replacments | Lennart Poettering | 2006-07-20 | 1 | -3/+3 |
* | even more FreeBSD portability (thanks Flameeyes, again!) | Lennart Poettering | 2006-07-20 | 1 | -0/+2 |
* | add missing #ifdef HAVE_CREDS (thanks, Flameeyes) | Lennart Poettering | 2006-07-20 | 1 | -0/+2 |
* | some more FreeBSD compat from Flameeyes | Lennart Poettering | 2006-07-20 | 1 | -0/+2 |
* | remove configurable client access group, since can never work on Linux anway,... | Lennart Poettering | 2006-07-20 | 3 | -11/+1 |
* | implement "auth-ip-acl=" in the native and esound protocols | Lennart Poettering | 2006-07-20 | 6 | -20/+96 |
* | actually ship src/pulsecore/creds.h in the tarballs | Lennart Poettering | 2006-07-20 | 1 | -2/+3 |