]> git.sesse.net Git - ffmpeg/blob - doc/libavcodec.texi
Merge commit '637606de2d2e0af0a9fa2f23f943765d7d7c5cd5'
[ffmpeg] / doc / libavcodec.texi
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
15 The libavcodec library provides a generic encoding/decoding framework
16 and contains multiple decoders and encoders for audio, video and
17 subtitle streams, and several bitstream filters.
18
19 The shared architecture provides various services ranging from bit
20 stream I/O to DSP optimizations, and makes it suitable for
21 implementing robust and fast codecs as well as for experimentation.
22
23 @ignore
24
25 @setfilename libavcodec
26 @settitle media streams decoding and encoding library
27
28 @c man begin SEEALSO
29 ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), ffmpeg-codecs(1),
30 ffmpeg-bistream-filters(1), libavutil(3)
31 @c man end
32
33 @c man begin AUTHORS
34 See Git history (git://source.ffmpeg.org/ffmpeg)
35 @c man end
36
37 @end ignore
38
39 @bye