Imported Debian version 2.4.3~trusty1
[deb_ffmpeg.git] / ffmpeg / doc / libavcodec.texi
CommitLineData
2ba45a60
DM
1\input texinfo @c -*- texinfo -*-
2
3@settitle Libavcodec Documentation
4@titlepage
5@center @titlefont{Libavcodec Documentation}
6@end titlepage
7
8@top
9
10@contents
11
12@chapter Description
13@c man begin DESCRIPTION
14
15The libavcodec library provides a generic encoding/decoding framework
16and contains multiple decoders and encoders for audio, video and
17subtitle streams, and several bitstream filters.
18
19The shared architecture provides various services ranging from bit
20stream I/O to DSP optimizations, and makes it suitable for
21implementing robust and fast codecs as well as for experimentation.
22
23@c man end DESCRIPTION
24
25@chapter See Also
26
27@ifhtml
28@url{ffmpeg.html,ffmpeg}, @url{ffplay.html,ffplay}, @url{ffprobe.html,ffprobe}, @url{ffserver.html,ffserver},
29@url{ffmpeg-codecs.html,ffmpeg-codecs}, @url{ffmpeg-bitstream-filters.html,bitstream-filters},
30@url{libavutil.html,libavutil}
31@end ifhtml
32
33@ifnothtml
34ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1),
35ffmpeg-codecs(1), ffmpeg-bitstream-filters(1),
36libavutil(3)
37@end ifnothtml
38
39@include authors.texi
40
41@ignore
42
43@setfilename libavcodec
44@settitle media streams decoding and encoding library
45
46@end ignore
47
48@bye