annotate ffmpeg/doc/libavutil.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 libavutil - multimedia-biased utility library
yading@10 4
yading@10 5 =head1 DESCRIPTION
yading@10 6
yading@10 7
yading@10 8 The libavutil library is a utility library to aid portable
yading@10 9 multimedia programming. It contains safe portable string functions,
yading@10 10 random number generators, data structures, additional mathematics
yading@10 11 functions, cryptography and multimedia related functionality (like
yading@10 12 enumerations for pixel and sample formats).
yading@10 13
yading@10 14
yading@10 15
yading@10 16 =head1 SEE ALSO
yading@10 17
yading@10 18
yading@10 19
yading@10 20 ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1),
yading@10 21 ffmpeg-utils(1)
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