summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/sink-input.c
Commit message (Expand)AuthorAgeFilesLines
* cork/uncork before we ask for the rewrite, to make sure the rewrite actually ...Lennart Poettering2008-06-271-7/+15
* make sure to call process_rewind() under all circumstances before we do the n...Lennart Poettering2008-06-261-12/+11
* split pa_memblockq_flush() into two flush commands, one which fixes up the re...Lennart Poettering2008-06-261-1/+1
* Rework module-combine to work with glitch-free core; add new max_request fiel...Lennart Poettering2008-06-201-37/+91
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
* fix a bad memory access pulsecore/client.cLennart Poettering2008-06-131-0/+24
* merge glitch-free branch back into trunkLennart Poettering2008-05-151-343/+480
* deal with a possibly failing pa_channel_map_init_auto() correctlyLennart Poettering2008-02-131-1/+1
* - Check process name when dealing with PID filesLennart Poettering2007-11-211-6/+40
* add a simple fully-automatic fully-linearupmixer/downmixer and enable it by d...Lennart Poettering2007-11-111-2/+2
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-274/+558
* 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