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
913B

  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. @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),
  21. ffmpeg-bistream-filters(1), libavutil(3)
  22. @c man end
  23. @c man begin AUTHORS
  24. See Git history (git://source.ffmpeg.org/ffmpeg)
  25. @c man end
  26. @end ignore
  27. @bye