libavutil.texi 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. \input texinfo @c -*- texinfo -*-
  2. @documentencoding UTF-8
  3. @settitle Libavutil Documentation
  4. @titlepage
  5. @center @titlefont{Libavutil Documentation}
  6. @end titlepage
  7. @top
  8. @contents
  9. @chapter Description
  10. @c man begin DESCRIPTION
  11. The libavutil library is a utility library to aid portable
  12. multimedia programming. It contains safe portable string functions,
  13. random number generators, data structures, additional mathematics
  14. functions, cryptography and multimedia related functionality (like
  15. enumerations for pixel and sample formats). It is not a library for
  16. code needed by both libavcodec and libavformat.
  17. The goals for this library is to be:
  18. @table @strong
  19. @item Modular
  20. It should have few interdependencies and the possibility of disabling individual
  21. parts during @command{./configure}.
  22. @item Small
  23. Both sources and objects should be small.
  24. @item Efficient
  25. It should have low CPU and memory usage.
  26. @item Useful
  27. It should avoid useless features that almost no one needs.
  28. @end table
  29. @c man end DESCRIPTION
  30. @chapter See Also
  31. @ifhtml
  32. @url{ffmpeg.html,ffmpeg}, @url{ffplay.html,ffplay}, @url{ffprobe.html,ffprobe},
  33. @url{ffmpeg-utils.html,ffmpeg-utils}
  34. @end ifhtml
  35. @ifnothtml
  36. ffmpeg(1), ffplay(1), ffprobe(1),
  37. ffmpeg-utils(1)
  38. @end ifnothtml
  39. @include authors.texi
  40. @ignore
  41. @setfilename libavutil
  42. @settitle multimedia-biased utility library
  43. @end ignore
  44. @bye