]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avformat.h
Merge commit '96c373c7704aeb1cc1d2c275fbb5d71777665589'
[ffmpeg] / libavformat / avformat.h
index 49642633f44d7b99bb521599bbc8cb66744b6611..285bb16a2c1d5e0be92b8af249c888b7d85114d7 100644 (file)
  * if its AVClass is non-NULL, and the protocols layer. See the discussion on
  * nesting in @ref avoptions documentation to learn how to access those.
  *
+ * @section urls
+ * URL strings in libavformat are made of a scheme/protocol, a ':', and a
+ * scheme specific string. URLs without a scheme and ':' used for local files
+ * are supported but deprecated. "file:" should be used for local files.
+ *
+ * It is important that the scheme string is not taken from untrusted
+ * sources without checks.
+ *
+ * Note that some schemes/protocols are quite powerful, allowing access to
+ * both local and remote files, parts of them, concatenations of them, local
+ * audio and video devices and so on.
+ *
  * @defgroup lavf_decoding Demuxing
  * @{
  * Demuxers read a media file and split it into chunks of data (@em packets). A