libavcodec.texi 1.1 KB

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