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.

42 lines
830B

  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. @include syntax.texi
  17. @include eval.texi
  18. @ignore
  19. @setfilename libavutil
  20. @settitle multimedia-biased utility library
  21. @c man begin SEEALSO
  22. ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1)
  23. @c man end
  24. @c man begin AUTHORS
  25. See Git history (git://source.ffmpeg.org/ffmpeg)
  26. @c man end
  27. @end ignore
  28. @bye