Mercurial > hg > pmhd
annotate ffmpeg/doc/libavdevice.pod @ 13:844d341cf643 tip
Back up before ISMIR
author | Yading Song <yading.song@eecs.qmul.ac.uk> |
---|---|
date | Thu, 31 Oct 2013 13:17:06 +0000 |
parents | 6840f77b83aa |
children |
rev | line source |
---|---|
yading@10 | 1 =head1 NAME |
yading@10 | 2 |
yading@10 | 3 libavdevice - multimedia device handling library |
yading@10 | 4 |
yading@10 | 5 =head1 DESCRIPTION |
yading@10 | 6 |
yading@10 | 7 |
yading@10 | 8 The libavdevice library provides a generic framework for grabbing from |
yading@10 | 9 and rendering to many common multimedia input/output devices, and |
yading@10 | 10 supports several input and output devices, including Video4Linux2, |
yading@10 | 11 VfW, DShow, and ALSA. |
yading@10 | 12 |
yading@10 | 13 |
yading@10 | 14 |
yading@10 | 15 =head1 SEE ALSO |
yading@10 | 16 |
yading@10 | 17 |
yading@10 | 18 |
yading@10 | 19 ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), |
yading@10 | 20 ffmpeg-devices(1), |
yading@10 | 21 libavutil(3), libavcodec(3), libavformat(3) |
yading@10 | 22 |
yading@10 | 23 |
yading@10 | 24 =head1 AUTHORS |
yading@10 | 25 |
yading@10 | 26 |
yading@10 | 27 The FFmpeg developers. |
yading@10 | 28 |
yading@10 | 29 For details about the authorship, see the Git history of the project |
yading@10 | 30 (git://source.ffmpeg.org/ffmpeg), e.g. by typing the command |
yading@10 | 31 B<git log> in the FFmpeg source directory, or browsing the |
yading@10 | 32 online repository at E<lt>B<http://source.ffmpeg.org>E<gt>. |
yading@10 | 33 |
yading@10 | 34 Maintainers for the specific components are listed in the file |
yading@10 | 35 F<MAINTAINERS> in the source code tree. |
yading@10 | 36 |
yading@10 | 37 |
yading@10 | 38 |