Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't try to recycle rtpoll objects | Lennart Poettering | 2009-02-12 | 1 | -1/+1 |
| | |||||
* | don't claim that profile changes are always successful | Lennart Poettering | 2009-02-12 | 1 | -1/+1 |
| | |||||
* | call _kill functions instead of _unlink since the latter should only be ↵ | Lennart Poettering | 2009-02-12 | 2 | -4/+4 |
| | | | | called be the stream implementor | ||||
* | Merge commit 'elmarco/bt-wip' | Lennart Poettering | 2009-02-12 | 3 | -4/+10 |
|\ | |||||
| * | pulsecore: add PA_CORE_HOOK_*_MOVE_FAIL | Marc-André Lureau | 2009-02-11 | 3 | -4/+10 |
| | | | | | | | | | | | | In case pa_*_move_all_fail(), it is nicer to let a module override the default behavior to fallback on a different sink/source. (instead of unlinking the sink_input/source_output) | ||||
* | | allow sending meta/policy events to clients | Lennart Poettering | 2009-02-12 | 9 | -0/+193 |
| | | |||||
* | | A few MacOS X portability fixes | Lennart Poettering | 2009-02-06 | 2 | -3/+11 |
| | | | | | | | | | | | | Based on patches contributed by "Tron". See bug #478. | ||||
* | | parse ini-style sections properly | Lennart Poettering | 2009-02-05 | 2 | -23/+47 |
| | | |||||
* | | make native protocol use pa_{sink_input|source_output|card}_update_proplist() | Lennart Poettering | 2009-02-05 | 1 | -9/+4 |
| | | |||||
* | | add missing hook | Lennart Poettering | 2009-02-05 | 1 | -0/+1 |
| | | |||||
* | | allow overwriting of process properties with environment variables | Lennart Poettering | 2009-02-05 | 1 | -6/+1 |
| | | |||||
* | | make return value of pa_{sink_input|source_output}_update_proplist() void | Lennart Poettering | 2009-02-05 | 4 | -22/+18 |
| | | |||||
* | | add pa_client_update_proplist() call | Lennart Poettering | 2009-02-05 | 2 | -0/+15 |
| | | |||||
* | | 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 | 3 | -8/+27 |
| | | | | | | | | 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 | 5 | -47/+34 |
| | | | | | | | | internally and automatically by the sink input | ||||
* | | properly handle failing stream creation | Lennart Poettering | 2009-02-04 | 1 | -4/+4 |
| | | |||||
* | | merge in properties earlier to make identification of streams from hooks easier | Lennart Poettering | 2009-02-04 | 2 | -6/+6 |
| | | |||||
* | | add new calls pa_replace() and pa_unescape() | Lennart Poettering | 2009-02-04 | 2 | -0/+51 |
| | | |||||
* | | make gcc shut up | Lennart Poettering | 2009-02-04 | 1 | -0/+7 |
| | | |||||
* | | rearrange a few things | Lennart Poettering | 2009-02-04 | 1 | -87/+92 |
| | | |||||
* | | simplify code a bit by using pa_sample_size_of_format() | Lennart Poettering | 2009-02-04 | 1 | -11/+1 |
| | | |||||
* | | in addition to per-property env vars PULSE_PROP_xxx look for for a ↵ | Lennart Poettering | 2009-02-04 | 1 | -0/+10 |
|/ | | | | stringified PULSE_PROP env var | ||||
* | 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 | 9 | -99/+116 |
| | |||||
* | make a few functions return void where the retval isn't used/never != 0 | Lennart Poettering | 2009-02-03 | 3 | -16/+6 |
| | |||||
* | implement PA_STREAM_FAIL_ON_SUSPEND logic | Lennart Poettering | 2009-02-03 | 8 | -22/+49 |
| | |||||
* | make iterating with pa_idxset_next() robust in regards to idxset modifications | Lennart Poettering | 2009-02-03 | 1 | -9/+33 |
| | |||||
* | whitespace cleanup | Lennart Poettering | 2009-02-02 | 1 | -1/+0 |
| | |||||
* | fix soft_mute handling | Lennart Poettering | 2009-02-02 | 1 | -1/+1 |
| | |||||
* | reset rewind_requested when we enter suspend mode | Lennart Poettering | 2009-02-02 | 1 | -0/+4 |
| | |||||
* | shortcut pa_sink_process_rewind() when no rewind is happenning and none was ↵ | Lennart Poettering | 2009-02-02 | 1 | -0/+5 |
| | | | | requested | ||||
* | Fix a few sink/source calls when they are called in suspended state. | Lennart Poettering | 2009-02-02 | 2 | -16/+43 |
| | |||||
* | set PA_PROP_WINDOW_X11_DISPLAY from :0.0 and initialize ↵ | Lennart Poettering | 2009-02-02 | 1 | -0/+19 |
| | | | | PA_PROP_APPLICATION_PROCESS_MACHINE_ID properly | ||||
* | try to use glib's g_get_application_name() to set PA_PROP_APPLICATION_NAME | Lennart Poettering | 2009-02-02 | 1 | -10/+24 |
| | |||||
* | when determining the minimum volume of all sink inputs make sure to handle ↵ | Lennart Poettering | 2009-02-02 | 1 | -0/+13 |
| | | | | the case when there are no sink inputs correctly | ||||
* | work around dlsym() return value mistyping as suggested in POSIX | Lennart Poettering | 2009-02-02 | 1 | -2/+4 |
| | |||||
* | use uintpr_t when casting between pointers and integers | Lennart Poettering | 2009-02-02 | 1 | -8/+8 |
| | |||||
* | check for NULL before accessing the name | Lennart Poettering | 2009-02-02 | 1 | -1/+1 |
| | |||||
* | dump properties when we create a new sink or source | Lennart Poettering | 2009-01-30 | 2 | -4/+12 |
| | |||||
* | suppress lines made up only of whitespace | Lennart Poettering | 2009-01-30 | 1 | -1/+2 |
| | |||||
* | get rid of nonsensical late initialization of namereg/scache and things | Lennart Poettering | 2009-01-29 | 9 | -102/+41 |
| | |||||
* | store the default sink/source in proper pa_sink*/pa_source* pointers instead ↵ | Lennart Poettering | 2009-01-28 | 9 | -85/+118 |
| | | | | of a string | ||||
* | when changing volume, store whether it is worth remembering or no | Lennart Poettering | 2009-01-27 | 11 | -33/+62 |
| | |||||
* | move flat volume logic into the core. while doing so add n_volume_steps ↵ | Lennart Poettering | 2009-01-27 | 14 | -219/+434 |
| | | | | field to sinks/sources | ||||
* | fix size calculation | Lennart Poettering | 2009-01-27 | 1 | -1/+1 |
| | |||||
* | allow samples to be played with 'default' (i.e. unspecified) volume. | Lennart Poettering | 2009-01-27 | 4 | -13/+33 |
| | |||||
* | swap argument order of pa_cvolume_get_balance() to be a bit more systematic | Lennart Poettering | 2009-01-27 | 1 | -4/+4 |
| | |||||
* | invert an ill-placed assert | Lennart Poettering | 2009-01-27 | 1 | -1/+1 |
| | |||||
* | show pretty channel map name if possible | Lennart Poettering | 2009-01-27 | 1 | -5/+30 |
| |