| Commit message (Expand) | Author | Age | Files | Lines |
* | use pa_source_suspend_all/pa_sink_suspend_all for suspending all sinks/sources | Lennart Poettering | 2007-08-15 | 1 | -7/+6 |
* | fix muting for sink inputs | Lennart Poettering | 2007-08-15 | 1 | -2/+8 |
* | actually mute sinks when asked for i, add new function pa_sink_suspend_all | Lennart Poettering | 2007-08-15 | 2 | -0/+16 |
* | actually mute sinks when asked for i, add new function pa_sink_suspend_all | Lennart Poettering | 2007-08-15 | 2 | -0/+16 |
* | a couple of build fixes | Lennart Poettering | 2007-08-13 | 2 | -11/+11 |
* | 64 bit fixes and minor gcc shut ups | Lennart Poettering | 2007-08-12 | 8 | -11/+10 |
* | Resurrect ability to move streams between sinks | Lennart Poettering | 2007-08-11 | 4 | -172/+239 |
* | add comments describing the context these functions are called from | Lennart Poettering | 2007-08-11 | 1 | -0/+2 |
* | modernize pa_play_memblockq() and add a new function pa_memblockq_sink_input_... | Lennart Poettering | 2007-08-11 | 2 | -43/+163 |
* | minor cleanup | Lennart Poettering | 2007-08-11 | 1 | -2/+0 |
* | restore the ability move record streams between sources | Lennart Poettering | 2007-08-11 | 2 | -42/+56 |
* | use single array for storing pa_core hook lists, add sink state changed hook,... | Lennart Poettering | 2007-08-11 | 8 | -77/+48 |
* | deal with messages properly which are recieved after destruction of a stream | Lennart Poettering | 2007-08-11 | 1 | -0/+9 |
* | add proper refcounting to pa_asyncmsgq objects, to allow destruction from the... | Lennart Poettering | 2007-08-11 | 3 | -18/+43 |
* | allow destruction of pa_fdsem object that are still in 'poll' state | Lennart Poettering | 2007-08-11 | 1 | -6/+3 |
* | modernization | Lennart Poettering | 2007-08-11 | 1 | -7/+24 |
* | add default fragment settings variables to pa_core | Lennart Poettering | 2007-08-11 | 2 | -0/+4 |
* | move pstream item allocation to pa_flist | Lennart Poettering | 2007-08-11 | 1 | -6/+14 |
* | make revoke/release thread safe in the native protocol | Lennart Poettering | 2007-08-10 | 1 | -1/+44 |
* | add callbacks for the revoke/release stuff, so that we can make this thing th... | Lennart Poettering | 2007-08-10 | 2 | -8/+61 |
* | if no thread-mq is attached to the current thread, return an error, don't hit... | Lennart Poettering | 2007-08-10 | 1 | -4/+1 |
* | make use of pa_thread_mq everywhere | Lennart Poettering | 2007-08-10 | 7 | -57/+25 |
* | minor update | Lennart Poettering | 2007-08-10 | 1 | -1/+2 |
* | Wrap two pa_asyncmsq in a new pa_thread_mq object for bidirectional, lock-fre... | Lennart Poettering | 2007-08-10 | 2 | -0/+168 |
* | Rename pa_once_t to pa_once | Lennart Poettering | 2007-08-10 | 3 | -7/+7 |
* | move pa_queue to an implementation based on pa_flist | Lennart Poettering | 2007-08-10 | 1 | -20/+31 |
* | do not acces playback pa_messagq from main thread | Lennart Poettering | 2007-08-10 | 1 | -9/+26 |
* | * drop redundant pa_core argument from module initialization functions | Lennart Poettering | 2007-08-10 | 6 | -101/+159 |
* | protect memimpors with a recursive mutex to avoid deadlock when shutting down | Lennart Poettering | 2007-08-09 | 1 | -1/+1 |
* | add a couple of additional hooks for modules to use | Lennart Poettering | 2007-08-09 | 6 | -13/+75 |
* | add new function pa_scache_play_item_by_name | Lennart Poettering | 2007-08-09 | 2 | -0/+14 |
* | Remove warning when client is too slow to handle our data | Lennart Poettering | 2007-08-08 | 1 | -1/+1 |
* | don't print error on socket read/write failure | Lennart Poettering | 2007-08-08 | 1 | -3/+7 |
* | add global suspend command to cli | Lennart Poettering | 2007-08-07 | 1 | -1/+28 |
* | port esound protocol to new lock-free core | Lennart Poettering | 2007-08-06 | 1 | -203/+352 |
* | minor fixes and cleanups | Lennart Poettering | 2007-08-06 | 2 | -19/+21 |
* | fix playback status querying | Lennart Poettering | 2007-08-06 | 1 | -1/+1 |
* | fix a memory leak | Lennart Poettering | 2007-08-06 | 1 | -5/+10 |
* | fix playback over native protocol | Lennart Poettering | 2007-08-06 | 1 | -10/+25 |
* | initialize 'length' properly | Lennart Poettering | 2007-08-06 | 1 | -1/+2 |
* | make sure to handle disconnecting our own connection properly | Lennart Poettering | 2007-08-05 | 1 | -0/+5 |
* | minor optimization for cacheing in of samples by using posix_fadvise | Lennart Poettering | 2007-08-05 | 1 | -1/+18 |
* | use posix_fadvise to avoid page faults when reading audio files from disk | Lennart Poettering | 2007-08-05 | 1 | -8/+34 |
* | play memchunks completely | Lennart Poettering | 2007-08-05 | 1 | -1/+1 |
* | initialize method pointers properly | Lennart Poettering | 2007-08-05 | 1 | -15/+8 |
* | typesafe casts | Lennart Poettering | 2007-08-05 | 2 | -4/+4 |
* | Modernize pstream.[ch], reintroduce defer event to make things actually work | Lennart Poettering | 2007-08-05 | 2 | -66/+90 |
* | modernize play-memchunk and port it to the new core | Lennart Poettering | 2007-08-05 | 1 | -48/+116 |
* | minor cleanups | Lennart Poettering | 2007-08-05 | 1 | -17/+22 |
* | rename pa_source_output_new_data::corked to start_corked to match pa_sink_inp... | Lennart Poettering | 2007-07-31 | 4 | -3/+4 |