summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/sink-input.c
Commit message (Collapse)AuthorAgeFilesLines
* allow sending meta/policy events to clientsLennart Poettering2009-02-121-0/+29
|
* make return value of pa_{sink_input|source_output}_update_proplist() voidLennart Poettering2009-02-051-10/+8
|
* handle default volume initialization properlyLennart Poettering2009-02-051-1/+4
|
* add a 'volume factor' that is implicitly multiplied into the volume of a ↵Lennart Poettering2009-02-051-5/+22
| | | | sink input without being visible to the outside
* remove soft volume from pa_sink_input_new_info since it should be handled ↵Lennart Poettering2009-02-041-39/+27
| | | | internally and automatically by the sink input
* merge in properties earlier to make identification of streams from hooks easierLennart Poettering2009-02-041-3/+3
|
* when moving a sink between sinks make volume relativeLennart Poettering2009-02-031-2/+14
|
* make a couple of functions return proper error codesLennart Poettering2009-02-031-43/+47
|
* make a few functions return void where the retval isn't used/never != 0Lennart Poettering2009-02-031-10/+3
|
* implement PA_STREAM_FAIL_ON_SUSPEND logicLennart Poettering2009-02-031-1/+5
|
* when changing volume, store whether it is worth remembering or noLennart Poettering2009-01-271-6/+16
|
* move flat volume logic into the core. while doing so add n_volume_steps ↵Lennart Poettering2009-01-271-45/+111
| | | | field to sinks/sources
* invert an ill-placed assertLennart Poettering2009-01-271-1/+1
|
* store requested resampling method in a seperate field and use it when create ↵Lennart Poettering2009-01-271-5/+4
| | | | a new resampler after a move
* move sink input/source output move functions into two parts so that we can ↵Lennart Poettering2009-01-231-44/+96
| | | | start the move, delete the original sink, create a new sink, finish the move; similar for source outputs
* in most cases we can use i->core instead of i->sink->core and o->coure ↵Lennart Poettering2009-01-231-20/+20
| | | | instead of o->source->core
* don't include full path in driver name.Lennart Poettering2009-01-221-1/+2
|
* make proplist inheritance scheme automatic and implicitLennart Poettering2009-01-151-0/+3
|
* kill autoload stuff as plannedLennart Poettering2009-01-151-1/+1
|
* maintain a list of sink inputs/source outputs as part of the pa_client objectLennart Poettering2009-01-151-0/+6
|
* add new dont_rewind_render flag to allow quick starts of newly created streamsLennart Poettering2009-01-151-7/+16
|
* 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
| | | | | | single iteration Closes rhbz 472757.
* Don't hit an assert when checking for idlenessLennart Poettering2008-12-171-2/+6
| | | | Closes #398
* add new virtual function may_move_to to sink inputs/source outputs to allow ↵Lennart Poettering2008-10-211-11/+31
| | | | modules to forbid certain connections
* 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
| | | | specified volume properly
* use pa_channel_map_init_extend() instead of pa_channel_map_init_auto() as ↵Lennart Poettering2008-10-071-1/+1
| | | | channel map for sink inputs/source outputs in case no map is specified
* 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
| | | | only when no volume was set before
* volume hooksMarc-Andre Lureau2008-10-071-6/+23
| | | | Signed-off-by: Lennart Poettering <lennart@poettering.net>
* 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 ↵Lennart Poettering2008-08-291-4/+1
| | | | for too much data to early
* 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
| | | | gets trhough
* make sure to call process_rewind() under all circumstances before we do the ↵Lennart Poettering2008-06-261-12/+11
| | | | next loop iteration
* split pa_memblockq_flush() into two flush commands, one which fixes up the ↵Lennart Poettering2008-06-261-1/+1
| | | | read ptr, and one which fixes up the write ptr
* Rework module-combine to work with glitch-free core; add new max_request ↵Lennart Poettering2008-06-201-37/+91
| | | | field to pa_sink
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
|
* fix a bad memory access pulsecore/client.cLennart Poettering2008-06-131-0/+24
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2527 fefdeb5f-60dc-0310-8127-8f9354f1896f
* merge glitch-free branch back into trunkLennart Poettering2008-05-151-343/+480
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2445 fefdeb5f-60dc-0310-8127-8f9354f1896f
* deal with a possibly failing pa_channel_map_init_auto() correctlyLennart Poettering2008-02-131-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2105 fefdeb5f-60dc-0310-8127-8f9354f1896f
* - Check process name when dealing with PID filesLennart Poettering2007-11-211-6/+40
| | | | | | | | | | | | - Add new PA_STREAM_FIX_CHANNELS, FIX_RATE, FIX_FORMAT, DONT_MOVE, VARIABLE_RATES to pa_sream_flags_t adn implement it - Expose those flags in pacat - Add notifications about device suspend/resume to the protocol and expose them in libpulse - Allow changing of buffer_attr during playback - allow disabling for remixing globally - hookup polkit support git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2067 fefdeb5f-60dc-0310-8127-8f9354f1896f
* add a simple fully-automatic fully-linearupmixer/downmixer and enable it by ↵Lennart Poettering2007-11-111-2/+2
| | | | | | default git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2044 fefdeb5f-60dc-0310-8127-8f9354f1896f
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-274/+558
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1971 fefdeb5f-60dc-0310-8127-8f9354f1896f
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+3
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1426 fefdeb5f-60dc-0310-8127-8f9354f1896f