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.

40 lines
879B

  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. @include authors.texi
  18. @ignore
  19. @setfilename libavcodec
  20. @settitle media streams decoding and encoding library
  21. @c man begin SEEALSO
  22. ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), ffmpeg-codecs(1),
  23. ffmpeg-bitstream-filters(1), libavutil(3)
  24. @c man end
  25. @end ignore
  26. @bye