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.

46 lines
949B

  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. @chapter See Also
  17. @ifhtml
  18. @url{ffmpeg.html,ffmpeg}, @url{ffplay.html,ffplay}, @url{ffprobe.html,ffprobe}, @url{ffserver.html,ffserver},
  19. @url{ffmpeg-utils.html,ffmpeg-utils}
  20. @end ifhtml
  21. @ifnothtml
  22. ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1),
  23. ffmpeg-utils(1)
  24. @end ifnothtml
  25. @include authors.texi
  26. @include opencl.texi
  27. @ignore
  28. @setfilename libavutil
  29. @settitle multimedia-biased utility library
  30. @end ignore
  31. @bye