1 \input texinfo @c -*- texinfo -*-
2 @documentencoding UTF-8
4 @settitle Libavcodec Documentation
6 @center @titlefont{Libavcodec Documentation}
14 @c man begin DESCRIPTION
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.
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.
24 @c man end DESCRIPTION
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}
35 ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1),
36 ffmpeg-codecs(1), ffmpeg-bitstream-filters(1),
44 @setfilename libavcodec
45 @settitle media streams decoding and encoding library