annotate ffmpeg/doc/libavcodec.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 libavcodec - media streams decoding and encoding library
yading@10 4
yading@10 5 =head1 DESCRIPTION
yading@10 6
yading@10 7
yading@10 8 The libavcodec library provides a generic encoding/decoding framework
yading@10 9 and contains multiple decoders and encoders for audio, video and
yading@10 10 subtitle streams, and several bitstream filters.
yading@10 11
yading@10 12 The shared architecture provides various services ranging from bit
yading@10 13 stream I/O to DSP optimizations, and makes it suitable for
yading@10 14 implementing robust and fast codecs as well as for experimentation.
yading@10 15
yading@10 16
yading@10 17
yading@10 18 =head1 SEE ALSO
yading@10 19
yading@10 20
yading@10 21
yading@10 22 ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1),
yading@10 23 ffmpeg-codecs(1), ffmpeg-bitstream-filters(1),
yading@10 24 libavutil(3)
yading@10 25
yading@10 26
yading@10 27 =head1 AUTHORS
yading@10 28
yading@10 29
yading@10 30 The FFmpeg developers.
yading@10 31
yading@10 32 For details about the authorship, see the Git history of the project
yading@10 33 (git://source.ffmpeg.org/ffmpeg), e.g. by typing the command
yading@10 34 B<git log> in the FFmpeg source directory, or browsing the
yading@10 35 online repository at E<lt>B<http://source.ffmpeg.org>E<gt>.
yading@10 36
yading@10 37 Maintainers for the specific components are listed in the file
yading@10 38 F<MAINTAINERS> in the source code tree.
yading@10 39
yading@10 40
yading@10 41