Subversion Repositories Kolibri OS

Rev

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

  1. =head1 NAME
  2.  
  3. libavdevice - multimedia device handling library
  4.  
  5. =head1 DESCRIPTION
  6.  
  7.  
  8. The libavdevice library provides a generic framework for grabbing from
  9. and rendering to many common multimedia input/output devices, and
  10. supports several input and output devices, including Video4Linux2,
  11. VfW, DShow, and ALSA.
  12.  
  13.  
  14.  
  15. =head1 SEE ALSO
  16.  
  17.  
  18.  
  19. ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1),
  20. ffmpeg-devices(1),
  21. libavutil(3), libavcodec(3), libavformat(3)
  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.