pipewire/spa/plugins/audioconvert
Wim Taymans 499dd3ff22 node: add port and node params
Add a new struct spa_param_info that lists the available params on
a node/port and if they are readable/writable/updated. We can use
this to replace and improve the PARAM_List and also to notify
property change and updates.

Update elements and code to deal with this new param stuff. Add
port and node info to most elements and signal changes.

Use async enum_params in -inspect and use the param info to know
which ones to enumerate.

Use the port info to know what parameters to update in the
remote-node.
2019-02-27 16:43:01 +01:00
..
audioconvert.c Improve async handling 2019-02-25 12:29:57 +01:00
benchmark-fmt-ops.c mem: align memory to requested alignment 2019-01-24 18:28:52 +01:00
channelmix-ops-sse.c mem: align memory to requested alignment 2019-01-24 18:28:52 +01:00
channelmix-ops.c device: improve callbacks 2019-02-13 11:13:46 +01:00
channelmix.c node: add port and node params 2019-02-27 16:43:01 +01:00
fmt-ops-sse2.c fmt: remove debug assert 2019-01-25 09:40:14 +01:00
fmt-ops.c spa/audioconvert: don't include xmmintrin.h in the non-sse fmt-ops 2019-02-13 11:22:57 +01:00
fmtconvert.c node: add port and node params 2019-02-27 16:43:01 +01:00
merger.c node: add port and node params 2019-02-27 16:43:01 +01:00
meson.build audioconvert: add unit test for format conversion 2019-01-23 15:59:54 +01:00
plugin.c use SPA_EXPORT to export symbols 2019-02-06 13:24:41 +01:00
resample-peaks-sse.h fix sign confusion 2019-01-07 15:52:42 +01:00
resample-peaks.h fix sign confusion 2019-01-07 15:52:42 +01:00
resample-speex.h resample: add peaks resampler 2018-12-05 15:58:55 +01:00
resample.c node: add port and node params 2019-02-27 16:43:01 +01:00
resample.h resample: add SSE peaks resampler 2018-12-19 16:47:20 +01:00
splitter.c node: add port and node params 2019-02-27 16:43:01 +01:00
test-fmt-ops.c mem: align memory to requested alignment 2019-01-24 18:28:52 +01:00