Frank Plowman 56419fd096 lavc/vvc: Fix overflow in MVD derivation | il y a 6 jours | |
---|---|---|
compat | il y a 2 mois | |
doc | il y a 2 jours | |
ffbuild | il y a 2 mois | |
fftools | il y a 1 semaine | |
libavcodec | il y a 2 jours | |
libavdevice | il y a 1 mois | |
libavfilter | il y a 5 jours | |
libavformat | il y a 3 jours | |
libavutil | il y a 2 jours | |
libpostproc | il y a 2 mois | |
libswresample | il y a 1 mois | |
libswscale | il y a 3 jours | |
presets | il y a 10 ans | |
tests | il y a 5 jours | |
tools | il y a 6 jours | |
.gitattributes | il y a 9 mois | |
.gitignore | il y a 2 semaines | |
.mailmap | il y a 4 mois | |
CONTRIBUTING.md | il y a 8 ans | |
COPYING.GPLv2 | il y a 15 ans | |
COPYING.GPLv3 | il y a 15 ans | |
COPYING.LGPLv2.1 | il y a 13 ans | |
COPYING.LGPLv3 | il y a 15 ans | |
CREDITS | il y a 1 an | |
Changelog | il y a 3 semaines | |
INSTALL.md | il y a 1 mois | |
LICENSE.md | il y a 5 ans | |
MAINTAINERS | il y a 6 jours | |
Makefile | il y a 3 mois | |
README.md | il y a 3 ans | |
RELEASE | il y a 1 mois | |
configure | il y a 5 jours |
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.