summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/source.c
Commit message (Expand)AuthorAgeFilesLines
* Fix race condition between IO thread creation and pa_sink_put(). Move activat...Lennart Poettering2007-10-011-14/+14
* add hooks for name/description changes of sinks/source and streamsLennart Poettering2007-09-241-1/+4
* 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-7/+18
* maintain the attach status in a boolean variable 'attach' accessible from the...Lennart Poettering2007-09-201-13/+19
* add proper boolean type pa_bool_tLennart Poettering2007-09-161-8/+8
* count corked streams per sink/source and make pa_sink_used_by() return only t...Lennart Poettering2007-09-151-1/+14
* Move attaching/detaching from a pa_rtpoll into pa_sink proper, remove it from...Lennart Poettering2007-09-141-0/+53
* simplify rt loops a bit by moving more code into pa_rtpoll. It is now possibl...Lennart Poettering2007-09-141-18/+0
* remaining s/assert/pa_assert/ and refcnt.h modernizationsLennart Poettering2007-09-111-7/+4
* minor cleanupLennart Poettering2007-09-101-1/+0
* Lots of assorted minor cleanups and fixes:Lennart Poettering2007-08-301-16/+90
* actually mute sinks when asked for i, add new function pa_sink_suspend_allLennart Poettering2007-08-151-0/+14
* use single array for storing pa_core hook lists, add sink state changed hook,...Lennart Poettering2007-08-111-6/+4
* 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/+10
* properly deref sink_input/source_output objects when removing them from a sin...Lennart Poettering2007-07-261-6/+8
* Make pa_sink_render_* and pa_source_post work only when in RUNNING state, to ...Lennart Poettering2007-07-131-0/+3
* A lot of more work to get the lock-free stuff in placeLennart Poettering2007-06-131-93/+85
* make eolspaceLennart Poettering2007-06-111-27/+27
* Merge HUGE set of changes temporarily into a branch, to allow me to move them...Lennart Poettering2007-06-111-143/+234
* 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-27/+27
* remove all occurences of Lennart Poettering2006-08-181-2/+2
* Rework memory management to allow shared memory data transfer. The central ideaLennart Poettering2006-08-181-1/+1
* implement hook_source_disconnectLennart Poettering2006-08-131-1/+3
* add pa_sink_used_by()/pa_source_used_by()Lennart Poettering2006-08-121-0/+7
* clean up event generation a little: suppress unnecessary events and generate ...Lennart Poettering2006-08-121-0/+4
* * introduce new functions pa_sink_set_description() and pa_source_set_descrip...Lennart Poettering2006-08-111-0/+16
* 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/+313