pipewire/spa/plugins/audioconvert
Wim Taymans dc01b294a2 resample: return the number of consumed samples
We need to return the number of consumed samples, even when we don't
start from the first sample in the buffer.
Add some more logging.
2019-04-02 23:06:46 +02:00
..
audioconvert.c
benchmark-fmt-ops.c audioconvert: pass state to functions 2019-03-29 17:39:59 +01:00
benchmark-resample.c bench: add avx resampler to benchmark 2019-03-28 16:53:26 +01:00
channelmix-ops-c.c audioconvert: pass state to functions 2019-03-29 17:39:59 +01:00
channelmix-ops-sse.c audioconvert: pass state to functions 2019-03-29 17:39:59 +01:00
channelmix-ops.c audioconvert: pass state to functions 2019-03-29 17:39:59 +01:00
channelmix-ops.h audioconvert: pass state to functions 2019-03-29 17:39:59 +01:00
channelmix.c channelmix: do passthrough if identity 2019-03-29 21:00:31 +01:00
fmt-ops-c.c audioconvert: pass state to functions 2019-03-29 17:39:59 +01:00
fmt-ops-sse2.c audioconvert: pass state to functions 2019-03-29 17:39:59 +01:00
fmt-ops-sse41.c audioconvert: pass state to functions 2019-03-29 17:39:59 +01:00
fmt-ops-ssse3.c audioconvert: pass state to functions 2019-03-29 17:39:59 +01:00
fmt-ops.c audioconvert: pass state to functions 2019-03-29 17:39:59 +01:00
fmt-ops.h audioconvert: pass state to functions 2019-03-29 17:39:59 +01:00
fmtconvert.c audioconvert: pass state to functions 2019-03-29 17:39:59 +01:00
merger.c audioconvert: pass state to functions 2019-03-29 17:39:59 +01:00
meson.build audioconvert: pass state to functions 2019-03-29 17:39:59 +01:00
plugin.c
resample-native-avx.c resample-native: small tweaks 2019-03-29 12:08:45 +01:00
resample-native-c.c audioconvert: compile c version separately 2019-03-28 21:07:53 +01:00
resample-native-impl.h resample: return the number of consumed samples 2019-04-02 23:06:46 +02:00
resample-native-sse.c audioconvert: add avx optimizations 2019-03-28 16:45:57 +01:00
resample-native-ssse3.c audioconvert: handle more optimizations 2019-03-27 17:58:48 +01:00
resample-native.h resample: return the number of consumed samples 2019-04-02 23:06:46 +02:00
resample-peaks-sse.h
resample-peaks.h
resample-speex.h
resample.c resample: return the number of consumed samples 2019-04-02 23:06:46 +02:00
resample.h resample: return the number of consumed samples 2019-04-02 23:06:46 +02:00
splitter.c audioconvert: pass state to functions 2019-03-29 17:39:59 +01:00
test-fmt-ops.c audioconvert: pass state to functions 2019-03-29 17:39:59 +01:00
test-resample.c