summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-08-19Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-workTanu Kaskinen64-3903/+6595
2009-08-19dbusiface-sample: Implement the Sample D-Bus interface.Tanu Kaskinen2-2/+468
2009-08-19dbusiface-core: Assert that _add/remove_interface calls succeed.Tanu Kaskinen1-2/+2
2009-08-19dbusiface-core: Use the PA_IDXSET_FOREACH macro.Tanu Kaskinen1-8/+8
2009-08-19dbusiface-core: Split some overly long lines.Tanu Kaskinen1-42/+118
2009-08-19i18n: run make update-pov0.9.16-test5Lennart Poettering29-3440/+3976
2009-08-19i18n: add ko to LINGUASLennart Poettering1-0/+1
2009-08-19Merge commit 'origin/master-tx'Lennart Poettering2-151/+2059
2009-08-19lirc: replace manual code by pa_cvolume_{inc|dec}()Lennart Poettering1-18/+4
2009-08-19mmkbd: replace manual code by pa_cvolume_{inc|dec}()Lennart Poettering1-22/+21
2009-08-19sink: volume handling rework, new flat volume logicLennart Poettering16-286/+333
2009-08-19match: document how broken the module-match logic isLennart Poettering1-0/+3
2009-08-19volume: introduce pa_cvolume_{inc|dec}()Lennart Poettering3-0/+44
2009-08-19volume: use PA_VOLUME_MAX instead of (pa_volume_t) -1Lennart Poettering1-4/+4
2009-08-19udev: allow passing of ignore_dB= parameter to alsa modulesLennart Poettering4-23/+49
2009-08-19source: rework volume handlingLennart Poettering5-39/+57
2009-08-19macro: extend comments a bitLennart Poettering1-4/+4
2009-08-19voltest: extend test to verify correctness of _multiply() and _divide()Lennart Poettering3-48/+37
2009-08-19dbus: never return DBUS_HANDLER_RESULT_HANDLED in filter callbacks, since oth...Lennart Poettering2-5/+0
2009-08-19volume: round properly when showing human readable volume percentagesLennart Poettering1-2/+2
2009-08-19volume: simplify volume multiplifactions, do them in integer onlyLennart Poettering1-4/+6
2009-08-19volume: introduce pa_cvolume_min() and pa_cvolume_min_mask()Lennart Poettering3-2/+51
2009-08-17macro: simplify page/word alignment macros a bitLennart Poettering1-12/+8
2009-08-17macro: add PA_ROUND_UP/PA_ROUND_DOWN macrosLennart Poettering1-4/+30
2009-08-17bluetooth: fix match syntaxLennart Poettering1-2/+2
2009-08-17dbusiface-stream: Finish the Stream D-Bus interface.Tanu Kaskinen1-80/+498
2009-08-17dbusiface-device: Save one level of identation by returning early.Tanu Kaskinen1-96/+99
2009-08-17dbusiface-device: Fix argument reading in handle_suspend().Tanu Kaskinen1-1/+7
2009-08-17dbusiface-device: Use a single if-else section instead of ternary operator ov...Tanu Kaskinen1-34/+43
2009-08-17dbusiface-device: Split some overly long lines.Tanu Kaskinen1-7/+14
2009-08-17dbusiface-core: Two new functions: pa_dbusiface_core_get_sink/source().Tanu Kaskinen2-0/+34
2009-08-17dbusiface-core: New function: pa_dbusiface_core_get_client_path().Tanu Kaskinen2-0/+8
2009-08-17namereg: Revert default device handling back to the upstream version.Tanu Kaskinen1-48/+9
2009-08-17bluetooth: make NameOwnerChanged filter matches more focussedLennart Poettering1-2/+2
2009-08-17volume: document when arguments of certain functions may overlapLennart Poettering1-4/+8
2009-08-17libpulse: some minor optimizations when checking equalityLennart Poettering3-0/+16
2009-08-17channelmap: minor doxygen fixLennart Poettering1-4/+14
2009-08-17channelmap: document where the WAVEX channelmap is documentedLennart Poettering1-0/+2
2009-08-17channelmap: adjust RFC3551 channel maps to follow spec more closelyLennart Poettering1-4/+4
2009-08-17reserver: update from upstream gitLennart Poettering1-9/+18
2009-08-17volume: add pa_cvolume_merge() callLennart Poettering3-0/+24
2009-08-17Sending translation for Czechpmkovar1-151/+96
2009-08-16Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-workTanu Kaskinen134-12775/+15039
2009-08-16dbusiface-stream: Implement about a half of the Stream D-Bus interface.Tanu Kaskinen2-0/+386
2009-08-16dbusiface-device: Free the copied proplist.Tanu Kaskinen1-0/+1
2009-08-16dbusiface-client: Fix indentation.Tanu Kaskinen1-7/+7
2009-08-16aupdate: implicitly call _write_swap() if it wasn't called explicitlyLennart Poettering2-0/+12
2009-08-16core: add to FIXMEsLennart Poettering2-0/+2
2009-08-16modules: add various checks to avoid selecting objects that are not linked or...Lennart Poettering4-16/+92
2009-08-16bluetooth: move installation of mq's earlier to avoid context asserts to be t...Lennart Poettering1-2/+2