Commit graph

  • 524d78fc7a add missing hook Lennart Poettering 2009-02-05 04:09:27 +01:00
  • 291589ecc1 allow overwriting of process properties with environment variables Lennart Poettering 2009-02-05 04:09:09 +01:00
  • f42afc4883 make return value of pa_{sink_input|source_output}_update_proplist() void Lennart Poettering 2009-02-05 04:07:27 +01:00
  • a67406db93 add pa_client_update_proplist() call Lennart Poettering 2009-02-05 04:06:50 +01:00
  • 63e234335f handle default volume initialization properly Lennart Poettering 2009-02-05 04:05:47 +01:00
  • f6ffd2dd5a make module-position-event-sounds use volume factor Lennart Poettering 2009-02-05 01:22:57 +01:00
  • de86c6e3ad add a 'volume factor' that is implicitly multiplied into the volume of a sink input without being visible to the outside Lennart Poettering 2009-02-05 01:22:05 +01:00
  • 3fc1233062 add a .mailmap file for git shortlog Lennart Poettering 2009-02-04 22:41:45 +01:00
  • 12c29e1832 store the identification key in the module-stream-restore.id property Lennart Poettering 2009-02-04 22:26:08 +01:00
  • 9e2a2f88df run make update-po Lennart Poettering 2009-02-04 21:49:17 +01:00
  • 9a4e03c58e bump version and soname v0.9.15-test1 Lennart Poettering 2009-02-04 21:44:25 +01:00
  • ae06517286 make pacmd work in a pipe Lennart Poettering 2009-02-04 21:22:18 +01:00
  • 3d33172791 rate limit underrun messages Lennart Poettering 2009-02-04 20:55:30 +01:00
  • 0933f1a2a4 Merge commit 'flameeyes/flameeyes' Lennart Poettering 2009-02-04 18:42:43 +01:00
  • d4618c8c84 Merge commit 'vudentz/master' Lennart Poettering 2009-02-04 18:42:13 +01:00
  • 9a93157f5d Merge commit 'coling/master' Lennart Poettering 2009-02-04 18:41:44 +01:00
  • d802a76963 remove soft volume from pa_sink_input_new_info since it should be handled internally and automatically by the sink input Lennart Poettering 2009-02-04 18:34:08 +01:00
  • b2c923e727 properly handle failing stream creation Lennart Poettering 2009-02-04 18:33:01 +01:00
  • 786398dc63 fix a validity check Lennart Poettering 2009-02-04 18:32:15 +01:00
  • 1db64781bf version all entries in the database Lennart Poettering 2009-02-04 18:31:24 +01:00
  • 4cf82c74a1 merge in properties earlier to make identification of streams from hooks easier Lennart Poettering 2009-02-04 18:28:52 +01:00
  • f6ec971e88 clarify things a bit Lennart Poettering 2009-02-04 17:20:58 +01:00
  • 12b735962a add a few additional validity checks Lennart Poettering 2009-02-04 17:20:36 +01:00
  • 83ddc0936e add new calls pa_replace() and pa_unescape() Lennart Poettering 2009-02-04 17:19:15 +01:00
  • a625ca7c74 make gcc shut up Lennart Poettering 2009-02-04 17:17:48 +01:00
  • 078a8d583f rearrange a few things Lennart Poettering 2009-02-04 17:17:32 +01:00
  • d6dd907cc8 simplify code a bit by using pa_sample_size_of_format() Lennart Poettering 2009-02-04 17:16:53 +01:00
  • a6fe991716 beef up proplist test a bit Lennart Poettering 2009-02-04 17:16:32 +01:00
  • 9a27b8f0e8 in addition to per-property env vars PULSE_PROP_xxx look for for a stringified PULSE_PROP env var Lennart Poettering 2009-02-04 17:16:13 +01:00
  • b445741ddf fix up parser in pa_proplist_from_string() to handle escapes correctly; make pa_proplist_to_string() escape quotes properly Lennart Poettering 2009-02-04 17:14:59 +01:00
  • 0fc59e4585 add new API pa_ascii_valid(), pa_ascii_filter() Lennart Poettering 2009-02-04 17:11:56 +01:00
  • ce76216bce add pa_sample_size_of_format() Lennart Poettering 2009-02-04 17:10:15 +01:00
  • 004b38f0f8 Prevent changing volume on wrong device. Luiz Augusto von Dentz 2009-02-02 18:18:34 -03:00
  • 871389ac5d A couple of dependancy ordering fixes. Colin Guthrie 2009-02-03 23:49:43 +00:00
  • d1957b8325 Trivial typo in a comment Colin Guthrie 2009-02-03 23:46:03 +00:00
  • e28903e9e0 Clean up volume/mute settings a bit. 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. Colin Guthrie 2009-01-28 22:39:29 +00:00
  • 32e5e64921 add a lot of validity checking Lennart Poettering 2009-02-03 21:57:58 +01:00
  • b51ed38116 add a bit of missing i18n Lennart Poettering 2009-02-03 21:56:52 +01:00
  • 543115ae17 add new API pa_cvolume_compatible_with_channel_map() Lennart Poettering 2009-02-03 21:15:32 +01:00
  • 539abc365f bluetooth: typo Marc-André Lureau 2009-02-02 11:06:31 +02:00
  • 921882de54 Load module gconf earlier Sjoerd Simons 2008-10-19 13:39:50 +01:00
  • fc31d21353 when moving a sink between sinks make volume relative Lennart Poettering 2009-02-03 04:06:52 +01:00
  • 554c818d21 before applying balance/fade check it actually makes sense Lennart Poettering 2009-02-03 04:05:41 +01:00
  • f9696c0e7f add a macro definition for each error code Lennart Poettering 2009-02-03 03:38:40 +01:00
  • 2739261847 Merge commit 'origin/master-tx' Lennart Poettering 2009-02-03 03:15:32 +01:00
  • 08800c35b0 make a couple of functions return proper error codes Lennart Poettering 2009-02-03 03:14:20 +01:00
  • 162e43b306 make a few functions return void where the retval isn't used/never != 0 Lennart Poettering 2009-02-03 03:11:31 +01:00
  • 50bfa774f6 add new error code PA_ERR_NOTIMPLEMENTED Lennart Poettering 2009-02-03 03:08:14 +01:00
  • e47d03dea4 implement PA_STREAM_FAIL_ON_SUSPEND logic Lennart Poettering 2009-02-03 02:23:46 +01:00
  • c61ad2a706 make iterating with pa_idxset_next() robust in regards to idxset modifications Lennart Poettering 2009-02-03 02:15:36 +01:00
  • f8190be2e6 make update-sbc should also update other BT related sources Lennart Poettering 2009-02-03 01:34:38 +01:00
  • 59f3001ca5 pull in new SBC/BT files Lennart Poettering 2009-02-03 01:33:48 +01:00
  • fea675724d don't use PA_STREAM_NOT_MONOTONOUS anymore Lennart Poettering 2009-02-02 02:02:31 +01:00
  • 390133f2dc big module-bluetooth-device.c rework Lennart Poettering 2009-02-02 01:58:48 +01:00
  • 62f1f3e563 make rtp.h ANSI C compliant Lennart Poettering 2009-02-02 01:54:40 +01:00
  • e412f1cde3 whitespace cleanup Lennart Poettering 2009-02-02 01:54:09 +01:00
  • 121a8b9190 handle EAGAIN properly Lennart Poettering 2009-02-02 01:53:11 +01:00
  • 2854afbb1b fix soft_mute handling Lennart Poettering 2009-02-02 01:51:27 +01:00
  • a41d72bb2e update sbc stuff Lennart Poettering 2009-02-02 01:44:37 +01:00
  • 537424a9a9 reset rewind_requested when we enter suspend mode Lennart Poettering 2009-02-02 00:46:11 +01:00
  • a9e9ab32a2 shortcut pa_sink_process_rewind() when no rewind is happenning and none was requested Lennart Poettering 2009-02-02 00:45:54 +01:00
  • 5fc11a0724 Fix a few sink/source calls when they are called in suspended state. Lennart Poettering 2009-02-02 00:45:00 +01:00
  • d6fdd71c02 add new functions pa_bluetooth_cleanup_name() and pa_bluetooth_get_form_factor() Lennart Poettering 2009-02-02 00:30:10 +01:00
  • 16e369498c set PA_PROP_WINDOW_X11_DISPLAY from :0.0 and initialize PA_PROP_APPLICATION_PROCESS_MACHINE_ID properly Lennart Poettering 2009-02-02 00:28:55 +01:00
  • 8ccc9aa665 try to use glib's g_get_application_name() to set PA_PROP_APPLICATION_NAME Lennart Poettering 2009-02-02 00:28:37 +01:00
  • 8fbce6eb89 when determining the minimum volume of all sink inputs make sure to handle the case when there are no sink inputs correctly Lennart Poettering 2009-02-02 00:27:47 +01:00
  • 55e6331bed store the module index shifted by 1 to map PA_INVALID_INDEX to NULL Lennart Poettering 2009-02-02 00:25:02 +01:00
  • 69a9ed9ef7 drop -pedantic Lennart Poettering 2009-02-02 00:23:49 +01:00
  • 04acc232ec download everything from gitweb twice to make sure we don't get a 'Generating...' message Lennart Poettering 2009-02-02 00:23:21 +01:00
  • e0d6b75119 add a few new form factors Lennart Poettering 2009-02-02 00:22:02 +01:00
  • 2c97c15c55 introduce PA_PROP_APPLICATION_PROCESS_MACHINE_ID Lennart Poettering 2009-02-02 00:21:41 +01:00
  • e0fd99b911 work around dlsym() return value mistyping as suggested in POSIX Lennart Poettering 2009-02-02 00:20:57 +01:00
  • b092f2e0f8 use uintpr_t when casting between pointers and integers Lennart Poettering 2009-02-02 00:20:05 +01:00
  • 55f643d49e check for NULL before accessing the name Lennart Poettering 2009-02-02 00:19:26 +01:00
  • e7007fc680 allow passing of channel map on command line and hide unused sliders Lennart Poettering 2009-02-02 00:18:47 +01:00
  • 2c7f2c5e79 look for libpulse in multiple different places Lennart Poettering 2009-02-02 00:17:58 +01:00
  • db2a4255aa Updated catalan po Xavier Conde 2009-02-01 21:17:39 +00:00
  • e9ca8b1c54 Disable portability warnings from automake. Diego Elio 'Flameeyes' Pettenò 2009-01-31 19:26:14 +01:00
  • 9d65392d87 Add zh_CN entry for Chinese Simplified translation. 甘露(Gan Lu) 2009-01-31 05:33:50 +00:00
  • b979ab3948 implement pa_channel_map_can_fade Lennart Poettering 2009-01-31 01:17:09 +01:00
  • f725b06f6f drop -Wpacked Lennart Poettering 2009-01-31 01:16:16 +01:00
  • 6b803217ce Merge branch 'master' into lennartsbtfixes Lennart Poettering 2009-01-30 04:28:05 +01:00
  • dbb8951a41 dump properties when we create a new sink or source Lennart Poettering 2009-01-30 02:25:49 +01:00
  • 2557017178 suppress lines made up only of whitespace Lennart Poettering 2009-01-30 02:25:22 +01:00
  • e6f4586f7b include ALSA driver in properties for cards/sink Lennart Poettering 2009-01-30 02:24:58 +01:00
  • 4bd654542e add new function pa_alsa_get_driver_name() Lennart Poettering 2009-01-30 02:24:40 +01:00
  • 3442d583aa Merge branch 'master' into lennartsbtfixes Lennart Poettering 2009-01-30 00:31:03 +01:00
  • 1c94cfe29f Add a little Gtk test tool to show how balance/fade/value and the channel volumes play together Lennart Poettering 2009-01-30 00:22:07 +01:00
  • 1b53f8297f implement pa_cvolume_{get|set}_fade Lennart Poettering 2009-01-30 00:15:40 +01:00
  • 9314db79db fix a bogus assert Lennart Poettering 2009-01-30 00:14:50 +01:00
  • 634afede7d properly deal with the case when l/r is silent when adjust balance Lennart Poettering 2009-01-30 00:14:28 +01:00
  • 4a75002ebe add missing files Lennart Poettering 2009-01-29 20:30:42 +01:00
  • a71fa021a3 temporary commit of lennarts new bt changes Lennart Poettering 2009-01-29 16:27:27 +01:00
  • 47a9b96b64 add some helpers for dealing with DBusPendingCall based on Mrc-Andre's work in module-bluetooth-discover Lennart Poettering 2009-01-29 16:26:34 +01:00
  • 746dc2ac19 get rid of nonsensical late initialization of namereg/scache and things Lennart Poettering 2009-01-29 16:25:29 +01:00
  • 4a06af6081 make use of new functions pa_dbus_add_matches/pa_dbus_remove_matches Lennart Poettering 2009-01-29 03:31:42 +01:00
  • 509535d240 add new functions pa_dbus_add_matches()/pa_dbus_remove_matches() Lennart Poettering 2009-01-29 03:30:50 +01:00
  • daf0612e37 make things compile again Lennart Poettering 2009-01-28 04:49:07 +01:00
  • 86e83d5a57 Run make update-po Lennart Poettering 2009-01-28 04:39:42 +01:00
  • f7c3ca7e9f Merge commit 'origin/master-tx' Lennart Poettering 2009-01-28 04:25:07 +01:00