summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/source-output.c
Commit message (Expand)AuthorAgeFilesLines
* * add new state changed hook for streamsLennart Poettering2007-09-241-0/+8
* fix IDLE vs. RUNNING state handling of sinks/sources when changing cork statu...Lennart Poettering2007-09-241-0/+5
* add hooks for name/description changes of sinks/source and streamsLennart Poettering2007-09-241-1/+4
* allow _unlink() functions to be called as many times as people want, even bef...Lennart Poettering2007-09-211-10/+21
* maintain the attach status in a boolean variable 'attach' accessible from the...Lennart Poettering2007-09-201-7/+10
* add proper boolean type pa_bool_tLennart Poettering2007-09-161-1/+1
* count corked streams per sink/source and make pa_sink_used_by() return only t...Lennart Poettering2007-09-151-0/+6
* simplify rt loops a bit by moving more code into pa_rtpoll. It is now possibl...Lennart Poettering2007-09-141-2/+0
* minor cleanupLennart Poettering2007-09-101-1/+1
* fix copynpaste errorLennart Poettering2007-09-061-1/+1
* Lots of assorted minor cleanups and fixes:Lennart Poettering2007-08-301-11/+34
* add makefiles to speex/ and ffmpeg/ to easy compilation from emacsLennart Poettering2007-08-241-4/+7
* add comments describing the context these functions are called fromLennart Poettering2007-08-111-0/+2
* restore the ability move record streams between sourcesLennart Poettering2007-08-111-42/+52
* 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
* rename pa_source_output_new_data::corked to start_corked to match pa_sink_inp...Lennart Poettering2007-07-311-1/+1
* A lot of updates, all necessary to get the native protocol ported:Lennart Poettering2007-07-311-9/+9
* Increase ref counter of sink input as long as it is included in the sink idxsetLennart Poettering2007-07-261-1/+2
* Fix another ugly typo, which made source outputs unusableLennart Poettering2007-06-141-1/+1
* rework sink input/source output state machineLennart Poettering2007-06-141-23/+30
* A lot of more work to get the lock-free stuff in placeLennart Poettering2007-06-131-27/+31
* make eolspaceLennart Poettering2007-06-111-14/+14
* Merge HUGE set of changes temporarily into a branch, to allow me to move them...Lennart Poettering2007-06-111-145/+179
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+2
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-041-32/+32
* fix a bad memory accessLennart Poettering2006-08-191-1/+1
* 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-2/+2
* implement hook_source_ouput_new. For this I modified the pa_source_output_new...Lennart Poettering2006-08-131-39/+80
* clean up event generation a little: suppress unnecessary events and generate ...Lennart Poettering2006-08-121-0/+6
* Implement pa_source_input_move_to() for moving record streams between sourcesLennart Poettering2006-08-031-3/+74
* big s/polyp/pulse/gLennart Poettering2006-06-191-0/+241