Mercurial > hg > pmhd
annotate ffmpeg/doc/libavfilter.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 libavfilter - multimedia filtering library |
yading@10 | 4 |
yading@10 | 5 =head1 DESCRIPTION |
yading@10 | 6 |
yading@10 | 7 |
yading@10 | 8 The libavfilter library provides a generic audio/video filtering |
yading@10 | 9 framework containing several filters, sources and sinks. |
yading@10 | 10 |
yading@10 | 11 |
yading@10 | 12 |
yading@10 | 13 =head1 SEE ALSO |
yading@10 | 14 |
yading@10 | 15 |
yading@10 | 16 |
yading@10 | 17 ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), |
yading@10 | 18 ffmpeg-filters(1), |
yading@10 | 19 libavutil(3), libswscale(3), libswresample(3), libavcodec(3), libavformat(3), libavdevice(3) |
yading@10 | 20 |
yading@10 | 21 |
yading@10 | 22 =head1 AUTHORS |
yading@10 | 23 |
yading@10 | 24 |
yading@10 | 25 The FFmpeg developers. |
yading@10 | 26 |
yading@10 | 27 For details about the authorship, see the Git history of the project |
yading@10 | 28 (git://source.ffmpeg.org/ffmpeg), e.g. by typing the command |
yading@10 | 29 B<git log> in the FFmpeg source directory, or browsing the |
yading@10 | 30 online repository at E<lt>B<http://source.ffmpeg.org>E<gt>. |
yading@10 | 31 |
yading@10 | 32 Maintainers for the specific components are listed in the file |
yading@10 | 33 F<MAINTAINERS> in the source code tree. |
yading@10 | 34 |
yading@10 | 35 |
yading@10 | 36 |