Chengyi Zhao
bd71445296
update latest upstream-2021-08-16
2021-08-15 13:48:23 +08:00
Tanu Kaskinen
29c60537d2
.gitignore: add atomic-test
2019-06-15 11:14:33 +03:00
Tanu Kaskinen
874fe7b15d
.gitignore: add passthrough-test
2018-10-23 19:18:26 +03:00
Tanu Kaskinen
29ed94600c
.gitignore: add module-gsettings related things
2018-04-19 14:31:12 +03:00
Arun Raghavan
d9624e0382
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!
2017-12-12 12:58:52 +05:30
Arun Raghavan
6741e5ae76
pulse: Add a JSON-parsing library
...
Adding this to be able to drop dependency on json-c.
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=95135
Signed-off-by: Arun Raghavan <arun@arunraghavan.net>
2016-06-22 21:04:47 +05:30
Ulrich Eckhardt
e1bc479110
core-util-test: Add boilerplate
2016-06-22 12:55:54 +05:30
Tanu Kaskinen
30b6c111a6
.gitignore: Add lfe-filter-test
2015-03-31 12:42:37 +03:00
Tanu Kaskinen
8a7d78b4ae
.gitignore: Add pulseaudio.service
2014-11-12 14:55:45 +02:00
Peter Meerwald
eed6d95f49
tests: Remove mix-special-test
...
code has been moved to cpu-mix-test
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
2014-09-10 17:56:03 +02:00
Peter Meerwald
4ca3216ee3
tests: Split cpu tests in separate files
...
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
2014-09-10 16:34:11 +02:00
Peter Meerwald
eaab16d8ba
tests: Add *.log and *.trs to src/.gitignore
...
these files are created by running 'make check'
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
2014-08-18 15:30:29 +02:00
Tanu Kaskinen
273aee1cf5
.gitignore: Add srbchannel-test
2014-07-12 20:21:59 +03:00
Tanu Kaskinen
f46799579f
Remove all references to the removed KDE files
2014-03-03 18:06:20 +02:00
João Paulo Rechi Vita
4f972aa993
bluetooth: Remove module-bluetooth-proximity
...
module-bluetooth-proximity has not worked for quite a while, since it
uses pre-BlueZ4 APIs. Nobody complained since then, which is a good
indication that it doesn't have much users. Even the original commit
message refers to it more as a toy than as something of great use: "add
new fun module that automatically mutes your audio devices when you
leave with your bluetooth phone, and unmutes when you come back"
Removing it we completely remove the dependency on libbluetooth.
2013-09-29 16:54:36 +03:00
Tanu Kaskinen
baee32f2ee
.gitignore: Add lo-latency-test
2013-06-06 13:56:30 +03:00
Peter Meerwald
fee5a29e33
.gitignore: Ignore src/*.gcno files created when building with --enable-gcov
...
Signed-off-by: Peter Meerwald <p.meerwald@bct-electronic.com>
2013-06-04 00:38:40 +05:30
Tanu Kaskinen
450747cf22
.gitignore: Add alsa-mixer-path-test
2013-03-25 15:43:07 +02:00
Peter Meerwald
da5f03b7f5
tests: add test/performance comparison for mixing special-case code
...
x86-64, i7-870, 3 GHz gcc -O0, 100 TIMES
mix s16 generic 1 channel: 286503 usec (avg: 2865.03, min = 2673, max = 6892, stddev = 425.996).
mix s16 2 streams 1 channel: 136490 usec (avg: 1364.9, min = 1304, max = 1686, stddev = 73.4594).
mix s16 generic 2 channels: 590472 usec (avg: 5904.72, min = 5342, max = 16027, stddev = 1079.34).
mix s16 2 channels: 380369 usec (avg: 3803.69, min = 3570, max = 5041, stddev = 234.831).
mix s16 2 streams: 316254 usec (avg: 3162.54, min = 3034, max = 3536, stddev = 107.716).
mix s16 2 streams 2 channels: 269645 usec (avg: 2696.45, min = 2585, max = 3027, stddev = 87.9661).
x86-64, i7-870, 3 GHz gcc -O2, 1000 TIMES
mix s16 generic 1 channel: 371550 usec (avg: 3715.5, min = 3515, max = 10534, stddev = 760.071).
mix s16 2 streams 1 channel: 207750 usec (avg: 2077.5, min = 2009, max = 2271, stddev = 58.6076).
mix s16 generic 2 channels: 724294 usec (avg: 7242.94, min = 6937, max = 10350, stddev = 363.451).
mix s16 2 channels: 345661 usec (avg: 3456.61, min = 3291, max = 5586, stddev = 256.309).
mix s16 2 streams: 559243 usec (avg: 5592.43, min = 5349, max = 6705, stddev = 223.271).
mix s16 2 streams 2 channels: 390101 usec (avg: 3901.01, min = 3696, max = 5345, stddev = 213.482).
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
2013-02-16 01:08:10 +02:00
Peter Meerwald
c23963a99f
tests: Add mult-s16 test
...
test mostly compares runtime of 64 bit vs 32 bit s16ne-by-volume multiplication
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
2013-02-15 21:34:13 +02:00
Tanu Kaskinen
6b52b47856
.gitignore: Add cpu-test.
2012-09-07 17:22:10 +03:00
Lennart Poettering
08d4f8e2c3
build-sys: readd stub makefiles to subdirectories to make building with emacs easier
2012-05-15 14:17:58 +02:00
Arun Raghavan
d9cd26f676
build: Fix out-of-tree build
...
Previous commits broke the out-of-tree build on padsp.
2012-02-20 19:23:47 +05:30
Maarten Bosmans
6450ac2e6a
Remove pa_prioq priority queue implementation
2012-01-21 20:08:57 +02:00
Maarten Bosmans
df5483f614
Remove vector.h and vector-test
...
This code was never used and vectorization is handled by Orc anyway.
2011-11-14 11:08:04 +05:30
Maarten Bosmans
07dd717bc0
tests: Rename voltest to volume-test
2011-11-02 19:26:23 +05:30
Arun Raghavan
3c547194fc
gitignore: Update for recent additions
...
Adds echo-cancel-test and new cmake files
2011-10-21 10:07:31 +05:30
Maarten Bosmans
35bafe06e7
gitignore: Add Orc autogenerated files
2011-08-25 18:19:40 +05:30
Maarten Bosmans
ebf93404b6
Remove libpulse-browse and pabrowse
2011-06-24 10:08:11 +01:00
Tanu Kaskinen
6fd2ef48dd
gitignore: Add connect-stress, extended-test and format-test.
2011-06-12 11:12:28 -07:00
Arun Raghavan
aa78853d72
Remove remaining ramping/envelope references
...
(part of a patch series removing all ramping code)
2011-02-28 17:13:13 +05:30
Tanu Kaskinen
bed4b73cfe
Add src/*-symdef.h to .gitignore.
...
Also remove src/module/.gitignore as this is no longer needed
as pointed out by Arun Raghavan
2011-02-28 09:56:08 +00:00
Lennart Poettering
ba255bfc42
tests: add pa_once_xxx() test
2010-01-13 17:40:31 +01:00
Lennart Poettering
366ab9633b
git: ignore kde related files
2009-10-30 05:20:00 +01:00
Lennart Poettering
2595b9d985
add usergroup-test to .gitignore
2009-08-22 03:17:24 +02:00
Lennart Poettering
6224fac921
memtrap: add new logic to trap and handle SIGBUS
2009-04-21 21:33:32 +02:00
Lennart Poettering
71263929cb
ignore tags file
2009-02-24 11:35:47 +01:00
Lennart Poettering
c73887d229
update gitignore
2009-02-24 00:24:31 +01:00
Lennart Poettering
fffe0baf36
ignore gtk-test
2009-02-13 21:57:00 +01:00
Lennart Poettering
5cb29f3a60
add a simple abstraction for SIMD operations
2009-01-23 19:45:11 +01:00
Lennart Poettering
9adf7c56b8
ignore bt proximity helper
2008-09-26 09:51:25 -07:00
Lennart Poettering
3ad8c04564
add a generic priority queue implementation
2008-09-26 09:49:52 -07:00
Lennart Poettering
15cebbaceb
rework autospawning code to survive multiple pa_contexts in a single process
2008-08-09 03:49:42 +02:00
Lennart Poettering
881046b730
install a default system.pa
2008-07-30 16:59:30 +02:00
Lennart Poettering
23a3c55c51
hide start-pulseaudio-x11
2008-07-24 01:32:00 +02:00
Lennart Poettering
3bf61ba88a
Add a .gitignore file for the src/ directory.
2008-06-18 00:42:07 +02:00