James Almer ecc7d5db9c avformat/movenc: don't disable edit lists when writing CMAF output | hace 1 semana | |
---|---|---|
compat | hace 2 meses | |
doc | hace 1 día | |
ffbuild | hace 1 mes | |
fftools | hace 3 días | |
libavcodec | hace 1 día | |
libavdevice | hace 1 mes | |
libavfilter | hace 3 días | |
libavformat | hace 16 horas | |
libavutil | hace 1 día | |
libpostproc | hace 2 meses | |
libswresample | hace 1 mes | |
libswscale | hace 2 días | |
presets | hace 10 años | |
tests | hace 16 horas | |
tools | hace 1 semana | |
.gitattributes | hace 9 meses | |
.gitignore | hace 5 días | |
.mailmap | hace 4 meses | |
CONTRIBUTING.md | hace 8 años | |
COPYING.GPLv2 | hace 15 años | |
COPYING.GPLv3 | hace 15 años | |
COPYING.LGPLv2.1 | hace 12 años | |
COPYING.LGPLv3 | hace 15 años | |
CREDITS | hace 1 año | |
Changelog | hace 2 semanas | |
INSTALL.md | hace 2 semanas | |
LICENSE.md | hace 4 años | |
MAINTAINERS | hace 1 semana | |
Makefile | hace 3 meses | |
README.md | hace 3 años | |
RELEASE | hace 1 mes | |
configure | hace 3 días |
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.