| .. |
|
audioadapter.c
|
audioadapter: recheck formats when EnumFormat changes
|
2024-02-19 15:10:32 +01:00 |
|
audioconvert.c
|
audioconvert: also place resample output in rate_io
|
2024-01-16 13:29:57 +01:00 |
|
benchmark-fmt-ops.c
|
treewide: use SPDX tags to specify copyright information
|
2023-02-16 10:54:48 +00:00 |
|
benchmark-resample.c
|
treewide: use SPDX tags to specify copyright information
|
2023-02-16 10:54:48 +00:00 |
|
biquad.c
|
audioconvert: build C versions with -Ofast and -ffast-math
|
2022-07-14 10:07:07 +02:00 |
|
biquad.h
|
Fix typos
|
2021-04-30 16:27:34 +00:00 |
|
channelmix-ops-c.c
|
treewide: use SPDX tags to specify copyright information
|
2023-02-16 10:54:48 +00:00 |
|
channelmix-ops-sse.c
|
treewide: use SPDX tags to specify copyright information
|
2023-02-16 10:54:48 +00:00 |
|
channelmix-ops.c
|
audioconvert: use spa_strbuf
|
2023-03-22 15:41:27 +01:00 |
|
channelmix-ops.h
|
treewide: use SPDX tags to specify copyright information
|
2023-02-16 10:54:48 +00:00 |
|
crossover.c
|
filter-chain: simplify biquads
|
2023-06-30 17:49:29 +02:00 |
|
crossover.h
|
channelmix: improve corssover processing
|
2022-03-01 09:08:17 +01:00 |
|
delay.h
|
treewide: use SPDX tags to specify copyright information
|
2023-02-16 10:54:48 +00:00 |
|
fmt-ops-avx2.c
|
audioconvert: use spa_write_unaligned
|
2023-10-16 12:21:33 +02:00 |
|
fmt-ops-c.c
|
treewide: use SPDX tags to specify copyright information
|
2023-02-16 10:54:48 +00:00 |
|
fmt-ops-neon.c
|
audioconvert: fix typo in neon function
|
2023-08-24 13:45:11 +02:00 |
|
fmt-ops-sse2.c
|
audioconvert: use alternative store to avoid ASAN errors
|
2023-10-16 12:59:41 +02:00 |
|
fmt-ops-sse41.c
|
audioconvert: avoid unaligned read
|
2023-10-15 22:20:54 +02:00 |
|
fmt-ops-ssse3.c
|
treewide: use SPDX tags to specify copyright information
|
2023-02-16 10:54:48 +00:00 |
|
fmt-ops.c
|
treewide: use SPDX tags to specify copyright information
|
2023-02-16 10:54:48 +00:00 |
|
fmt-ops.h
|
audioconvert: don't left shift negative values
|
2023-10-15 21:00:01 +02:00 |
|
hilbert.h
|
treewide: use SPDX tags to specify copyright information
|
2023-02-16 10:54:48 +00:00 |
|
law.h
|
treewide: use SPDX tags to specify copyright information
|
2023-02-16 10:54:48 +00:00 |
|
meson.build
|
spa: deduplicate test-helper.h
|
2023-10-15 16:20:17 +00:00 |
|
peaks-ops-c.c
|
treewide: use SPDX tags to specify copyright information
|
2023-02-16 10:54:48 +00:00 |
|
peaks-ops-sse.c
|
treewide: use SPDX tags to specify copyright information
|
2023-02-16 10:54:48 +00:00 |
|
peaks-ops.c
|
treewide: use SPDX tags to specify copyright information
|
2023-02-16 10:54:48 +00:00 |
|
peaks-ops.h
|
treewide: use SPDX tags to specify copyright information
|
2023-02-16 10:54:48 +00:00 |
|
plugin.c
|
spa: export log topic enumerations
|
2024-01-04 10:02:55 +00:00 |
|
resample-native-avx.c
|
audioconvert: remove unnecessary casts
|
2024-01-16 15:33:13 +01:00 |
|
resample-native-c.c
|
treewide: use SPDX tags to specify copyright information
|
2023-02-16 10:54:48 +00:00 |
|
resample-native-impl.h
|
resample: use a float phase in update_rate
|
2024-02-16 20:08:18 +00:00 |
|
resample-native-neon.c
|
treewide: use SPDX tags to specify copyright information
|
2023-02-16 10:54:48 +00:00 |
|
resample-native-sse.c
|
treewide: use SPDX tags to specify copyright information
|
2023-02-16 10:54:48 +00:00 |
|
resample-native-ssse3.c
|
treewide: use SPDX tags to specify copyright information
|
2023-02-16 10:54:48 +00:00 |
|
resample-native.c
|
audioconvert: fix debug when -UFASTPATH
|
2024-02-19 12:43:46 +01:00 |
|
resample-peaks.c
|
audioconvert: implement resample_out_len()
|
2024-01-16 13:28:37 +01:00 |
|
resample.h
|
treewide: use SPDX tags to specify copyright information
|
2023-02-16 10:54:48 +00:00 |
|
spa-resample.c
|
treewide: use SPDX tags to specify copyright information
|
2023-02-16 10:54:48 +00:00 |
|
test-audioadapter.c
|
treewide: use SPDX tags to specify copyright information
|
2023-02-16 10:54:48 +00:00 |
|
test-audioconvert.c
|
audioconvert: fix test
|
2023-03-22 15:41:06 +01:00 |
|
test-channelmix.c
|
treewide: use SPDX tags to specify copyright information
|
2023-02-16 10:54:48 +00:00 |
|
test-fmt-ops.c
|
test: avoid left shift on signed values
|
2023-10-15 22:27:44 +02:00 |
|
test-peaks.c
|
treewide: use SPDX tags to specify copyright information
|
2023-02-16 10:54:48 +00:00 |
|
test-resample.c
|
treewide: use SPDX tags to specify copyright information
|
2023-02-16 10:54:48 +00:00 |
|
test-source.c
|
treewide: use SPDX tags to specify copyright information
|
2023-02-16 10:54:48 +00:00 |
|
volume-ops-c.c
|
treewide: use SPDX tags to specify copyright information
|
2023-02-16 10:54:48 +00:00 |
|
volume-ops-sse.c
|
treewide: use SPDX tags to specify copyright information
|
2023-02-16 10:54:48 +00:00 |
|
volume-ops.c
|
treewide: use SPDX tags to specify copyright information
|
2023-02-16 10:54:48 +00:00 |
|
volume-ops.h
|
treewide: use SPDX tags to specify copyright information
|
2023-02-16 10:54:48 +00:00 |
|
wavfile.c
|
wav: fix build
|
2023-03-09 17:09:47 +01:00 |
|
wavfile.h
|
wav: fix build
|
2023-03-09 17:09:47 +01:00 |