summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2017-09-23 16:26:28 +0200
committerDiego Biurrun <diego@biurrun.de>2017-10-13 23:57:01 +0200
commit8e7e042d41ac42f01d5573a4b0f7d9060356bd46 (patch)
treec0efbf4c61414a76e8a475ad909b05d99fe09927 /doc
parenteb3c1a94adbc28411610167d3dac583436e50125 (diff)
Remove all output devices
The libavformat API is not suitable for exporting output devices as muxers. Some practical problems are e.g. lack of timing/synchronization mechanisms or interaction with output-specific features.
Diffstat (limited to 'doc')
-rw-r--r--doc/avconv.texi1
-rw-r--r--doc/avplay.texi1
-rw-r--r--doc/outdevs.texi33
3 files changed, 0 insertions, 35 deletions
diff --git a/doc/avconv.texi b/doc/avconv.texi
index d8eb44864b..0650051c38 100644
--- a/doc/avconv.texi
+++ b/doc/avconv.texi
@@ -1264,7 +1264,6 @@ avconv -i src.ext -lmax 21*QP2LAMBDA dst.ext
@include demuxers.texi
@include muxers.texi
@include indevs.texi
-@include outdevs.texi
@include protocols.texi
@include bitstream_filters.texi
@include filters.texi
diff --git a/doc/avplay.texi b/doc/avplay.texi
index 0f72cfd984..b2038aed8a 100644
--- a/doc/avplay.texi
+++ b/doc/avplay.texi
@@ -164,7 +164,6 @@ Seek to percentage in file corresponding to fraction of width.
@include demuxers.texi
@include muxers.texi
@include indevs.texi
-@include outdevs.texi
@include protocols.texi
@include filters.texi
diff --git a/doc/outdevs.texi b/doc/outdevs.texi
deleted file mode 100644
index dd7bd6475d..0000000000
--- a/doc/outdevs.texi
+++ /dev/null
@@ -1,33 +0,0 @@
-@chapter Output Devices
-@c man begin OUTPUT DEVICES
-
-Output devices are configured elements in Libav which allow to write
-multimedia data to an output device attached to your system.
-
-When you configure your Libav build, all the supported output devices
-are enabled by default. You can list all available ones using the
-configure option "--list-outdevs".
-
-You can disable all the output devices using the configure option
-"--disable-outdevs", and selectively enable an output device using the
-option "--enable-outdev=@var{OUTDEV}", or you can disable a particular
-input device using the option "--disable-outdev=@var{OUTDEV}".
-
-The option "-formats" of the av* tools will display the list of
-enabled output devices (amongst the muxers).
-
-A description of the currently available output devices follows.
-
-@section alsa
-
-ALSA (Advanced Linux Sound Architecture) output device.
-
-@section oss
-
-OSS (Open Sound System) output device.
-
-@section sndio
-
-sndio audio output device.
-
-@c man end OUTPUT DEVICES