summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
-rw-r--r--doc/fate.texi8
-rw-r--r--doc/protocols.texi2
3 files changed, 12 insertions, 1 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index b6b78b5237..b14204af29 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -31,6 +31,9 @@ API changes, most recent first:
2012-03-26 - a67d9cf - lavfi 2.66.100
Add avfilter_fill_frame_from_{audio_,}buffer_ref() functions.
+2012-05-25 - e0e0793 - lavu 51.31.0 - opt.h
+ Add av_opt_set_bin()
+
2012-05-15 - lavfi 2.17.0
Add support for audio filters
ac71230/a2cd9be - add video/audio buffer sink in a new installed
diff --git a/doc/fate.texi b/doc/fate.texi
index 07d8c53599..cfb694ab65 100644
--- a/doc/fate.texi
+++ b/doc/fate.texi
@@ -78,6 +78,9 @@ Do not put a '~' character in the samples path to indicate a home
directory. Because of shell nuances, this will cause FATE to fail.
@end float
+To use a custom wrapper to run the test, pass @option{--target-exec} to
+@command{configure} or set the @var{TARGET_EXEC} Make variable.
+
@chapter Submitting the results to the FFmpeg result aggregation server
@@ -168,6 +171,11 @@ the synchronisation of the samples directory.
quite useful to detect thread-related regressions.
@item CPUFLAGS
Specify CPU flags.
+@item TARGET_EXEC
+ Specify or override the wrapper used to run the tests.
+ The @var{TARGET_EXEC} option provides a way to run FATE wrapped in
+ @command{valgrind}, @command{qemu-user} or @command{wine} or on remote targets
+ through @command{ssh}.
@end table
Example:
diff --git a/doc/protocols.texi b/doc/protocols.texi
index ae1c9b84e6..4575a679b9 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -194,7 +194,7 @@ content across a TCP/IP network.
The required syntax is:
@example
-rtmp://@var{server}[:@var{port}][/@var{app}][/@var{playpath}]
+rtmp://@var{server}[:@var{port}][/@var{app}][/@var{instance}][/@var{playpath}]
@end example
The accepted parameters are: