1 \input texinfo @c -*- texinfo -*-
3 @settitle Libavcodec Documentation
5 @center @titlefont{Libavcodec Documentation}
13 @c man begin DESCRIPTION
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.
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.
23 @c man end DESCRIPTION
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}
34 ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1),
35 ffmpeg-codecs(1), ffmpeg-bitstream-filters(1),
43 @setfilename libavcodec
44 @settitle media streams decoding and encoding library