[FFmpeg-cvslog] doc/demuxers: Document enable_drefs and use_absolute_path

Michael Niedermayer git at videolan.org
Thu Jan 28 16:11:48 CET 2016


ffmpeg | branch: release/2.8 | Michael Niedermayer <michael at niedermayer.cc> | Wed Jan 20 16:49:43 2016 +0100| [e0d53cbeef7c76d286328a1c9199ee95fabdca58] | committer: Michael Niedermayer

doc/demuxers: Document enable_drefs and use_absolute_path

Reviewed-by: Andreas Cadhalpun <andreas.cadhalpun at googlemail.com>
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
(cherry picked from commit 9a8034b8bc1d1cd7a8889dc385d41744be47b159)

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e0d53cbeef7c76d286328a1c9199ee95fabdca58
---

 doc/demuxers.texi |   17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/doc/demuxers.texi b/doc/demuxers.texi
index 34bfc9b..4d298ae 100644
--- a/doc/demuxers.texi
+++ b/doc/demuxers.texi
@@ -416,6 +416,23 @@ ffmpeg -framerate 10 -pattern_type glob -i "*.png" out.mkv
 @end example
 @end itemize
 
+ at section mov/mp4/3gp/Quicktme
+
+Quicktime / MP4 demuxer.
+
+This demuxer accepts the following options:
+ at table @option
+ at item enable_drefs
+Enable loading of external tracks, disabled by default.
+Enabling this can theoretically leak information in some use cases.
+
+ at item use_absolute_path
+Allows loading of external tracks via absolute paths, disabled by default.
+Enabling this poses a security risk. It should only be enabled if the source
+is known to be non malicious.
+
+ at end table
+
 @section mpegts
 
 MPEG-2 transport stream demuxer.



More information about the ffmpeg-cvslog mailing list