| doc: Add some contributor guidelines Document some things that should be helpful to at least new contributors. Since we don't have a way to show this when people are creating MRs, also copy over the next to a merge request template so that creates a dropdown that folks might look at when creating an MR. Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/444> | 5 年前 |
| update conf/default.pa. Signed-off-by: 王曦 <wangxi126@huawei.com> | 1 年前 |
| build: Add Coverity scan model the modeling file help to avoid false positives and increase scanning accuracy by explaining code Coverity can't see (out of tree libraries); the model file must be uploaded by an admin to: https://scan.coverity.com/projects/pulseaudio?tab=analysis_settings the pa_assert_se() macro needs to be rewritten for Coverity so that the assignment is not declared a side-effect Signed-off-by: Peter Meerwald-Stadler <pmeerw@pmeerw.net> | 9 年前 |
| card: handle sticky profile flag New card database entry version 5 for card profile is sticky flag. New messaging API handlers set-profile-sticky and get-profile-sticky. When card profile is sticky, always restore it even if it is unavailable, and prevent switching from it when ports become unavailable. Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/568> | 5 年前 |
| | 5 年前 |
| add log Signed-off-by: 13410199051 <gaoziyu@huawei.com> | 1 年前 |
| PulseAudio upgrade to v17.0 part2 Signed-off-by: Robin <chenhongjian3@h-partners.com> | 1 年前 |
| pac_ret设置 Signed-off-by: tom_guo <guoyao18@huawei.com> | 26 天前 |
| upgrade files in /po Signed-off-by: zhouyuxin <zhouyuxin15@huawei.com> Change-Id: I2f9cb4cfa7a507cf69ceb2f842d4e40ff7baadb7 | 1 年前 |
| PulseAudio upgrade to v17.0 part2 Signed-off-by: Robin <chenhongjian3@h-partners.com> | 1 年前 |
| PulseAudio upgrade to v17.0 part2 Signed-off-by: Robin <chenhongjian3@h-partners.com> | 1 年前 |
| !201 update specific version sonic library file (ba331411f17) Merge pull request !201 from zhangwt3652/update_spver_sonicfile | 1 年前 |
| pulseAudio 日志去除 Signed-off-by: 蒋志庆 <jiangzhiqing4@h-partners.com> | 10 个月前 |
| build-sys: Bump webrtc-audio-processing wrap to 1.3 Minor pkgconfig fixup. Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/797> | 2 年前 |
| | 4 年前 |
| PulseAudio upgrade to v17.0 part2 Signed-off-by: Robin <chenhongjian3@h-partners.com> | 1 年前 |
| PulseAudio upgrade to v17.0 part2 Signed-off-by: Robin <chenhongjian3@h-partners.com> | 1 年前 |
| add a .mailmap file for git shortlog | 17 年前 |
| Adopt a Code of Conduct This is simply the Contributor Covenant Code of Conduct document, version 1.4.1. | 7 年前 |
| | 4 年前 |
| * rename "LICENSE" to "LGPL" * add GPL text * update LGPL text in regards to FSF addresses git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@764 fefdeb5f-60dc-0310-8127-8f9354f1896f | 19 年前 |
| * rename "LICENSE" to "LGPL" * add GPL text * update LGPL text in regards to FSF addresses git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@764 fefdeb5f-60dc-0310-8127-8f9354f1896f | 19 年前 |
| qpaeq: change license from AGPL to LGPL v2.1 This removes one unnecessary exception in the PulseAudio licensing terms. In December 2016 I asked permission from all qpaeq contributors for the license change, and all gave the permission. I have archived the emails here: https://www.freedesktop.org/software/pulseaudio/misc/qpaeq_relicensing_emails.txt | 8 年前 |
| PulseAudio upgrade to v17.0 part2 Signed-off-by: Robin <chenhongjian3@h-partners.com> | 1 年前 |
| fix OAT warning Signed-off-by: Robin <chenhongjian3@h-partners.com> | 1 年前 |
| protocol-native: add message sending capability This patch adds the PA_COMMAND_SEND_OBJECT_MESSAGE command to protocol-native so that clients can use the messaging feature introduced in the previous patch. Sending messages can in effect replace the extension system for modules. The approach is more flexible than the extension interface because a generic string format is used to exchange information. Furthermore the messaging system can be used for any object, not only for modules, and is easier to implement than extensions. Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/51> | 5 年前 |
| build-sys: Provide a simple CMake Config setup (similar to pkgconfig) I'd rather not have to do this, as I don't really see the point in duplicating what is done in pkgconfig, but this is likely the easiest way to avoid nasty hacks. | 14 年前 |
| build-sys: Provide a simple CMake Config setup (similar to pkgconfig) I'd rather not have to do this, as I don't really see the point in duplicating what is done in pkgconfig, but this is likely the easiest way to avoid nasty hacks. | 14 年前 |
| | 5 年前 |
| 增加owner信息 Signed-off-by: kw <wangyuqi30@huawei.com> | 4 个月前 |
| 规范整改 Signed-off-by: wuyajun123 <wuyajun12@h-partners.com> | 6 个月前 |
| git-version-gen: Avoid further processing when tarball-version is present In case a tarball-version file is present, use that and quit. Otherwise git will continue looking for directories, potentially finding .git directories which are dirty and mark the version as such. BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=90936 | 10 年前 |
| build: Fix static linking fixes bug #52038: gcc -static x.c PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --static --libs libpulse-simple /usr/bin/ld: error: cannot find -lpulsecommon-2.98 pulse/simple.c:373: error: undefined reference to 'pa_log_level_meta' pulse/simple.c:374: error: undefined reference to 'pa_log_level_meta' Signed-off-by: Peter Meerwald <p.meerwald@bct-electronic.com> | 13 年前 |
| build: Fix static linking fixes bug #52038: gcc -static x.c PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --static --libs libpulse-simple /usr/bin/ld: error: cannot find -lpulsecommon-2.98 pulse/simple.c:373: error: undefined reference to 'pa_log_level_meta' pulse/simple.c:374: error: undefined reference to 'pa_log_level_meta' Signed-off-by: Peter Meerwald <p.meerwald@bct-electronic.com> | 13 年前 |
| build: Fix static linking fixes bug #52038: gcc -static x.c PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --static --libs libpulse-simple /usr/bin/ld: error: cannot find -lpulsecommon-2.98 pulse/simple.c:373: error: undefined reference to 'pa_log_level_meta' pulse/simple.c:374: error: undefined reference to 'pa_log_level_meta' Signed-off-by: Peter Meerwald <p.meerwald@bct-electronic.com> | 13 年前 |
| PulseAudio upgrade to v17.0 part2 Signed-off-by: Robin <chenhongjian3@h-partners.com> | 1 年前 |
| PulseAudio upgrade to v17.0 part2 Signed-off-by: Robin <chenhongjian3@h-partners.com> | 1 年前 |
| merge 'lennart' branch back into trunk. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1971 fefdeb5f-60dc-0310-8127-8f9354f1896f | 18 年前 |
| Add a Valgrind suppression file | 11 年前 |
| Add PulseAudio logo to tree. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1338 fefdeb5f-60dc-0310-8127-8f9354f1896f | 19 年前 |
| build-sys: Stop using symdef headers for modules This removes the symdef header generation m4 magic in favour of a simpler macro method, allowing us to skip one unnecessary build step while moving to meson, and removing an 11 year old todo! | 8 年前 |