yading@10: =head1 NAME yading@10: yading@10: libavcodec - media streams decoding and encoding library yading@10: yading@10: =head1 DESCRIPTION yading@10: yading@10: yading@10: The libavcodec library provides a generic encoding/decoding framework yading@10: and contains multiple decoders and encoders for audio, video and yading@10: subtitle streams, and several bitstream filters. yading@10: yading@10: The shared architecture provides various services ranging from bit yading@10: stream I/O to DSP optimizations, and makes it suitable for yading@10: implementing robust and fast codecs as well as for experimentation. yading@10: yading@10: yading@10: yading@10: =head1 SEE ALSO yading@10: yading@10: yading@10: yading@10: ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), yading@10: ffmpeg-codecs(1), ffmpeg-bitstream-filters(1), yading@10: libavutil(3) yading@10: yading@10: yading@10: =head1 AUTHORS yading@10: yading@10: yading@10: The FFmpeg developers. yading@10: yading@10: For details about the authorship, see the Git history of the project yading@10: (git://source.ffmpeg.org/ffmpeg), e.g. by typing the command yading@10: B in the FFmpeg source directory, or browsing the yading@10: online repository at EBE. yading@10: yading@10: Maintainers for the specific components are listed in the file yading@10: F in the source code tree. yading@10: yading@10: yading@10: