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

  1. \input texinfo @c -*- texinfo -*-
  2. @settitle Libavutil Documentation
  3. @titlepage
  4. @center @titlefont{Libavutil Documentation}
  5. @end titlepage
  6. @top
  7. @contents
  8. @chapter Description
  9. @c man begin DESCRIPTION
  10. The libavutil library is a utility library to aid portable
  11. multimedia programming. It contains safe portable string functions,
  12. random number generators, data structures, additional mathematics
  13. functions, cryptography and multimedia related functionality (like
  14. enumerations for pixel and sample formats).
  15. @c man end DESCRIPTION
  16. @ignore
  17. @setfilename libavutil
  18. @settitle multimedia-biased utility library
  19. @c man begin SEEALSO
  20. ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), ffmpeg-utils(1)
  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