summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/sink.c
Commit message (Expand)AuthorAgeFilesLines
* Fix race condition between IO thread creation and pa_sink_put(). Move activat...Lennart Poettering2007-10-011-16/+16
* only post data into the monitor source when it is not suspendedLennart Poettering2007-09-241-2/+2
* add hooks for name/description changes of sinks/source and streamsLennart Poettering2007-09-241-1/+4
* don't count streams using the monitor source in pa_sink_used_by(), because th...Lennart Poettering2007-09-241-5/+6
* drop the PA_SOURCE_CAN_SUSPEND and PA_SINK_CAN_SUSPEND flags, since they were...Lennart Poettering2007-09-241-3/+0
* allow _unlink() functions to be called as many times as people want, even bef...Lennart Poettering2007-09-211-9/+25
* properly detach/attach when moving sink inputsLennart Poettering2007-09-201-0/+20
* maintain the attach status in a boolean variable 'attach' accessible from the...Lennart Poettering2007-09-201-31/+36
* make sure we don't call pa_source_post() for a monitor source after it was un...Lennart Poettering2007-09-181-2/+2
* add proper boolean type pa_bool_tLennart Poettering2007-09-161-8/+8
* add a "length" argument to the seek functions, as an optimization to request ...Lennart Poettering2007-09-161-13/+31
* count corked streams per sink/source and make pa_sink_used_by() return only t...Lennart Poettering2007-09-151-0/+19
* Move attaching/detaching from a pa_rtpoll into pa_sink proper, remove it from...Lennart Poettering2007-09-141-0/+58
* simplify rt loops a bit by moving more code into pa_rtpoll. It is now possibl...Lennart Poettering2007-09-141-17/+0
* extend rtpoll API to allow registration of arbitray functions to be executed ...Lennart Poettering2007-09-121-1/+1
* remaining s/assert/pa_assert/ and refcnt.h modernizationsLennart Poettering2007-09-111-4/+1
* Lots of assorted minor cleanups and fixes:Lennart Poettering2007-08-301-17/+126
* actually mute sinks when asked for i, add new function pa_sink_suspend_allLennart Poettering2007-08-151-0/+14
* a couple of build fixesLennart Poettering2007-08-131-1/+1
* 64 bit fixes and minor gcc shut upsLennart Poettering2007-08-121-2/+2
* Resurrect ability to move streams between sinksLennart Poettering2007-08-111-0/+67
* use single array for storing pa_core hook lists, add sink state changed hook,...Lennart Poettering2007-08-111-6/+5
* add a couple of additional hooks for modules to useLennart Poettering2007-08-091-2/+9
* typesafe castsLennart Poettering2007-08-051-2/+2
* A lot of updates, all necessary to get the native protocol ported:Lennart Poettering2007-07-311-10/+48
* drop data from inputs only when in running stateLennart Poettering2007-07-281-2/+4
* properly deref sink_input/source_output objects when removing them from a sin...Lennart Poettering2007-07-261-1/+2
* drop chunk argument from various drop() functions, since it doesn't make any ...Lennart Poettering2007-07-251-1/+1
* Fix off-by-one in mixing codeLennart Poettering2007-07-131-1/+2
* Make pa_sink_render_* and pa_source_post work only when in RUNNING state, to ...Lennart Poettering2007-07-131-2/+2
* Limit silence buffer size for pa_sink_render()Lennart Poettering2007-06-241-0/+4
* remove underrun condition in pa_sinks. Instead return silence in pa_sink_rend...Lennart Poettering2007-06-231-53/+77
* A lot of more work to get the lock-free stuff in placeLennart Poettering2007-06-131-72/+63
* make eolspaceLennart Poettering2007-06-111-32/+32
* Merge HUGE set of changes temporarily into a branch, to allow me to move them...Lennart Poettering2007-06-111-187/+297
* 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-49/+49
* Revert r1404 and keep it on a development branch until it is fully tested.Pierre Ossman2006-11-061-18/+8
* rework memory block management to be thread-safe and mostly lock-free.Lennart Poettering2006-09-261-8/+18
* remove all occurences of Lennart Poettering2006-08-181-3/+3
* Rework memory management to allow shared memory data transfer. The central ideaLennart Poettering2006-08-181-3/+3
* properly implement a pa_sink_disconnect() hookLennart Poettering2006-08-131-1/+3
* add pa_sink_used_by()/pa_source_used_by()Lennart Poettering2006-08-121-0/+14
* clean up event generation a little: suppress unnecessary events and generate ...Lennart Poettering2006-08-121-1/+6
* * introduce new functions pa_sink_set_description() and pa_source_set_descrip...Lennart Poettering2006-08-111-10/+48
* add a new boolean variable is_hardware to pa_sink/pa_source to denote wether ...Lennart Poettering2006-07-161-0/+2
* big s/polyp/pulse/gLennart Poettering2006-06-191-0/+513