pipewire/spa/plugins/support
Peter Hutterer cdfd50e166 spa: add spa_atob() to convert a string to a boolean
This replaces the manual check for "true" and some (inconsistent) return value
of atoi. All those instances now require either "true" or "1" to parse as
true, any other value (including NULL) is boolean false.
2021-05-18 22:18:56 +10:00
..
cpu-arm.c treewide: replace !strcmp() with spa_streq() 2021-05-18 22:10:27 +10:00
cpu-x86.c cpu: detect MMXEXT as well 2018-12-17 13:37:27 +01:00
cpu.c treewide: replace strcmp() == 0 with spa_streq() 2021-05-18 22:10:27 +10:00
dbus.c treewide: replace strcmp() == 0 with spa_streq() 2021-05-18 22:10:27 +10:00
evl-plugin.c Add evl system support 2019-06-24 09:42:05 +02:00
evl-system.c treewide: replace strcmp() == 0 with spa_streq() 2021-05-18 22:10:27 +10:00
journal.c treewide: replace strcmp() == 0 with spa_streq() 2021-05-18 22:10:27 +10:00
logger.c spa: add spa_atob() to convert a string to a boolean 2021-05-18 22:18:56 +10:00
loop.c treewide: replace strcmp() == 0 with spa_streq() 2021-05-18 22:10:27 +10:00
meson.build meson: replace join_paths(a, b) with a / b 2021-04-15 06:57:00 +00:00
node-driver.c spa: add spa_atob() to convert a string to a boolean 2021-05-18 22:18:56 +10:00
null-audio-sink.c treewide: replace !strcmp() with spa_streq() 2021-05-18 22:10:27 +10:00
plugin.c support: add null audio sink 2020-08-20 18:00:00 +02:00
system.c treewide: replace strcmp() == 0 with spa_streq() 2021-05-18 22:10:27 +10:00