| Commit message (Expand) | Author | Age | Files | Lines |
* | properly implement a pa_sink_disconnect() hook | Lennart Poettering | 2006-08-13 | 3 | -4/+7 |
* | ignore if we recieved a memory block for an invalid stream, since this might ... | Lennart Poettering | 2006-08-13 | 1 | -1/+1 |
* | remove pa_sink_input::variable_rate field since it has been folded into pa_si... | Lennart Poettering | 2006-08-13 | 2 | -2/+1 |
* | allow hooking into the process of creating playback streams. To implement thi... | Lennart Poettering | 2006-08-13 | 13 | -132/+265 |
* | rework hook list stuff once again: change the callback prototype to recieve t... | Lennart Poettering | 2006-08-13 | 2 | -9/+15 |
* | rework hook list stuff again, and replace macros with real functins. We loose... | Lennart Poettering | 2006-08-13 | 2 | -77/+133 |
* | reall add type safe hook list | Lennart Poettering | 2006-08-12 | 1 | -0/+117 |
* | implement typeafe hook chain | Lennart Poettering | 2006-08-12 | 1 | -0/+2 |
* | extend maximum sink/source name length, because HAL UDIs can get ridiculously... | Lennart Poettering | 2006-08-12 | 1 | -1/+1 |
* | test if sink->monitor_source is set before making use of it | Lennart Poettering | 2006-08-12 | 2 | -3/+3 |
* | add pa_sink_used_by()/pa_source_used_by() | Lennart Poettering | 2006-08-12 | 4 | -1/+24 |
* | there's no need to queue subscription events if noone is listening, hence don... | Lennart Poettering | 2006-08-12 | 1 | -0/+4 |
* | clean up event generation a little: suppress unnecessary events and generate ... | Lennart Poettering | 2006-08-12 | 4 | -1/+22 |
* | rework subscription code: try to drop redundant queued events | Lennart Poettering | 2006-08-12 | 4 | -97/+129 |
* | fix a compiler warning | Lennart Poettering | 2006-08-12 | 1 | -1/+1 |
* | add new macro PA_LLIST_INSERT_AFTER | Lennart Poettering | 2006-08-12 | 1 | -1/+18 |
* | comment which values in pa_{sink,source,sink_input,source_output} structures ... | Lennart Poettering | 2006-08-11 | 4 | -34/+37 |
* | * introduce new functions pa_sink_set_description() and pa_source_set_descrip... | Lennart Poettering | 2006-08-11 | 4 | -10/+69 |
* | do not export name validity checking routes and apply them only to sink/sourc... | Lennart Poettering | 2006-08-11 | 2 | -9/+6 |
* | rework name register a litle to only allow "valid" names. | Lennart Poettering | 2006-08-11 | 2 | -33/+101 |
* | 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 |
* | 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 |
* | 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 |
* | 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 | 2 | -0/+149 |
* | introduce three virtual sink/source names: @DEFAULT_SINK@, @DEFAULT_SOURCE@, ... | Lennart Poettering | 2006-07-27 | 1 | -2/+26 |
* | 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 |
* | as a result of memory profiling with valgrind/massif: decrease default hash t... | Lennart Poettering | 2006-07-23 | 2 | -2/+2 |
* | Get ACL:s to work on Win32. | Pierre Ossman | 2006-07-20 | 1 | -3/+21 |
* | 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 |
* | implement "auth-ip-acl=" in the native and esound protocols | Lennart Poettering | 2006-07-20 | 4 | -15/+78 |
* | add IP address ACL subsystem | Lennart Poettering | 2006-07-20 | 2 | -0/+247 |
* | undo r1111 in some way: include sys/socket.h and sys/un.h but wrap it in #ifdef | Lennart Poettering | 2006-07-20 | 1 | -0/+10 |
* | Make -1 mean "current group/user" so that some platform dependent calls | Pierre Ossman | 2006-07-20 | 1 | -0/+4 |
* | Protect platform dependent headers with ifdefs. | Pierre Ossman | 2006-07-20 | 1 | -1/+5 |
* | Remove unneeded headers. | Pierre Ossman | 2006-07-20 | 1 | -2/+0 |
* | * add new function pa_check_in_group() | Lennart Poettering | 2006-07-19 | 13 | -97/+183 |
* | * add new --system command line parameter to the daemon for running PulseAudi... | Lennart Poettering | 2006-07-19 | 14 | -64/+123 |