summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | A couple of dependancy ordering fixes.Colin Guthrie2009-02-031-8/+8
| * | | | Trivial typo in a commentColin Guthrie2009-02-031-1/+1
| * | | | Clean up volume/mute settings a bit.Colin Guthrie2009-02-031-37/+28
| |/ / /
* | | | remove soft volume from pa_sink_input_new_info since it should be handled int...Lennart Poettering2009-02-047-72/+63
* | | | properly handle failing stream creationLennart Poettering2009-02-041-4/+4
* | | | fix a validity checkLennart Poettering2009-02-041-1/+1
* | | | version all entries in the databaseLennart Poettering2009-02-043-15/+42
* | | | merge in properties earlier to make identification of streams from hooks easierLennart Poettering2009-02-042-6/+6
* | | | clarify things a bitLennart Poettering2009-02-041-4/+4
* | | | add a few additional validity checksLennart Poettering2009-02-042-6/+43
* | | | add new calls pa_replace() and pa_unescape()Lennart Poettering2009-02-042-0/+51
* | | | make gcc shut upLennart Poettering2009-02-041-0/+7
* | | | rearrange a few thingsLennart Poettering2009-02-041-87/+92
* | | | simplify code a bit by using pa_sample_size_of_format()Lennart Poettering2009-02-041-11/+1
* | | | beef up proplist test a bitLennart Poettering2009-02-041-2/+17
* | | | in addition to per-property env vars PULSE_PROP_xxx look for for a stringifie...Lennart Poettering2009-02-041-0/+10
* | | | fix up parser in pa_proplist_from_string() to handle escapes correctly; make ...Lennart Poettering2009-02-042-76/+310
* | | | add new API pa_ascii_valid(), pa_ascii_filter()Lennart Poettering2009-02-043-0/+34
* | | | add pa_sample_size_of_format()Lennart Poettering2009-02-043-2/+15
* | | | add a lot of validity checkingLennart Poettering2009-02-033-24/+71
* | | | add a bit of missing i18nLennart Poettering2009-02-032-17/+22
* | | | add new API pa_cvolume_compatible_with_channel_map()Lennart Poettering2009-02-033-2/+20
|/ / /
* | | Load module gconf earlierSjoerd Simons2009-02-031-9/+9
* | | when moving a sink between sinks make volume relativeLennart Poettering2009-02-031-2/+14
* | | before applying balance/fade check it actually makes senseLennart Poettering2009-02-032-7/+26
* | | add a macro definition for each error codeLennart Poettering2009-02-031-0/+28
| |/ |/|
* | Merge commit 'origin/master-tx'Lennart Poettering2009-02-032-590/+585
|\ \
| * | Updated catalan poXavier Conde2009-02-011-590/+584
| * | Add zh_CN entry for Chinese Simplified translation.甘露(Gan Lu)2009-01-311-0/+1
* | | make a couple of functions return proper error codesLennart Poettering2009-02-0315-105/+122
* | | make a few functions return void where the retval isn't used/never != 0Lennart Poettering2009-02-033-16/+6
* | | add new error code PA_ERR_NOTIMPLEMENTEDLennart Poettering2009-02-032-1/+4
* | | implement PA_STREAM_FAIL_ON_SUSPEND logicLennart Poettering2009-02-0310-24/+59
* | | make iterating with pa_idxset_next() robust in regards to idxset modificationsLennart Poettering2009-02-031-9/+33
* | | make update-sbc should also update other BT related sourcesLennart Poettering2009-02-031-2/+7
* | | pull in new SBC/BT filesLennart Poettering2009-02-034-8/+5
* | | don't use PA_STREAM_NOT_MONOTONOUS anymoreLennart Poettering2009-02-022-3/+3
* | | big module-bluetooth-device.c reworkLennart Poettering2009-02-022-640/+968
* | | make rtp.h ANSI C compliantLennart Poettering2009-02-021-22/+22
* | | whitespace cleanupLennart Poettering2009-02-022-1/+3
* | | handle EAGAIN properlyLennart Poettering2009-02-021-1/+3
* | | fix soft_mute handlingLennart Poettering2009-02-021-1/+1
* | | update sbc stuffLennart Poettering2009-02-0211-311/+1694
* | | reset rewind_requested when we enter suspend modeLennart Poettering2009-02-021-0/+4
* | | shortcut pa_sink_process_rewind() when no rewind is happenning and none was r...Lennart Poettering2009-02-021-0/+5
* | | Fix a few sink/source calls when they are called in suspended state.Lennart Poettering2009-02-022-16/+43
* | | add new functions pa_bluetooth_cleanup_name() and pa_bluetooth_get_form_factor()Lennart Poettering2009-02-022-7/+70
* | | set PA_PROP_WINDOW_X11_DISPLAY from :0.0 and initialize PA_PROP_APPLICATION_P...Lennart Poettering2009-02-021-0/+19
* | | try to use glib's g_get_application_name() to set PA_PROP_APPLICATION_NAMELennart Poettering2009-02-021-10/+24
* | | when determining the minimum volume of all sink inputs make sure to handle th...Lennart Poettering2009-02-021-0/+13