pipewire/spa/plugins
Wim Taymans d22feab92a spa: add macro to simplify array iterations some more
uint32_t i;
	for (i = 0; i < SPA_N_ELEMENTS(some_array); i++)
		.. stuff with some_array[i].foo ...

   becomes:

	SPA_FOR_EACH_ELEMENT_VAR(some_array, p)
		.. stuff with p->foo ..
2022-09-30 16:24:26 +02:00
..
aec spa: aec: rename first argument of methods in spa_audio_aec_methods 2022-07-23 08:58:18 +00:00
alsa spa: add macro to simplify array iterations some more 2022-09-30 16:24:26 +02:00
audioconvert spa: add macro to simplify array iterations some more 2022-09-30 16:24:26 +02:00
audiomixer spa: add macro to simplify array iterations some more 2022-09-30 16:24:26 +02:00
audiotestsrc spa: make default samplerate 48000 2022-09-05 12:21:20 +02:00
avb Fix calls to sendmsg() 2022-09-23 16:33:36 +00:00
bluez5 spa: add macro to simplify array iterations some more 2022-09-30 16:24:26 +02:00
control spa: clean up some port io checks 2022-09-01 15:39:34 +02:00
ffmpeg spa: ffmpeg: set spa_handle_factory::version 2022-06-16 17:29:42 +02:00
jack buffers: make alignment optional 2022-01-03 12:32:26 +01:00
libcamera spa: libcamera: fix hook adding logic 2022-09-15 11:17:47 +00:00
support Make all fopen() calls use O_CLOEXEC 2022-09-23 15:19:01 +00:00
test spa: don't warn for NULL io 2022-09-01 15:31:14 +02:00
v4l2 v4l2: use the device name to open in BeginParams 2022-09-12 09:51:55 +02:00
videoconvert spa: a Flush command does not stop processing 2022-09-26 11:10:02 +02:00
videotestsrc spa: don't warn for NULL io 2022-09-01 15:31:14 +02:00
volume spa: make default samplerate 48000 2022-09-05 12:21:20 +02:00
vulkan spa: clean up some port io checks 2022-09-01 15:39:34 +02:00
meson.build treewide: meson.build: use host_machine instead of build_machine 2022-08-17 07:34:20 +00:00