You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
854B

  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.
  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. @ignore
  17. @setfilename libavcodec
  18. @settitle media streams decoding and encoding library
  19. @c man begin SEEALSO
  20. ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), ffmpeg-codecs(1), libavutil(3)
  21. @c man end
  22. @c man begin AUTHORS
  23. See Git history (git://source.ffmpeg.org/ffmpeg)
  24. @c man end
  25. @end ignore
  26. @bye