libavcodec.texi 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. \input texinfo @c -*- texinfo -*-
  2. @documentencoding UTF-8
  3. @settitle Libavcodec Documentation
  4. @titlepage
  5. @center @titlefont{Libavcodec Documentation}
  6. @end titlepage
  7. @top
  8. @contents
  9. @chapter Description
  10. @c man begin DESCRIPTION
  11. The libavcodec library provides a generic encoding/decoding framework
  12. and contains multiple decoders and encoders for audio, video and
  13. subtitle streams, and several bitstream filters.
  14. The shared architecture provides various services ranging from bit
  15. stream I/O to DSP optimizations, and makes it suitable for
  16. implementing robust and fast codecs as well as for experimentation.
  17. @c man end DESCRIPTION
  18. @chapter See Also
  19. @ifhtml
  20. @url{ffmpeg.html,ffmpeg}, @url{ffplay.html,ffplay}, @url{ffprobe.html,ffprobe},
  21. @url{ffmpeg-codecs.html,ffmpeg-codecs}, @url{ffmpeg-bitstream-filters.html,bitstream-filters},
  22. @url{libavutil.html,libavutil}
  23. @end ifhtml
  24. @ifnothtml
  25. ffmpeg(1), ffplay(1), ffprobe(1),
  26. ffmpeg-codecs(1), ffmpeg-bitstream-filters(1),
  27. libavutil(3)
  28. @end ifnothtml
  29. @include authors.texi
  30. @ignore
  31. @setfilename libavcodec
  32. @settitle media streams decoding and encoding library
  33. @end ignore
  34. @bye