summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/sink-input.c
Commit message (Expand)AuthorAgeFilesLines
* add a couple of additional hooks for modules to useLennart Poettering2007-08-091-1/+6
* A lot of updates, all necessary to get the native protocol ported:Lennart Poettering2007-07-311-12/+52
* remove some log messagesLennart Poettering2007-07-261-6/+0
* properly free memblocks when skipping over themLennart Poettering2007-07-261-1/+4
* Increase ref counter of sink input as long as it is included in the sink idxsetLennart Poettering2007-07-261-1/+2
* drop chunk argument from various drop() functions, since it doesn't make any ...Lennart Poettering2007-07-251-22/+66
* rework sink input/source output state machineLennart Poettering2007-06-141-31/+52
* A lot of more work to get the lock-free stuff in placeLennart Poettering2007-06-131-39/+41
* make eolspaceLennart Poettering2007-06-111-19/+19
* Merge HUGE set of changes temporarily into a branch, to allow me to move them...Lennart Poettering2007-06-111-297/+360
* 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-50/+50
* Revert r1404 and keep it on a development branch until it is fully tested.Pierre Ossman2006-11-061-7/+2
* rework memory block management to be thread-safe and mostly lock-free.Lennart Poettering2006-09-261-2/+7
* remove all occurences of Lennart Poettering2006-08-181-6/+6
* Rework memory management to allow shared memory data transfer. The central ideaLennart Poettering2006-08-181-6/+6
* split a validity check into twoLennart Poettering2006-08-131-1/+2
* remove pa_sink_input::variable_rate field since it has been folded into pa_si...Lennart Poettering2006-08-131-1/+1
* allow hooking into the process of creating playback streams. To implement thi...Lennart Poettering2006-08-131-56/+104
* clean up event generation a little: suppress unnecessary events and generate ...Lennart Poettering2006-08-121-0/+6
* - don't call pa_sink_notify in pa_sink_input_new() because the virtual method...Lennart Poettering2006-08-031-4/+6
* * implement "hot" moving of playback streams between sinks (pa_sink_input_mov...Lennart Poettering2006-07-291-5/+226
* fold the seperate variable pa_sink_input::playing into pa_sink_input::state a...Lennart Poettering2006-07-281-10/+14
* big s/polyp/pulse/gLennart Poettering2006-06-191-0/+386