Subversion Repositories Kolibri OS

Rev

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

  1. =head1 NAME
  2.  
  3. libavcodec - media streams decoding and encoding library
  4.  
  5. =head1 DESCRIPTION
  6.  
  7.  
  8. The libavcodec library provides a generic encoding/decoding framework
  9. and contains multiple decoders and encoders for audio, video and
  10. subtitle streams, and several bitstream filters.
  11.  
  12. The shared architecture provides various services ranging from bit
  13. stream I/O to DSP optimizations, and makes it suitable for
  14. implementing robust and fast codecs as well as for experimentation.
  15.  
  16.  
  17.  
  18. =head1 SEE ALSO
  19.  
  20.  
  21.  
  22. ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1),
  23. ffmpeg-codecs(1), ffmpeg-bitstream-filters(1),
  24. libavutil(3)
  25.  
  26.  
  27. =head1 AUTHORS
  28.  
  29.  
  30. The FFmpeg developers.
  31.  
  32. For details about the authorship, see the Git history of the project
  33. (git://source.ffmpeg.org/ffmpeg), e.g. by typing the command
  34. B<git log> in the FFmpeg source directory, or browsing the
  35. online repository at E<lt>B<http://source.ffmpeg.org>E<gt>.
  36.  
  37. Maintainers for the specific components are listed in the file
  38. F<MAINTAINERS> in the source code tree.
  39.  
  40.  
  41.  
  42.