summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/sink-input.c
Commit message (Expand)AuthorAgeFilesLines
* core: add source, si, so proplist_updateMarc-André Lureau2009-01-131-0/+15
* make sure we don't hit an assert when we issue two rewind requests in aLennart Poettering2008-12-211-17/+25
* Don't hit an assert when checking for idlenessLennart Poettering2008-12-171-2/+6
* add new virtual function may_move_to to sink inputs/source outputs to allow m...Lennart Poettering2008-10-211-11/+31
* fix invalid validity checkLennart Poettering2008-10-211-2/+2
* add a comment that pa_sink_input_set_volume and module-flat-volume.c are relatedLennart Poettering2008-10-081-0/+4
* if the channel map was modified due to PA_SINK_INPUT_FIX_CHANNELS, remap the ...Lennart Poettering2008-10-071-2/+3
* use pa_channel_map_init_extend() instead of pa_channel_map_init_auto() as cha...Lennart Poettering2008-10-071-1/+1
* modernize a few checksLennart Poettering2008-10-071-3/+6
* when the volume is changed make sure we send out a subscription eventLennart Poettering2008-10-071-4/+2
* instead of resetting virtual_volume unconditionally on initialization, do so ...Lennart Poettering2008-10-071-2/+5
* volume hooksMarc-Andre Lureau2008-10-071-6/+23
* make sure we send a started messages when we are uncorkingLennart Poettering2008-10-061-0/+3
* Add new option to disable remixing from/to LFE and set it to on by defaultLennart Poettering2008-09-051-1/+2
* fix up latency before calling into stream code, to make sure we don't ask for...Lennart Poettering2008-08-291-4/+1
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-191-1/+1
* fix uninitialized memory accessLennart Poettering2008-08-031-1/+1
* 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