Stefan Westerfeld
|
ee4af482c6
Avoid out-of-bounds access via std::vector::operator[].
|
2 years ago |
Stefan Westerfeld
|
ab9c713150
Free fft plans at exit to make address sanitizer happy.
|
2 years ago |
Stefan Westerfeld
|
394075b612
Add build options for address sanitizer and C++ STL debug checks.
|
2 years ago |
Stefan Westerfeld
|
1eabbe2269
Bump n-best search value for slow speed detection.
|
2 years ago |
Stefan Westerfeld
|
dc1cee7dbd
Merge branch 'speed-detection-opt'
|
2 years ago |
Stefan Westerfeld
|
1e3dc560aa
Update speed detection comments.
|
2 years ago |
Stefan Westerfeld
|
5a52dadd4c
Check for positive index without fractional shift in speed detection.
|
2 years ago |
Stefan Westerfeld
|
210ad31764
Avoid floating point math for speed detection offset computation.
|
2 years ago |
Stefan Westerfeld
|
a157816f40
Determine speed search compare range [begin,end] before loop (performance).
|
2 years ago |
Stefan Westerfeld
|
23b48dc6ea
Improve performance for speed detection bits compare.
|
2 years ago |
Stefan Westerfeld
|
c6845081e0
Reorder memory access in speed detection (performance).
|
2 years ago |
Stefan Westerfeld
|
267755d2e6
MISC: use our own zita-resampler repo
|
2 years ago |
Stefan Westerfeld
|
cb7b119ba0
MISC: build zita-resampler in macbuild.sh
|
2 years ago |
Stefan Westerfeld
|
78f24e7efa
MISC: add more brew dependencies for mac builds
|
2 years ago |
Stefan Westerfeld
|
2230ad3ee0
GITHUB: add CI for macOS
|
2 years ago |
Stefan Westerfeld
|
bc491df20d
MISC: add build script for macOS
|
2 years ago |
Stefan Westerfeld
|
3d4b87d80b
Setup CI via GitHub actions.
|
2 years ago |
Stefan Westerfeld
|
50c2d24222
MISC: add Dockerfiles and helper scripts for CI
|
2 years ago |
Stefan Westerfeld
|
b4cdb72557
Merge branch 'speed-detection-v2'
|
2 years ago |
Stefan Westerfeld
|
1b2e912eb4
Produce better error messages for some commands.
|
2 years ago |
Stefan Westerfeld
|
9cf8e2b733
Use similar wording for --help options summary.
|
2 years ago |
Stefan Westerfeld
|
7c30f68c0b
Add verbose reporting to gen-speed-mk.sh.
|
2 years ago |
Stefan Westerfeld
|
1b0b1c850e
Fix speed detection for short payloads.
|
2 years ago |
Stefan Westerfeld
|
fdf064e888
TODO~
|
2 years ago |
Stefan Westerfeld
|
c164d133b0
Fix test script (keep watermarked files for which cmp failed).
|
2 years ago |
Stefan Westerfeld
|
cdc8c13b15
Use sync quality threshold for speed detection to minimize false positives.
|
2 years ago |
Stefan Westerfeld
|
25a8475360
Fix comment.
|
2 years ago |
Stefan Westerfeld
|
bac6864a42
Add test script option to copy files if watermark detection fails.
|
2 years ago |
Stefan Westerfeld
|
084f50a996
Merge analysis window generation into one function.
|
2 years ago |
Stefan Westerfeld
|
84146548ef
Use n-best search for patient speed detection as well.
|
2 years ago |