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