Stefan Westerfeld 66699cd994 Bump first speed scan clip length to 25 seconds. 4 лет назад
..
.gitignore a2f8431bef update gitignore 4 лет назад
Makefile.am 9b1fd2a44e Move resample function to its own cc/hh file. 4 лет назад
TODO b04fa01da7 Rename option used for tests: --detect-speed-hint => --test-speed 4 лет назад
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. 4 лет назад
audiowmark.cc b04fa01da7 Rename option used for tests: --detect-speed-hint => --test-speed 4 лет назад
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 b04fa01da7 Rename option used for tests: --detect-speed-hint => --test-speed 4 лет назад
convcode.cc 836955961b Add GPLv3+ license information to each source file. 4 лет назад
convcode.hh 836955961b Add GPLv3+ license information to each source file. 4 лет назад
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 dfb14ab190 Avoid creating a plan for the same size more than once in FFTProcessor. 4 лет назад
fft.hh 71b25268c1 Manage SIMD allocated fft memory buffers in FFTProcessor. 4 лет назад
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. 4 лет назад
gen-short-clip-mk.sh 3efcd0f153 Prepare for short-clip test run on large set. 4 лет назад
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 71922537b2 Add adoc generator for speed test. 4 лет назад
gen-speed-mk.sh be92d8e796 Improved speed test Makefile generation. 4 лет назад
gen-sync-adoc.sh 6dbbaf16bd Adapt sync test report generation to: ferv/comments; --strength 5 лет назад
gen-sync-mk.sh 262688e3e4 Update sync test: use --strengh, use verbose file-error-rate. 5 лет назад
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. 5 лет назад
gen-trunc-mk.sh 13d7a93605 Added truncation test makefile generator. 5 лет назад
hls.cc c228bc6118 HLS: next_size variable stored in .ts is not really necessary 4 лет назад
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. 4 лет назад
mp3inputstream.hh c191daf029 Move mpegts code to its own source/header. 4 лет назад
mpegts.cc e2dd519aaa HLS: more checks for write errors in TSWriter 4 лет назад
mpegts.hh febc8a0797 Integrate "hls-add" command into audiowmark binary. 4 лет назад
peaq.sh 05586958c3 Support passing extra parameters to test scripts. 6 лет назад
random.cc 9e3838ff54 Randomize clip location for speed scan. 4 лет назад
random.hh 585d1eb7c6 Support double random number generation in range [0,1). 4 лет назад
rawconverter.cc a75503173f Make RawConverter destructor virtual (fix clang++ warning). 4 лет назад
rawconverter.hh a75503173f Make RawConverter destructor virtual (fix clang++ warning). 4 лет назад
rawinputstream.cc 836955961b Add GPLv3+ license information to each source file. 4 лет назад
rawinputstream.hh 836955961b Add GPLv3+ license information to each source file. 4 лет назад
rawoutputstream.cc 836955961b Add GPLv3+ license information to each source file. 4 лет назад
rawoutputstream.hh 14f1be3512 Add a few override declarations to avoid clang++ warnings. 4 лет назад
resample.cc a8382b02f2 Move speed detection ratio resample function to resample.cc/hh. 4 лет назад
resample.hh a8382b02f2 Move speed detection ratio resample function to resample.cc/hh. 4 лет назад
seed-test.sh 392a2deb15 Add script to measure file error rate. 6 лет назад
sfinputstream.cc 14c6f9f0e7 Support writing output to memory with SFOutputStream. 4 лет назад
sfinputstream.hh 14c6f9f0e7 Support writing output to memory with SFOutputStream. 4 лет назад
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. 4 лет назад
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). 4 лет назад
stdoutwavoutputstream.cc 836955961b Add GPLv3+ license information to each source file. 4 лет назад
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 dd5749ea99 Fix SyncFinder debug function. 4 лет назад
syncfinder.hh 5e01cc9ca0 Move SyncFinder class to its own cc/hh file. 4 лет назад
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. 4 лет назад
testmpegts.cc a520fdbcd7 testmpegts: add test which decodes the "vars" from prepared .ts 4 лет назад
testrandom.cc 585d1eb7c6 Support double random number generation in range [0,1). 4 лет назад
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. 4 лет назад
testthreadpool.cc b916dbffc4 Remove redundant includes in thread pool test. 4 лет назад
threadpool.cc 01b5aa80f2 Fix minor ThreadPool bug. 4 лет назад
threadpool.hh 326df6a02c Use multiple threads when using --detect-speed. 4 лет назад
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/* 4 лет назад
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 55788b0355 Make fft usage thread safe (required for speed detection). 4 лет назад
wmcommon.cc b04fa01da7 Rename option used for tests: --detect-speed-hint => --test-speed 4 лет назад
wmcommon.hh b04fa01da7 Rename option used for tests: --detect-speed-hint => --test-speed 4 лет назад
wmget.cc 69e8d82dcf Print detected speed during audiowmark get. 4 лет назад
wmspeed.cc 66699cd994 Bump first speed scan clip length to 25 seconds. 4 лет назад
wmspeed.hh 7a246a76f9 Cleanup debugging output for speed detection, only print info in "cmp". 4 лет назад