Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-04 | bump version and sonamev0.9.15-test1 | Lennart Poettering | 1 | -2/+2 | |
2009-02-04 | make pacmd work in a pipe | Lennart Poettering | 1 | -36/+68 | |
2009-02-04 | rate limit underrun messages | Lennart Poettering | 2 | -2/+5 | |
2009-02-04 | Merge commit 'flameeyes/flameeyes' | Lennart Poettering | 1 | -1/+1 | |
2009-02-04 | Merge commit 'vudentz/master' | Lennart Poettering | 1 | -0/+3 | |
2009-02-04 | Merge commit 'coling/master' | Lennart Poettering | 2 | -45/+36 | |
2009-02-04 | remove soft volume from pa_sink_input_new_info since it should be handled ↵ | Lennart Poettering | 7 | -72/+63 | |
internally and automatically by the sink input | |||||
2009-02-04 | properly handle failing stream creation | Lennart Poettering | 1 | -4/+4 | |
2009-02-04 | fix a validity check | Lennart Poettering | 1 | -1/+1 | |
2009-02-04 | version all entries in the database | Lennart Poettering | 3 | -15/+42 | |
2009-02-04 | merge in properties earlier to make identification of streams from hooks easier | Lennart Poettering | 2 | -6/+6 | |
2009-02-04 | clarify things a bit | Lennart Poettering | 1 | -4/+4 | |
2009-02-04 | add a few additional validity checks | Lennart Poettering | 2 | -6/+43 | |
2009-02-04 | add new calls pa_replace() and pa_unescape() | Lennart Poettering | 2 | -0/+51 | |
2009-02-04 | make gcc shut up | Lennart Poettering | 1 | -0/+7 | |
2009-02-04 | rearrange a few things | Lennart Poettering | 1 | -87/+92 | |
2009-02-04 | simplify code a bit by using pa_sample_size_of_format() | Lennart Poettering | 1 | -11/+1 | |
2009-02-04 | beef up proplist test a bit | Lennart Poettering | 1 | -2/+17 | |
2009-02-04 | in addition to per-property env vars PULSE_PROP_xxx look for for a ↵ | Lennart Poettering | 1 | -0/+10 | |
stringified PULSE_PROP env var | |||||
2009-02-04 | fix up parser in pa_proplist_from_string() to handle escapes correctly; make ↵ | Lennart Poettering | 2 | -76/+310 | |
pa_proplist_to_string() escape quotes properly | |||||
2009-02-04 | add new API pa_ascii_valid(), pa_ascii_filter() | Lennart Poettering | 3 | -0/+34 | |
2009-02-04 | add pa_sample_size_of_format() | Lennart Poettering | 3 | -2/+15 | |
2009-02-04 | Prevent changing volume on wrong device. | Luiz Augusto von Dentz | 1 | -0/+3 | |
2009-02-03 | A couple of dependancy ordering fixes. | Colin Guthrie | 1 | -8/+8 | |
Make sure libdbus-util.so is installed/relinked prior to libalsa-util.so Make sure libbluetooth-util.so is installed/relinked prior to module-bluetooth-discover.so | |||||
2009-02-03 | Trivial typo in a comment | Colin Guthrie | 1 | -1/+1 | |
2009-02-03 | Clean up volume/mute settings a bit. | Colin Guthrie | 1 | -37/+28 | |
As the APEX device only has one channel of volume (e.g. it's always matched) we emulate any variation in channel volumes in software. Remove the unnecessary callback defininitions. | |||||
2009-02-03 | add a lot of validity checking | Lennart Poettering | 3 | -24/+71 | |
2009-02-03 | add a bit of missing i18n | Lennart Poettering | 2 | -17/+22 | |
2009-02-03 | add new API pa_cvolume_compatible_with_channel_map() | Lennart Poettering | 3 | -2/+20 | |
2009-02-03 | Load module gconf earlier | Sjoerd Simons | 1 | -9/+9 | |
This makes sure that module-default-device-restore can actually work when GConf enables additional sinks. Signed-off-by: Lennart Poettering <lennart@poettering.net> | |||||
2009-02-03 | when moving a sink between sinks make volume relative | Lennart Poettering | 1 | -2/+14 | |
2009-02-03 | before applying balance/fade check it actually makes sense | Lennart Poettering | 2 | -7/+26 | |
2009-02-03 | add a macro definition for each error code | Lennart Poettering | 1 | -0/+28 | |
2009-02-03 | Merge commit 'origin/master-tx' | Lennart Poettering | 2 | -590/+585 | |
2009-02-03 | make a couple of functions return proper error codes | Lennart Poettering | 15 | -105/+122 | |
2009-02-03 | make a few functions return void where the retval isn't used/never != 0 | Lennart Poettering | 3 | -16/+6 | |
2009-02-03 | add new error code PA_ERR_NOTIMPLEMENTED | Lennart Poettering | 2 | -1/+4 | |
2009-02-03 | implement PA_STREAM_FAIL_ON_SUSPEND logic | Lennart Poettering | 10 | -24/+59 | |
2009-02-03 | make iterating with pa_idxset_next() robust in regards to idxset modifications | Lennart Poettering | 1 | -9/+33 | |
2009-02-03 | make update-sbc should also update other BT related sources | Lennart Poettering | 1 | -2/+7 | |
2009-02-03 | pull in new SBC/BT files | Lennart Poettering | 4 | -8/+5 | |
2009-02-02 | don't use PA_STREAM_NOT_MONOTONOUS anymore | Lennart Poettering | 2 | -3/+3 | |
2009-02-02 | big module-bluetooth-device.c rework | Lennart Poettering | 2 | -640/+968 | |
2009-02-02 | make rtp.h ANSI C compliant | Lennart Poettering | 1 | -22/+22 | |
2009-02-02 | whitespace cleanup | Lennart Poettering | 2 | -1/+3 | |
2009-02-02 | handle EAGAIN properly | Lennart Poettering | 1 | -1/+3 | |
2009-02-02 | fix soft_mute handling | Lennart Poettering | 1 | -1/+1 | |
2009-02-02 | update sbc stuff | Lennart Poettering | 11 | -311/+1694 | |
2009-02-02 | reset rewind_requested when we enter suspend mode | Lennart Poettering | 1 | -0/+4 | |
2009-02-02 | shortcut pa_sink_process_rewind() when no rewind is happenning and none was ↵ | Lennart Poettering | 1 | -0/+5 | |
requested |