Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

  1. =head1 NAME
  2.  
  3. libavutil - multimedia-biased utility library
  4.  
  5. =head1 DESCRIPTION
  6.  
  7.  
  8. The libavutil library is a utility library to aid portable
  9. multimedia programming. It contains safe portable string functions,
  10. random number generators, data structures, additional mathematics
  11. functions, cryptography and multimedia related functionality (like
  12. enumerations for pixel and sample formats).
  13.  
  14.  
  15.  
  16. =head1 SEE ALSO
  17.  
  18.  
  19.  
  20. ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1),
  21. ffmpeg-utils(1)
  22.  
  23.  
  24. =head1 AUTHORS
  25.  
  26.  
  27. The FFmpeg developers.
  28.  
  29. For details about the authorship, see the Git history of the project
  30. (git://source.ffmpeg.org/ffmpeg), e.g. by typing the command
  31. B<git log> in the FFmpeg source directory, or browsing the
  32. online repository at E<lt>B<http://source.ffmpeg.org>E<gt>.
  33.  
  34. Maintainers for the specific components are listed in the file
  35. F<MAINTAINERS> in the source code tree.
  36.  
  37.  
  38.  
  39.