doc/libavcodec.texi
617d0d41
 \input texinfo @c -*- texinfo -*-
b4917514
 @documentencoding UTF-8
617d0d41
 
 @settitle Libavcodec Documentation
 @titlepage
 @center @titlefont{Libavcodec Documentation}
 @end titlepage
 
 @top
 
 @contents
 
 @chapter Description
 @c man begin DESCRIPTION
 
23b57b02
 The libavcodec library provides a generic encoding/decoding framework
 and contains multiple decoders and encoders for audio, video and
5ddc072d
 subtitle streams, and several bitstream filters.
617d0d41
 
23b57b02
 The shared architecture provides various services ranging from bit
 stream I/O to DSP optimizations, and makes it suitable for
 implementing robust and fast codecs as well as for experimentation.
 
461716d3
 @c man end DESCRIPTION
 
c5d7c7d3
 @chapter See Also
 
 @ifhtml
 @url{ffmpeg.html,ffmpeg}, @url{ffplay.html,ffplay}, @url{ffprobe.html,ffprobe}, @url{ffserver.html,ffserver},
 @url{ffmpeg-codecs.html,ffmpeg-codecs}, @url{ffmpeg-bitstream-filters.html,bitstream-filters},
 @url{libavutil.html,libavutil}
 @end ifhtml
 
 @ifnothtml
 ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1),
 ffmpeg-codecs(1), ffmpeg-bitstream-filters(1),
 libavutil(3)
 @end ifnothtml
 
461716d3
 @include authors.texi
 
617d0d41
 @ignore
 
 @setfilename libavcodec
98506e16
 @settitle media streams decoding and encoding library
617d0d41
 
 @end ignore
 
 @bye