summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/sink-input.h
Commit message (Expand)AuthorAgeFilesLines
* maintain the attach status in a boolean variable 'attach' accessible from the...Lennart Poettering2007-09-201-0/+2
* add proper boolean type pa_bool_tLennart Poettering2007-09-161-11/+11
* add a "length" argument to the seek functions, as an optimization to request ...Lennart Poettering2007-09-161-3/+7
* Move attaching/detaching from a pa_rtpoll into pa_sink proper, remove it from...Lennart Poettering2007-09-141-1/+4
* simplify rt loops a bit by moving more code into pa_rtpoll. It is now possibl...Lennart Poettering2007-09-141-7/+0
* Lots of assorted minor cleanups and fixes:Lennart Poettering2007-08-301-4/+41
* Resurrect ability to move streams between sinksLennart Poettering2007-08-111-1/+8
* use single array for storing pa_core hook lists, add sink state changed hook,...Lennart Poettering2007-08-111-1/+0
* rename pa_source_output_new_data::corked to start_corked to match pa_sink_inp...Lennart Poettering2007-07-311-0/+1
* A lot of updates, all necessary to get the native protocol ported:Lennart Poettering2007-07-311-1/+8
* drop chunk argument from various drop() functions, since it doesn't make any ...Lennart Poettering2007-07-251-2/+2
* rework sink input/source output state machineLennart Poettering2007-06-141-4/+11
* A lot of more work to get the lock-free stuff in placeLennart Poettering2007-06-131-2/+2
* make eolspaceLennart Poettering2007-06-111-6/+6
* Merge HUGE set of changes temporarily into a branch, to allow me to move them...Lennart Poettering2007-06-111-25/+58
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+3
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-041-11/+11
* implement hook_source_ouput_new. For this I modified the pa_source_output_new...Lennart Poettering2006-08-131-1/+4
* remove pa_sink_input::variable_rate field since it has been folded into pa_si...Lennart Poettering2006-08-131-1/+0
* allow hooking into the process of creating playback streams. To implement thi...Lennart Poettering2006-08-131-13/+34
* comment which values in pa_{sink,source,sink_input,source_output} structures ...Lennart Poettering2006-08-111-8/+8
* * implement "hot" moving of playback streams between sinks (pa_sink_input_mov...Lennart Poettering2006-07-291-1/+13
* fold the seperate variable pa_sink_input::playing into pa_sink_input::state a...Lennart Poettering2006-07-281-5/+4
* big s/polyp/pulse/gLennart Poettering2006-06-191-0/+107