pipewire/spa/plugins/audioconvert
zuozhiwei 2722d16303 audioadapter: remap port id for port_reuse_buffer on target
port_use_buffers and related port methods increment port_id when the
implicit output direction differs from the adapter's primary direction.
port_reuse_buffer only receives a port id but applies to output ports,
so apply the same offset before forwarding to this->target.

Also update videoadapter for the same mapping.
2026-04-20 07:55:54 +00:00
..
audioadapter.c audioadapter: remap port id for port_reuse_buffer on target 2026-04-20 07:55:54 +00:00
audioconvert.c audioconvert: fix tmp_datas[1] when scratch ports grow 2026-04-20 10:24:42 +08:00
benchmark-fmt-ops.c spa: audioconvert: benchmark-fmt-ops: initialize convert 2026-03-24 17:50:51 +01:00
benchmark-resample.c
biquad.c
biquad.h
channelmix-ops-avx.c audioconver: add avx channelmix copy function 2026-03-20 18:23:43 +01:00
channelmix-ops-c.c
channelmix-ops-sse.c
channelmix-ops.c channelmix: make up/downmix levels configurable 2026-03-30 17:50:48 +02:00
channelmix-ops.h channelmix: make up/downmix levels configurable 2026-03-30 17:50:48 +02:00
crossover.c
crossover.h
dbesi0.c
fmt-ops-avx2.c audioconvert: add avx2 optimized s32_to f32d 2026-03-20 17:57:59 +01:00
fmt-ops-c.c
fmt-ops-neon.c
fmt-ops-rvv.c
fmt-ops-sse2.c fmt-ops: make function static 2026-03-19 16:36:11 +01:00
fmt-ops-sse41.c
fmt-ops-ssse3.c
fmt-ops.c audioconvert: add avx2 optimized s32_to f32d 2026-03-20 17:57:59 +01:00
fmt-ops.h audioconvert: add avx2 optimized s32_to f32d 2026-03-20 17:57:59 +01:00
hilbert.h
law.h
meson.build audioconver: add avx channelmix copy function 2026-03-20 18:23:43 +01:00
peaks-ops-c.c
peaks-ops-sse.c
peaks-ops.c audioconvert: add avx2 optimized s32_to f32d 2026-03-20 17:57:59 +01:00
peaks-ops.h audioconvert: add avx2 optimized s32_to f32d 2026-03-20 17:57:59 +01:00
plugin.c
resample-native-avx2.c
resample-native-c.c
resample-native-impl.h
resample-native-neon.c
resample-native-sse.c
resample-native-ssse3.c
resample-native.c audioconvert: add avx2 optimized s32_to f32d 2026-03-20 17:57:59 +01:00
resample-peaks.c
resample.h audioconvert: add avx2 optimized s32_to f32d 2026-03-20 17:57:59 +01:00
spa-resample-dump-coeffs.c
spa-resample.c
test-audioadapter.c
test-audioconvert.c channelmix: make up/downmix levels configurable 2026-03-30 17:50:48 +02:00
test-channelmix.c channelmix: make up/downmix levels configurable 2026-03-30 17:50:48 +02:00
test-fmt-ops.c spa: audioconvert: test-fmt-ops: initialize convert 2026-03-24 17:38:26 +01:00
test-peaks.c
test-resample-delay.c
test-resample.c
test-source.c
volume-ops-c.c
volume-ops-sse.c
volume-ops.c audioconvert: add avx2 optimized s32_to f32d 2026-03-20 17:57:59 +01:00
volume-ops.h audioconvert: add avx2 optimized s32_to f32d 2026-03-20 17:57:59 +01:00
wavfile.c
wavfile.h