Stefan Westerfeld ff172cd353 Improve fft based speed sync performance by avoiding std::vector. пре 2 година
..
.gitignore 59a383df29 update gitignore пре 3 година
Makefile.am 6704c6e1de Move resample function to its own cc/hh file. пре 3 година
TODO f9826fbf0a Improve error messages for command line argument parser. пре 2 година
audiobuffer.hh 88c5fbbaf4 Move shared class AudioBuffer to its own header. пре 4 година
audiostream.cc 3d5b1d71d5 Remove unused n_frames argument from SFOutputStream::open(). пре 4 година
audiostream.hh 836955961b Add GPLv3+ license information to each source file. пре 5 година
audiowmark.cc 0d4af829d4 Implement audiowmark cmp --expect-matches option for tests. пре 2 година
ber-double-mp3.sh 21f664226f Add ogg and double-mp3 tests. пре 6 година
ber-mp3.sh 769368bade Mp3 bitrate to error rate test. пре 6 година
ber-ogg.sh 21f664226f Add ogg and double-mp3 tests. пре 6 година
ber-test.sh def6631e24 Make test script exit with non-zero exit code if something goes wrong. пре 2 година
convcode.cc 836955961b Add GPLv3+ license information to each source file. пре 5 година
convcode.hh 836955961b Add GPLv3+ license information to each source file. пре 5 година
delta2wav.sh c5d8b937e2 This script generates wav files with different watermark delta values. пре 6 година
fer-test.sh 392a2deb15 Add script to measure file error rate. пре 6 година
fft.cc fbb99e477d Avoid creating a plan for the same size more than once in FFTProcessor. пре 3 година
fft.hh ef8f26942d Manage SIMD allocated fft memory buffers in FFTProcessor. пре 3 година
gen-fer-adoc.sh 2c1007bcee Add script to format table with test results. пре 6 година
gen-fer-mk.sh e841de3edb Force /bin/bash as shell for some scripts. пре 6 година
gen-short-clip-adoc.sh 90372b5fb9 Updates for short clip test. пре 5 година
gen-short-clip-mk.sh 3efcd0f153 Prepare for short-clip test run on large set. пре 5 година
gen-short-payload-adoc.sh 06989a0ede Add test scripts for short payload test. пре 4 година
gen-short-payload-mk.sh 06989a0ede Add test scripts for short payload test. пре 4 година
gen-speed-adoc.sh db796c0b7a Fix gen-speed-adoc.sh generation for complete files (speed-full*). пре 3 година
gen-speed-mk.sh ebabcd3a22 Fix speed Makefile generator bugs. пре 2 година
gen-sync-adoc.sh 6dbbaf16bd Adapt sync test report generation to: ferv/comments; --strength пре 6 година
gen-sync-mk.sh 262688e3e4 Update sync test: use --strengh, use verbose file-error-rate. пре 6 година
gen-test.sh 7181bb40fe Warn if gen-test.sh would write new files into non-empty dir. пре 6 година
gen-trunc-adoc.sh 10f0223065 Added basic trunc test report script. пре 6 година
gen-trunc-mk.sh 13d7a93605 Added truncation test makefile generator. пре 6 година
hls.cc 8e02e55c4a Fix segmentation fault caused by hls-prepare for some files. пре 3 година
hls.hh 55bab8bbb6 Add hls-prepare command to audiowmark main binary. пре 4 година
hlsoutputstream.cc 0e84761157 HLS: support non-stereo channel layout пре 4 година
hlsoutputstream.hh 0e84761157 HLS: support non-stereo channel layout пре 4 година
limiter.cc 5479dc5608 Use size_t to support long seeks. пре 4 година
limiter.hh 31ed83f5a9 Implement skip() function for Limiter. пре 4 година
mp3inputstream.cc 836955961b Add GPLv3+ license information to each source file. пре 5 година
mp3inputstream.hh c191daf029 Move mpegts code to its own source/header. пре 4 година
mpegts.cc 26149c2622 Fix build on gcc:12.1.0 docker image. пре 3 година
mpegts.hh febc8a0797 Integrate "hls-add" command into audiowmark binary. пре 4 година
peaq.sh 05586958c3 Support passing extra parameters to test scripts. пре 6 година
random.cc fe4c49ab5c Randomize clip location for speed scan. пре 3 година
random.hh a5803f6b4a Fix random generator build on macOS. пре 3 година
rawconverter.cc 9fa4bf9e07 Add missing includes for macOS. пре 4 година
rawconverter.hh a75503173f Make RawConverter destructor virtual (fix clang++ warning). пре 4 година
rawinputstream.cc 9fa4bf9e07 Add missing includes for macOS. пре 4 година
rawinputstream.hh 836955961b Add GPLv3+ license information to each source file. пре 5 година
rawoutputstream.cc 9fa4bf9e07 Add missing includes for macOS. пре 4 година
rawoutputstream.hh 14f1be3512 Add a few override declarations to avoid clang++ warnings. пре 4 година
resample.cc ed7e78fe28 Move speed detection ratio resample function to resample.cc/hh. пре 3 година
resample.hh ed7e78fe28 Move speed detection ratio resample function to resample.cc/hh. пре 3 година
seed-test.sh 392a2deb15 Add script to measure file error rate. пре 6 година
sfinputstream.cc bc79ecdcaf SFInputStream: fixes related to number of frames. пре 2 година
sfinputstream.hh bc79ecdcaf SFInputStream: fixes related to number of frames. пре 2 година
sfoutputstream.cc 7152f3fe16 Create HLS full.flac in memory (no temp file). пре 4 година
sfoutputstream.hh 7152f3fe16 Create HLS full.flac in memory (no temp file). пре 4 година
short.mk b9f7063275 Add test Makefile for short clips. пре 5 година
shortcode.cc 75f86beeee Make number of short payload bits a command line parameter. пре 4 година
shortcode.hh 75f86beeee Make number of short payload bits a command line parameter. пре 4 година
snr.sh ee97550522 Fix snr script (audiowmark with streaming uses stderr for messages). пре 5 година
stdoutwavoutputstream.cc 836955961b Add GPLv3+ license information to each source file. пре 5 година
stdoutwavoutputstream.hh 14f1be3512 Add a few override declarations to avoid clang++ warnings. пре 4 година
strength2snr.sh 399de99d0d Adapt snr related scripts to new command line options (--strength/--snr). пре 6 година
sync-test.sh 2613e51d40 Add extra script for sync detection test. пре 6 година
syncfinder.cc 077e1019e6 Performance optimization: use db_from_complex everywhere. пре 3 година
syncfinder.hh 7813877f20 Move SyncFinder class to its own cc/hh file. пре 3 година
test_list 0f19cbaf2c Test set: replace short file. пре 6 година
testconvcode.cc 030d9acd5b Move performance test helper get_time() to utils. пре 4 година
testhls.cc 50f5b3d9eb HLS: add override declarations to fix clang++ warnings пре 4 година
testlimiter.cc 3d5b1d71d5 Remove unused n_frames argument from SFOutputStream::open(). пре 4 година
testmp3.cc 836955961b Add GPLv3+ license information to each source file. пре 5 година
testmpegts.cc a520fdbcd7 testmpegts: add test which decodes the "vars" from prepared .ts пре 4 година
testrandom.cc 1f9c81b9bd Support double random number generation in range [0,1). пре 3 година
testshortcode.cc 75f86beeee Make number of short payload bits a command line parameter. пре 4 година
teststream.cc 836955961b Add GPLv3+ license information to each source file. пре 5 година
testthreadpool.cc 5e76ae0298 Remove redundant includes in thread pool test. пре 3 година
threadpool.cc c50b8ccfd0 Fix minor ThreadPool bug. пре 3 година
threadpool.hh 370fc2405a Use multiple threads when using --detect-speed. пре 3 година
ttfb-test.py 4206e7ed95 Pass commandline to ttfb-test.py; display average time. пре 5 година
utils.cc 030d9acd5b Move performance test helper get_time() to utils. пре 4 година
utils.hh 030d9acd5b Move performance test helper get_time() to utils. пре 4 година
videowmark ab2cc101c7 videowmark: print correct input/output filename instead of /dev/fd/* пре 5 година
wavdata.cc 1a49f92fa5 WavData should overwrite old contents on load(). пре 4 година
wavdata.hh 3b0ef2d807 testhls: reduce prev/next context to 3 seconds пре 4 година
wmadd.cc 83c0a71746 Fix overflow for time computation. пре 2 година
wmcommon.cc 0d4af829d4 Implement audiowmark cmp --expect-matches option for tests. пре 2 година
wmcommon.hh 0d4af829d4 Implement audiowmark cmp --expect-matches option for tests. пре 2 година
wmget.cc 36bc4da8a4 Support audiowmark cmp --expect-matches 0 (true if no matches found). пре 2 година
wmspeed.cc ff172cd353 Improve fft based speed sync performance by avoiding std::vector. пре 2 година
wmspeed.hh 112eef2c5e Cleanup debugging output for speed detection, only print info in "cmp". пре 3 година