index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
fate-run.sh
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "fate: Use wmv2 IDCT for wmv2 tests"
Luca Barbato
2013-01-21
1
-2
/
+1
*
fate: Use wmv2 IDCT for wmv2 tests
Ronald S. Bultje
2013-01-21
1
-1
/
+2
*
fate: workaround for slighly broken 'test' shell builtin
Mans Rullgard
2012-12-04
1
-1
/
+1
*
fate: split dependencies for fate-seek tests
Janne Grunau
2012-12-02
1
-15
/
+0
*
fate-run: make avconv() properly deal with multiple inputs.
Anton Khirnov
2012-07-09
1
-1
/
+7
*
fate: convert codec-regression.sh to makefile rules
Mans Rullgard
2012-05-29
1
-8
/
+32
*
fate: allow tests to specify unit size for psnr comparison
Mans Rullgard
2012-05-29
1
-1
/
+2
*
fate: use standard diff options
Mans Rullgard
2012-05-15
1
-1
/
+1
*
fate: use diff -b in oneline comparison
Mans Rullgard
2012-05-15
1
-3
/
+1
*
Add probe fate tests to test for regressions in detecting media types.
Ronald S. Bultje
2012-05-07
1
-0
/
+4
*
fate: Add oneline comparison method
Mans Rullgard
2012-05-07
1
-1
/
+8
*
FATE: pass the decoded output format and audio source file to enc_dec_pcm
Justin Ruggles
2012-04-18
1
-4
/
+12
*
FATE: specify the input format when decoding in enc_dec_pcm()
Justin Ruggles
2012-04-18
1
-1
/
+1
*
fate: make compare() function compatible with POSIX bc
Mans Rullgard
2012-03-18
1
-2
/
+1
*
fate: fix enc_dec_pcm tests with remote target
Mans Rullgard
2012-03-17
1
-2
/
+2
*
FATE: add capability for audio encode/decode tests with fuzzy psnr comparison
Justin Ruggles
2012-03-15
1
-0
/
+10
*
FATE: allow a tolerance in the size comparison in do_tiny_psnr()
Justin Ruggles
2012-03-15
1
-1
/
+3
*
FATE: use absolute difference from a target value in do_tiny_psnr()
Justin Ruggles
2012-03-15
1
-4
/
+12
*
FATE: allow tests to set CMP_SHIFT to pass to tiny_psnr
Justin Ruggles
2012-03-15
1
-1
/
+2
*
FATE: use $fuzz directly in do_tiny_psnr() instead of passing it around
Justin Ruggles
2012-03-15
1
-6
/
+6
*
FATE: add CPUFLAGS variable, mapping to -cpuflags avconv option.
Anton Khirnov
2012-03-06
1
-2
/
+3
*
fate: run avconv with -nostats flag
Mans Rullgard
2011-10-09
1
-1
/
+1
*
fate: use 'run' helper for seek-test
Mans Rullgard
2011-09-28
1
-1
/
+1
*
fate: use +frame+slice named constants instead of '3'
Anton Khirnov
2011-09-05
1
-1
/
+1
*
Make a copy of ffmpeg under a new name -- avconv.
Anton Khirnov
2011-08-12
1
-7
/
+7
*
build: move tests/seek_test.c to libavformat and reuse generic build rules
Diego Biurrun
2011-07-13
1
-1
/
+1
*
fate: add 'null' comparison method
Mans Rullgard
2011-07-04
1
-0
/
+1
*
fate: remove output redirections from old regtest scripts
Mans Rullgard
2011-06-21
1
-3
/
+0
*
FATE: allow forcing thread-type when doing threaded fate runs.
Ronald S. Bultje
2011-04-21
1
-2
/
+3
*
fate: add support for multithread testing
Luca Barbato
2011-03-23
1
-2
/
+3
*
fate: print commands being executed with V=1
Måns Rullgård
2010-09-23
1
-0
/
+2
*
fate: set LC_ALL=C to avoid locale interference
Måns Rullgård
2010-08-23
1
-0
/
+2
*
fate-run: use 'run' function in 'ffmpeg' function
Måns Rullgård
2010-08-19
1
-1
/
+1
*
fate: add -v 0 to ffmpeg flags
Måns Rullgård
2010-08-19
1
-1
/
+1
*
fate-run: add helper to run things on target
Måns Rullgård
2010-08-04
1
-0
/
+4
*
fate: fix non-standard use of bc
Måns Rullgård
2010-08-01
1
-1
/
+1
*
fate: fix signal name translation
Måns Rullgård
2010-08-01
1
-1
/
+1
*
fate: translate exit status to signal name
Måns Rullgård
2010-07-31
1
-1
/
+6
*
fate: create report files
Måns Rullgård
2010-07-26
1
-10
/
+18
*
Unbreak parallel lavfi testing
Måns Rullgård
2010-07-24
1
-1
/
+1
*
fate: delete useless artifacts after running each test
Måns Rullgård
2010-07-21
1
-1
/
+3
*
fate: keep stderr from failing tests
Måns Rullgård
2010-07-21
1
-2
/
+4
*
fate: run diff even if command fails
Måns Rullgård
2010-07-20
1
-2
/
+5
*
fate: allow running regtests through fate frontend
Måns Rullgård
2010-07-20
1
-4
/
+38
*
fate: simplify test runner slightly
Måns Rullgård
2010-07-18
1
-2
/
+1
*
fate: add some helper functions to simplify test rules
Måns Rullgård
2010-07-18
1
-0
/
+24
*
fate: apply TARGET_EXEC only to commands starting with absolute path
Måns Rullgård
2010-07-18
1
-1
/
+2
*
fate: use our variable names in test rules imported from Mike's db
Måns Rullgård
2010-07-18
1
-4
/
+0
*
fate-run: rename some variables consistently with other files
Måns Rullgård
2010-07-18
1
-2
/
+6
*
fate: add stddev comparator
Måns Rullgård
2010-07-17
1
-3
/
+13
[next]