summaryrefslogtreecommitdiff
path: root/src/pulsecore/source-output.h
AgeCommit message (Expand)AuthorFilesLines
2009-08-28core: move 'flags' field into 'pa_sink_input_new_data' structure so that hook...Lennart Poettering1-2/+3
2009-08-21object: speed up type verification by not relying on strcmp()Lennart Poettering1-1/+1
2009-08-15core: make fixed latency dynamically changeableLennart Poettering1-0/+4
2009-08-15core: split of FAIL_ON_SUSPEND into KILL_ON_SUSPEND and NO_CREATE_ON_SUSPENDLennart Poettering1-1/+2
2009-08-15core: introduce pa_{sink_input|source_output}_fail_move()Lennart Poettering1-1/+4
2009-08-13core: add functions to query max_rewind/max_request values from streamsLennart Poettering1-0/+2
2009-08-13core: add assert macros for verifying calling contextLennart Poettering1-0/+3
2009-04-07add suspend_within_thread() callbacks to pa_sink_input/pa_source_outputLennart Poettering1-0/+4
2009-04-01pass destination source/sink when moving streams so that we can access themLennart Poettering1-4/+6
2009-03-30Trigger move callback a little bit earlier so that no IO thread is runningLennart Poettering1-1/+1
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2009-02-12allow sending meta/policy events to clientsLennart Poettering1-0/+12
2009-02-05make return value of pa_{sink_input|source_output}_update_proplist() voidLennart Poettering1-1/+1
2009-02-03make a couple of functions return proper error codesLennart Poettering1-1/+2
2009-02-03implement PA_STREAM_FAIL_ON_SUSPEND logicLennart Poettering1-1/+2
2009-01-28store the default sink/source in proper pa_sink*/pa_source* pointers instead ...Lennart Poettering1-0/+1
2009-01-27when changing volume, store whether it is worth remembering or noLennart Poettering1-2/+9
2009-01-27store requested resampling method in a seperate field and use it when create ...Lennart Poettering1-2/+2
2009-01-23move sink input/source output move functions into two parts so that we can st...Lennart Poettering1-6/+8
2009-01-13core: add source, si, so proplist_updateMarc-André Lureau1-4/+6
2008-10-26Implement new flags DONT_INHIBIT_AUTO_SUSPEND and START_UNMUTEDLennart Poettering1-1/+2
2008-10-21add new virtual function may_move_to to sink inputs/source outputs to allow m...Lennart Poettering1-1/+7
2008-08-18save a bit of memoryLennart Poettering1-3/+4
2008-06-20Rework module-combine to work with glitch-free core; add new max_request fiel...Lennart Poettering1-9/+18
2008-06-18get rid of svn $ keywordsLennart Poettering1-2/+0
2008-06-13fix a bad memory access pulsecore/client.cLennart Poettering1-0/+6
2008-05-15merge glitch-free branch back into trunkLennart Poettering1-17/+53
2007-11-21- Check process name when dealing with PID filesLennart Poettering1-2/+16
2007-10-28merge 'lennart' branch back into trunk.Lennart Poettering1-19/+78
2007-02-13Add copyright notices to all relevant files. (based on svn log)Pierre Ossman1-0/+2
2007-01-04Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman1-6/+6
2006-08-13implement hook_source_ouput_new. For this I modified the pa_source_output_new...Lennart Poettering1-7/+28
2006-08-11comment which values in pa_{sink,source,sink_input,source_output} structures ...Lennart Poettering1-6/+6
2006-08-03Implement pa_source_input_move_to() for moving record streams between sourcesLennart Poettering1-0/+3
2006-06-19big s/polyp/pulse/gLennart Poettering1-0/+92