Go to file
v-tangmeng 698780ff6f update .github
Signed-off-by: v-tangmeng <v-tangmeng@xiaomi.com>
2025-12-31 15:01:22 +08:00
.gitee add .github .gitee 2025-12-17 01:21:16 +08:00
.github update .github 2025-12-31 15:01:22 +08:00
compat Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
doc Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
ffbuild Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
fftools fix ffmpeg compile warning 2025-12-15 19:21:44 +08:00
libavcodec avcodec/x86/mathops: clip constants used with shift instructions within inline assembly 2025-12-15 19:23:33 +08:00
libavdevice vtun: add nv21 2025-12-15 19:23:38 +08:00
libavfilter FFMPEG: fix the recorder format conflicted 2025-12-15 19:23:38 +08:00
libavformat ffmpeg/libavformat:Optimizing the avformat_find_stream_info function takes time 2025-12-15 19:23:37 +08:00
libavutil FFMPEG: fix compiler error implicit declaration of function ‘gethrtime’ 2025-12-15 19:23:34 +08:00
libpostproc Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
libswresample ffmpeg: add speexdsp resampler 2025-12-15 19:23:26 +08:00
libswscale fix ffmpeg hscale compile warning 2025-12-15 19:21:45 +08:00
presets avformat/dashenc: Disable streaming for webm output 2025-12-15 18:14:46 +08:00
tests test: add ffmpeg api test 2025-12-15 19:21:29 +08:00
tools ffmpeg/tools: fix graph2dot warning 2025-12-15 19:21:28 +08:00
.gitattributes avformat/dashenc: Disable streaming for webm output 2025-12-15 18:14:46 +08:00
.gitignore ffmpeg/.gitognore: update path from private to trunk 2025-12-15 19:23:35 +08:00
.mailmap Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
.travis.yml avformat/dashenc: Disable streaming for webm output 2025-12-15 18:14:46 +08:00
CONTRIBUTING.md avformat/dashenc: Disable streaming for webm output 2025-12-15 18:14:46 +08:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS avformat/dashenc: Disable streaming for webm output 2025-12-15 18:14:46 +08:00
Changelog Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
INSTALL.md avformat/dashenc: Disable streaming for webm output 2025-12-15 18:14:46 +08:00
LICENSE.md avfilter/vf_geq: Relicense to LGPL 2025-12-15 18:26:39 +08:00
MAINTAINERS Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
Makefile_ Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
README.md Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
RELEASE Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
RELEASE_NOTES Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
configure ffmpeg:use external var when those var already exist,such as source_path,FILTERLIST 2025-12-15 19:23:29 +08:00

README.md

FFmpeg README

FFmpeg is a collection of libraries and tools to process multimedia content such as audio, video, subtitles and related metadata.

Libraries

  • 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.

Tools

  • ffmpeg is a command line toolbox to manipulate, convert and stream multimedia content.
  • ffplay is a minimalistic multimedia player.
  • ffprobe is a simple analysis tool to inspect multimedia content.
  • Additional small tools such as aviocat, ismindex and qt-faststart.

Documentation

The offline documentation is available in the doc/ directory.

The online documentation is available in the main website and in the wiki.

Examples

Coding examples are available in the doc/examples directory.

License

FFmpeg codebase is mainly LGPL-licensed with optional components licensed under GPL. Please refer to the LICENSE file for detailed information.

Contributing

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.