Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

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