]> git.sesse.net Git - ffmpeg/blob - doc/libavcodec.texi
Merge remote-tracking branch 'qatar/master'
[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.
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), libavutil(3)
30 @c man end
31
32 @c man begin AUTHORS
33 See Git history (git://source.ffmpeg.org/ffmpeg)
34 @c man end
35
36 @end ignore
37
38 @bye