libavutil.texi 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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). It is not a library for
  15. code needed by both libavcodec and libavformat.
  16. The goals for this library is to be:
  17. @table @strong
  18. @item Modular
  19. It should have few interdependencies and the possibility of disabling individual
  20. parts during @command{./configure}.
  21. @item Small
  22. Both sources and objects should be small.
  23. @item Efficient
  24. It should have low CPU and memory usage.
  25. @item Useful
  26. It should avoid useless features that almost no one needs.
  27. @end table
  28. @c man end DESCRIPTION
  29. @chapter See Also
  30. @ifhtml
  31. @url{ffmpeg.html,ffmpeg}, @url{ffplay.html,ffplay}, @url{ffprobe.html,ffprobe}, @url{ffserver.html,ffserver},
  32. @url{ffmpeg-utils.html,ffmpeg-utils}
  33. @end ifhtml
  34. @ifnothtml
  35. ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1),
  36. ffmpeg-utils(1)
  37. @end ifnothtml
  38. @include authors.texi
  39. @ignore
  40. @setfilename libavutil
  41. @settitle multimedia-biased utility library
  42. @end ignore
  43. @bye