]> git.sesse.net Git - ffmpeg/blob - doc/libavcodec.texi
avformat/avio: Add Metacube support
[ffmpeg] / doc / libavcodec.texi
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
16 The libavcodec library provides a generic encoding/decoding framework
17 and contains multiple decoders and encoders for audio, video and
18 subtitle streams, and several bitstream filters.
19
20 The shared architecture provides various services ranging from bit
21 stream I/O to DSP optimizations, and makes it suitable for
22 implementing 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},
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
35 ffmpeg(1), ffplay(1), ffprobe(1),
36 ffmpeg-codecs(1), ffmpeg-bitstream-filters(1),
37 libavutil(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