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