.. |
.gitignore
|
ff17befbb7
gitignore
|
4 years ago |
Makefile.am
|
fb54737cb1
testhls: add simple segment watermarking by zero padding / tmpfile
|
4 years ago |
TODO
|
51de835975
Re-enable total sample test for seek-watermarking.
|
4 years ago |
audiostream.cc
|
836955961b
Add GPLv3+ license information to each source file.
|
4 years ago |
audiostream.hh
|
836955961b
Add GPLv3+ license information to each source file.
|
4 years ago |
audiowmark.cc
|
836955961b
Add GPLv3+ license information to each source file.
|
4 years ago |
ber-double-mp3.sh
|
21f664226f
Add ogg and double-mp3 tests.
|
6 years ago |
ber-mp3.sh
|
769368bade
Mp3 bitrate to error rate test.
|
6 years ago |
ber-ogg.sh
|
21f664226f
Add ogg and double-mp3 tests.
|
6 years ago |
ber-test.sh
|
0deb8bcfc4
Support setting parameters for audiowmark add (but not get) in ber-test.
|
4 years ago |
convcode.cc
|
836955961b
Add GPLv3+ license information to each source file.
|
4 years ago |
convcode.hh
|
836955961b
Add GPLv3+ license information to each source file.
|
4 years ago |
delta2wav.sh
|
c5d8b937e2
This script generates wav files with different watermark delta values.
|
6 years ago |
fer-test.sh
|
392a2deb15
Add script to measure file error rate.
|
6 years ago |
fft.cc
|
836955961b
Add GPLv3+ license information to each source file.
|
4 years ago |
fft.hh
|
836955961b
Add GPLv3+ license information to each source file.
|
4 years ago |
gen-fer-adoc.sh
|
2c1007bcee
Add script to format table with test results.
|
6 years ago |
gen-fer-mk.sh
|
e841de3edb
Force /bin/bash as shell for some scripts.
|
6 years ago |
gen-short-clip-adoc.sh
|
90372b5fb9
Updates for short clip test.
|
4 years ago |
gen-short-clip-mk.sh
|
3efcd0f153
Prepare for short-clip test run on large set.
|
4 years ago |
gen-sync-adoc.sh
|
6dbbaf16bd
Adapt sync test report generation to: ferv/comments; --strength
|
6 years ago |
gen-sync-mk.sh
|
262688e3e4
Update sync test: use --strengh, use verbose file-error-rate.
|
6 years ago |
gen-test.sh
|
7181bb40fe
Warn if gen-test.sh would write new files into non-empty dir.
|
6 years ago |
gen-trunc-adoc.sh
|
10f0223065
Added basic trunc test report script.
|
6 years ago |
gen-trunc-mk.sh
|
13d7a93605
Added truncation test makefile generator.
|
6 years ago |
limiter.cc
|
faba80d797
Use size_t to support long seeks.
|
4 years ago |
limiter.hh
|
7d60481955
Implement skip() function for Limiter.
|
4 years ago |
mp3inputstream.cc
|
836955961b
Add GPLv3+ license information to each source file.
|
4 years ago |
mp3inputstream.hh
|
eb6d1e37da
Move mpegts code to its own source/header.
|
4 years ago |
mpegts.cc
|
53db2bb5b3
Add mpeg ts reader helper function to find entries by name.
|
4 years ago |
mpegts.hh
|
53db2bb5b3
Add mpeg ts reader helper function to find entries by name.
|
4 years ago |
peaq.sh
|
05586958c3
Support passing extra parameters to test scripts.
|
6 years ago |
random.cc
|
836955961b
Add GPLv3+ license information to each source file.
|
4 years ago |
random.hh
|
836955961b
Add GPLv3+ license information to each source file.
|
4 years ago |
rawconverter.cc
|
836955961b
Add GPLv3+ license information to each source file.
|
4 years ago |
rawconverter.hh
|
836955961b
Add GPLv3+ license information to each source file.
|
4 years ago |
rawinputstream.cc
|
836955961b
Add GPLv3+ license information to each source file.
|
4 years ago |
rawinputstream.hh
|
836955961b
Add GPLv3+ license information to each source file.
|
4 years ago |
rawoutputstream.cc
|
836955961b
Add GPLv3+ license information to each source file.
|
4 years ago |
rawoutputstream.hh
|
836955961b
Add GPLv3+ license information to each source file.
|
4 years ago |
seed-test.sh
|
392a2deb15
Add script to measure file error rate.
|
6 years ago |
sfinputstream.cc
|
ce63254c08
Fix floating point wav input format.
|
4 years ago |
sfinputstream.hh
|
ce63254c08
Fix floating point wav input format.
|
4 years ago |
sfoutputstream.cc
|
836955961b
Add GPLv3+ license information to each source file.
|
4 years ago |
sfoutputstream.hh
|
836955961b
Add GPLv3+ license information to each source file.
|
4 years ago |
short.mk
|
b9f7063275
Add test Makefile for short clips.
|
4 years ago |
snr.sh
|
ee97550522
Fix snr script (audiowmark with streaming uses stderr for messages).
|
4 years ago |
stdoutwavoutputstream.cc
|
836955961b
Add GPLv3+ license information to each source file.
|
4 years ago |
stdoutwavoutputstream.hh
|
836955961b
Add GPLv3+ license information to each source file.
|
4 years ago |
strength2snr.sh
|
399de99d0d
Adapt snr related scripts to new command line options (--strength/--snr).
|
6 years ago |
sync-test.sh
|
2613e51d40
Add extra script for sync detection test.
|
6 years ago |
test_list
|
0f19cbaf2c
Test set: replace short file.
|
6 years ago |
testconvcode.cc
|
db40330d10
Move performance test helper get_time() to utils.
|
4 years ago |
testhls.cc
|
66aa634051
Implement video aac expermintal libavcodec decoder.
|
4 years ago |
testlimiter.cc
|
db40330d10
Move performance test helper get_time() to utils.
|
4 years ago |
testmp3.cc
|
836955961b
Add GPLv3+ license information to each source file.
|
4 years ago |
testmpegts.cc
|
24f8eb1bbe
Implemented simple experimental mpeg transport stream PCR read/write.
|
4 years ago |
testrandom.cc
|
db40330d10
Move performance test helper get_time() to utils.
|
4 years ago |
teststream.cc
|
836955961b
Add GPLv3+ license information to each source file.
|
4 years ago |
ttfb-test.py
|
4206e7ed95
Pass commandline to ttfb-test.py; display average time.
|
5 years ago |
utils.cc
|
db40330d10
Move performance test helper get_time() to utils.
|
4 years ago |
utils.hh
|
db40330d10
Move performance test helper get_time() to utils.
|
4 years ago |
videowmark
|
ab2cc101c7
videowmark: print correct input/output filename instead of /dev/fd/*
|
4 years ago |
wavdata.cc
|
9e9bbdf3ec
WavData should overwrite old contents on load().
|
4 years ago |
wavdata.hh
|
793cc0a7ba
WavData save() can be const.
|
4 years ago |
wmadd.cc
|
51de835975
Re-enable total sample test for seek-watermarking.
|
4 years ago |
wmcommon.cc
|
836955961b
Add GPLv3+ license information to each source file.
|
4 years ago |
wmcommon.hh
|
6843d59927
Move zero frames at start to watermark generation.
|
4 years ago |
wmget.cc
|
836955961b
Add GPLv3+ license information to each source file.
|
4 years ago |