Stefan Westerfeld 66aa634051 Implement video aac expermintal libavcodec decoder. 4 年 前
..
.gitignore ff17befbb7 gitignore 4 年 前
Makefile.am fb54737cb1 testhls: add simple segment watermarking by zero padding / tmpfile 4 年 前
TODO 51de835975 Re-enable total sample test for seek-watermarking. 4 年 前
audiostream.cc 836955961b Add GPLv3+ license information to each source file. 4 年 前
audiostream.hh 836955961b Add GPLv3+ license information to each source file. 4 年 前
audiowmark.cc 836955961b Add GPLv3+ license information to each source file. 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 0deb8bcfc4 Support setting parameters for audiowmark add (but not get) in ber-test. 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 836955961b Add GPLv3+ license information to each source file. 4 年 前
fft.hh 836955961b Add GPLv3+ license information to each source file. 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-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 年 前
limiter.cc faba80d797 Use size_t to support long seeks. 4 年 前
limiter.hh 7d60481955 Implement skip() function for Limiter. 4 年 前
mp3inputstream.cc 836955961b Add GPLv3+ license information to each source file. 4 年 前
mp3inputstream.hh eb6d1e37da Move mpegts code to its own source/header. 4 年 前
mpegts.cc 53db2bb5b3 Add mpeg ts reader helper function to find entries by name. 4 年 前
mpegts.hh 53db2bb5b3 Add mpeg ts reader helper function to find entries by name. 4 年 前
peaq.sh 05586958c3 Support passing extra parameters to test scripts. 6 年 前
random.cc 836955961b Add GPLv3+ license information to each source file. 4 年 前
random.hh 836955961b Add GPLv3+ license information to each source file. 4 年 前
rawconverter.cc 836955961b Add GPLv3+ license information to each source file. 4 年 前
rawconverter.hh 836955961b Add GPLv3+ license information to each source file. 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 836955961b Add GPLv3+ license information to each source file. 4 年 前
seed-test.sh 392a2deb15 Add script to measure file error rate. 6 年 前
sfinputstream.cc ce63254c08 Fix floating point wav input format. 4 年 前
sfinputstream.hh ce63254c08 Fix floating point wav input format. 4 年 前
sfoutputstream.cc 836955961b Add GPLv3+ license information to each source file. 4 年 前
sfoutputstream.hh 836955961b Add GPLv3+ license information to each source file. 4 年 前
short.mk b9f7063275 Add test Makefile for short clips. 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 836955961b Add GPLv3+ license information to each source file. 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 年 前
test_list 0f19cbaf2c Test set: replace short file. 6 年 前
testconvcode.cc db40330d10 Move performance test helper get_time() to utils. 4 年 前
testhls.cc 66aa634051 Implement video aac expermintal libavcodec decoder. 4 年 前
testlimiter.cc db40330d10 Move performance test helper get_time() to utils. 4 年 前
testmp3.cc 836955961b Add GPLv3+ license information to each source file. 4 年 前
testmpegts.cc 24f8eb1bbe Implemented simple experimental mpeg transport stream PCR read/write. 4 年 前
testrandom.cc db40330d10 Move performance test helper get_time() to utils. 4 年 前
teststream.cc 836955961b Add GPLv3+ license information to each source file. 4 年 前
ttfb-test.py 4206e7ed95 Pass commandline to ttfb-test.py; display average time. 5 年 前
utils.cc db40330d10 Move performance test helper get_time() to utils. 4 年 前
utils.hh db40330d10 Move performance test helper get_time() to utils. 4 年 前
videowmark ab2cc101c7 videowmark: print correct input/output filename instead of /dev/fd/* 4 年 前
wavdata.cc 9e9bbdf3ec WavData should overwrite old contents on load(). 4 年 前
wavdata.hh 793cc0a7ba WavData save() can be const. 4 年 前
wmadd.cc 51de835975 Re-enable total sample test for seek-watermarking. 4 年 前
wmcommon.cc 836955961b Add GPLv3+ license information to each source file. 4 年 前
wmcommon.hh 6843d59927 Move zero frames at start to watermark generation. 4 年 前
wmget.cc 836955961b Add GPLv3+ license information to each source file. 4 年 前