Libavcodec 文档编制


1 描述

libavcodec 库提供编码/解码的通用框架,包含用于音频 视频及字幕流的多个解码器 编码器,几个比特流过滤器。

共享体系结构提供从比特流 I/O 到 DSP 优化的各种定向服务,并使其适合于实现健壮且快速的编解码器及实验。

2 另请参阅

ffmpeg , ffplay , ffprobe , ffmpeg-codecs , bitstream-filters , libavutil

3 作者

FFmpeg 开发者。

For details about the authorship, see the Git history of the project (git://source.ffmpeg.org/ffmpeg), e.g. by typing the command git log in the FFmpeg source directory, or browsing the online repository at http://source.ffmpeg.org .

Maintainers for the specific components are listed in the file ‘ MAINTAINERS ’ in the source code tree.