Нет описания https://ffmpeg.org/
Gyan Doshi 4ce4ecc19c lavc/libx265: unbreak build for X265_BUILD >= 210 | 3 месяцев назад | |
---|---|---|
compat | 2 лет назад | |
doc | 3 месяцев назад | |
ffbuild | 2 лет назад | |
fftools | 3 месяцев назад | |
libavcodec | 2 месяцев назад | |
libavdevice | 2 месяцев назад | |
libavfilter | 3 месяцев назад | |
libavformat | 2 месяцев назад | |
libavutil | 3 месяцев назад | |
libpostproc | 2 лет назад | |
libswresample | 3 месяцев назад | |
libswscale | 3 месяцев назад | |
presets | 10 лет назад | |
tests | 6 месяцев назад | |
tools | 3 месяцев назад | |
.gitattributes | 7 лет назад | |
.gitignore | 2 лет назад | |
.mailmap | 3 лет назад | |
.travis.yml | 5 лет назад | |
CONTRIBUTING.md | 8 лет назад | |
COPYING.GPLv2 | 15 лет назад | |
COPYING.GPLv3 | 15 лет назад | |
COPYING.LGPLv2.1 | 12 лет назад | |
COPYING.LGPLv3 | 15 лет назад | |
CREDITS | 1 год назад | |
Changelog | 3 месяцев назад | |
INSTALL.md | 5 лет назад | |
LICENSE.md | 4 лет назад | |
MAINTAINERS | 3 месяцев назад | |
Makefile | 2 лет назад | |
README.md | 3 лет назад | |
RELEASE | 3 месяцев назад | |
RELEASE_NOTES | 2 лет назад | |
configure | 2 месяцев назад |
FFmpeg is a collection of libraries and tools to process multimedia content such as audio, video, subtitles and related metadata.
libavcodec
provides implementation of a wider range of codecs.libavformat
implements streaming protocols, container formats and basic I/O access.libavutil
includes hashers, decompressors and miscellaneous utility functions.libavfilter
provides means to alter decoded audio and video through a directed graph of connected filters.libavdevice
provides an abstraction to access capture and playback devices.libswresample
implements audio mixing and resampling routines.libswscale
implements color conversion and scaling routines.aviocat
, ismindex
and qt-faststart
.The offline documentation is available in the doc/ directory.
The online documentation is available in the main website and in the wiki.
Coding examples are available in the doc/examples directory.
FFmpeg codebase is mainly LGPL-licensed with optional components licensed under GPL. Please refer to the LICENSE file for detailed information.
Patches should be submitted to the ffmpeg-devel mailing list using
git format-patch
or git send-email
. Github pull requests should be
avoided because they are not part of our review process and will be ignored.