Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core: use pa_{source|sink}_get_latency_within_thread() at one more place | Lennart Poettering | 2009-04-14 | 1 | -4/+1 |
| | |||||
* | core: introduce new 'reference' volume for sinks | Lennart Poettering | 2009-04-13 | 1 | -24/+31 |
| | | | | | | | | | | | | | | | The reference volume is to be used as reference volume for stored stream volumes. Previously if a new stream was created the relative volume was taken relatively to the virtual device volume. Due to the flat volume logic this could then be fed back to the virtual device volume. Repeating the whole story over and over would result in a device volume that would go lower, and lower and lower. This patch introduces a 'reference' volume for each sink which stays unmodified by stream volume changes even if flat volumes are used. It is only modified if the sink volumes are modified directly by the user. For further explanations see http://pulseaudio.org/wiki/InternalVolumes | ||||
* | core: add a seperate fixed_latency field for sinks/sources with fixed latency | Lennart Poettering | 2009-04-10 | 1 | -4/+9 |
| | |||||
* | core: memory leak, fix ref counting when moving streams | Lennart Poettering | 2009-04-10 | 1 | -5/+15 |
| | |||||
* | introduce relative_volume field in sink_input and make use of it on sink ↵ | Lennart Poettering | 2009-04-08 | 1 | -13/+43 |
| | | | | flat volume change | ||||
* | add suspend_within_thread() callbacks to pa_sink_input/pa_source_output | Lennart Poettering | 2009-04-07 | 1 | -0/+1 |
| | |||||
* | properly account for seeks in the requested_bytes counter | Lennart Poettering | 2009-04-01 | 1 | -2/+2 |
| | |||||
* | pass destination source/sink when moving streams so that we can access them | Lennart Poettering | 2009-04-01 | 1 | -1/+1 |
| | |||||
* | don't access i->sink if it is not set | Lennart Poettering | 2009-04-01 | 1 | -3/+5 |
| | |||||
* | simplify latency config functions a bit and make them callable in more contexts | Lennart Poettering | 2009-03-30 | 1 | -30/+25 |
| | |||||
* | Trigger move callback a little bit earlier so that no IO thread is running | Lennart Poettering | 2009-03-30 | 1 | -5/+4 |
| | |||||
* | introduce pa_sink_input_get_relative_volume() | Lennart Poettering | 2009-03-20 | 1 | -0/+22 |
| | |||||
* | Use LGPL 2.1 on all files previously using LGPL 2 | Colin Guthrie | 2009-03-03 | 1 | -1/+1 |
| | |||||
* | try to vacuum a little when nothing is going on | Lennart Poettering | 2009-02-25 | 1 | -0/+2 |
| | |||||
* | make sure we check the sink status for PA_SINK_INPUT_FAIL_ON_SUSPEND only ↵ | Lennart Poettering | 2009-02-24 | 1 | -1/+6 |
| | | | | after module-suspend-on-idle had the chance to resume the device | ||||
* | Allow passing a NULL proplist to pa_xxxx_update_proplist() to just fire a ↵ | Lennart Poettering | 2009-02-22 | 1 | -2/+2 |
| | | | | notification | ||||
* | allow sending meta/policy events to clients | Lennart Poettering | 2009-02-12 | 1 | -0/+29 |
| | |||||
* | make return value of pa_{sink_input|source_output}_update_proplist() void | Lennart Poettering | 2009-02-05 | 1 | -10/+8 |
| | |||||
* | handle default volume initialization properly | Lennart Poettering | 2009-02-05 | 1 | -1/+4 |
| | |||||
* | add a 'volume factor' that is implicitly multiplied into the volume of a ↵ | Lennart Poettering | 2009-02-05 | 1 | -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 Poettering | 2009-02-04 | 1 | -39/+27 |
| | | | | internally and automatically by the sink input | ||||
* | merge in properties earlier to make identification of streams from hooks easier | Lennart Poettering | 2009-02-04 | 1 | -3/+3 |
| | |||||
* | when moving a sink between sinks make volume relative | Lennart Poettering | 2009-02-03 | 1 | -2/+14 |
| | |||||
* | make a couple of functions return proper error codes | Lennart Poettering | 2009-02-03 | 1 | -43/+47 |
| | |||||
* | make a few functions return void where the retval isn't used/never != 0 | Lennart Poettering | 2009-02-03 | 1 | -10/+3 |
| | |||||
* | implement PA_STREAM_FAIL_ON_SUSPEND logic | Lennart Poettering | 2009-02-03 | 1 | -1/+5 |
| | |||||
* | when changing volume, store whether it is worth remembering or no | Lennart Poettering | 2009-01-27 | 1 | -6/+16 |
| | |||||
* | move flat volume logic into the core. while doing so add n_volume_steps ↵ | Lennart Poettering | 2009-01-27 | 1 | -45/+111 |
| | | | | field to sinks/sources | ||||
* | invert an ill-placed assert | Lennart Poettering | 2009-01-27 | 1 | -1/+1 |
| | |||||
* | store requested resampling method in a seperate field and use it when create ↵ | Lennart Poettering | 2009-01-27 | 1 | -5/+4 |
| | | | | a new resampler after a move | ||||
* | move sink input/source output move functions into two parts so that we can ↵ | Lennart Poettering | 2009-01-23 | 1 | -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 Poettering | 2009-01-23 | 1 | -20/+20 |
| | | | | instead of o->source->core | ||||
* | don't include full path in driver name. | Lennart Poettering | 2009-01-22 | 1 | -1/+2 |
| | |||||
* | make proplist inheritance scheme automatic and implicit | Lennart Poettering | 2009-01-15 | 1 | -0/+3 |
| | |||||
* | kill autoload stuff as planned | Lennart Poettering | 2009-01-15 | 1 | -1/+1 |
| | |||||
* | maintain a list of sink inputs/source outputs as part of the pa_client object | Lennart Poettering | 2009-01-15 | 1 | -0/+6 |
| | |||||
* | add new dont_rewind_render flag to allow quick starts of newly created streams | Lennart Poettering | 2009-01-15 | 1 | -7/+16 |
| | |||||
* | core: add source, si, so proplist_update | Marc-André Lureau | 2009-01-13 | 1 | -0/+15 |
| | |||||
* | make sure we don't hit an assert when we issue two rewind requests in a | Lennart Poettering | 2008-12-21 | 1 | -17/+25 |
| | | | | | | single iteration Closes rhbz 472757. | ||||
* | Don't hit an assert when checking for idleness | Lennart Poettering | 2008-12-17 | 1 | -2/+6 |
| | | | | Closes #398 | ||||
* | add new virtual function may_move_to to sink inputs/source outputs to allow ↵ | Lennart Poettering | 2008-10-21 | 1 | -11/+31 |
| | | | | modules to forbid certain connections | ||||
* | fix invalid validity check | Lennart Poettering | 2008-10-21 | 1 | -2/+2 |
| | |||||
* | add a comment that pa_sink_input_set_volume and module-flat-volume.c are related | Lennart Poettering | 2008-10-08 | 1 | -0/+4 |
| | |||||
* | if the channel map was modified due to PA_SINK_INPUT_FIX_CHANNELS, remap the ↵ | Lennart Poettering | 2008-10-07 | 1 | -2/+3 |
| | | | | specified volume properly | ||||
* | use pa_channel_map_init_extend() instead of pa_channel_map_init_auto() as ↵ | Lennart Poettering | 2008-10-07 | 1 | -1/+1 |
| | | | | channel map for sink inputs/source outputs in case no map is specified | ||||
* | modernize a few checks | Lennart Poettering | 2008-10-07 | 1 | -3/+6 |
| | |||||
* | when the volume is changed make sure we send out a subscription event | Lennart Poettering | 2008-10-07 | 1 | -4/+2 |
| | |||||
* | instead of resetting virtual_volume unconditionally on initialization, do so ↵ | Lennart Poettering | 2008-10-07 | 1 | -2/+5 |
| | | | | only when no volume was set before | ||||
* | volume hooks | Marc-Andre Lureau | 2008-10-07 | 1 | -6/+23 |
| | | | | Signed-off-by: Lennart Poettering <lennart@poettering.net> | ||||
* | make sure we send a started messages when we are uncorking | Lennart Poettering | 2008-10-06 | 1 | -0/+3 |
| |