summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2014-11-22 21:09:26 +0100
committerAlfred E. Heggestad <aeh@db.org>2014-11-22 21:09:26 +0100
commit33db275dbe5846edc99cd6c0d6a1747cf7014766 (patch)
treecbe513c370d88fa5ce114defce6d13adfa8ab2c6 /docs
parent918fb79b58c07c64731baf574b3bec2d57e96a1f (diff)
improve FFmpeg/libav module detection
- remove FFmpeg keyword, as both FFmpeg and libav is supported - avcodec.so need libavcodec - avformat.so needs libavformat and others - also made the "quicktime.so" module deprecated
Diffstat (limited to 'docs')
-rw-r--r--docs/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/README b/docs/README
index 1534957..f7667b3 100644
--- a/docs/README
+++ b/docs/README
@@ -93,7 +93,7 @@ Features:
* Video-drivers:
- iOS avcapture video-source
- - FFmpeg libavformat/avdevice input
+ - FFmpeg/libav libavformat/avdevice input
- Cairo video-source test module
- Direct Show video-source
- MacOSX QTcapture/quicktime video-source
@@ -141,8 +141,8 @@ aubridge Audio bridge module
audiounit AudioUnit audio driver for MacOSX/iOS
auloop Audio-loop test module
avcapture Video source using iOS AVFoundation video capture
-avcodec Video codec using FFmpeg
-avformat Video source using FFmpeg libavformat
+avcodec Video codec using FFmpeg/libav libavcodec
+avformat Video source using FFmpeg/libav libavformat
bv32 BroadVoice32 audio codec
cairo Cairo video source
celt CELT audio codec (obsolete, use opus instead)
@@ -179,7 +179,7 @@ plc Packet Loss Concealment (PLC) using spandsp
portaudio Portaudio driver
presence Presence module
qtcapture Apple QTCapture video source driver
-quicktime Apple Quicktime video source driver
+quicktime Apple Quicktime video source driver (deprecated)
rst Radio streamer using mpg123
sdl Simple DirectMedia Layer (SDL) video output driver
sdl2 Simple DirectMedia Layer v2 (SDL2) video output driver