libavutil.texi 928 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. @ignore
  27. @setfilename libavutil
  28. @settitle multimedia-biased utility library
  29. @end ignore
  30. @bye