Mirrored for eternity

Martin Storsjö 3cc1dc3358 swscale: Remove the unused ff_sws_pixel_type_to_uint 2 天之前
.forgejo 00ef656a85 .forgejo/CODEOWNERS: add myself to VideoToolbox and Icecast 3 天之前
compat d6cb0d2c2b ALL: move av_unused to conform with standard requirement 1 月之前
doc f283750ba8 doc/encoders: minor mediafoundation encoders updates 2 天之前
ffbuild d77f917621 ffbuild/common: silence DEPCXX output 3 周之前
fftools 133a0bcb13 fftools/ffmpeg_sched: prevent demuxers from getting stuck 1 周之前
libavcodec 43abd1ced9 avcodec/mpegvideo: Move last_dc to {H263Dec,Mpeg12Slice,MPVEnc}Context 17 小時之前
libavdevice b478037423 avdevice/lavfi: stop setting deprecated buffersink options 1 周之前
libavfilter a5cc0e5c9e avfilter/vf_drawtext: fix call GET_UTF8 with invalid argument 2 天之前
libavformat 775b102182 avformat/oggenc: Schedule pagesize option for removal 10 小時之前
libavutil 0ae8df5f2c avutil/common: cast GET_BYTE/GET_16BIT returned value 2 天之前
libswresample 08b74d5d5c swresample/swresample: Avoid av_unused 1 周之前
libswscale 3cc1dc3358 swscale: Remove the unused ff_sws_pixel_type_to_uint 7 小時之前
presets d9a61ae31e presets: remove moldering iPod presets 11 年之前
tests 191f7e4869 tests/checkasm/sw_ops: fix signed integer related UB when shifting values 10 小時之前
tools 51d3c4b4b6 tools/target_dec_fuzzer: Adjust threshold for PIXLET 1 月之前
.gitattributes efdf7512a5 gitattributes: End merge conflicts in Changelog 8 月之前
.gitignore 1e0cd4b650 .gitignore: Add config_components.asm 2 周之前
.mailmap b8230bfa7f mailmap: add entry for myself 3 月之前
CONTRIBUTING.md ef42c1de2b Add CONTRIBUTING.md 9 年之前
COPYING.GPLv2 ecc1330a6d Rename COPYING.GPL --> COPYING.GPLv2 and COPYING.LGPL --> COPYING.LGPLv2.1. 16 年之前
COPYING.GPLv3 9cad0e4ed8 Add configure option to upgrade (L)GPL to version 3. 16 年之前
COPYING.LGPLv2.1 8d439b2483 all: fix whitespace/new-line issues 3 月之前
COPYING.LGPLv3 9cad0e4ed8 Add configure option to upgrade (L)GPL to version 3. 16 年之前
CREDITS 011f30fc82 Use https for repository links 2 年之前
Changelog 746650dfe5 Changelog: add entry about tiled HEIF support with the CLI 3 周之前
FUNDING.json a8c21a7158 Add FUNDING.json 5 月之前
INSTALL.md 262d41c804 all: fix typos found by codespell 3 月之前
LICENSE.md 8c920c4c39 Remove libpostproc 6 月之前
MAINTAINERS d31983dc8e MAINTAINERS: Update the entries for AMF 3 周之前
Makefile fc3893f5e7 Makefile: remove config_components.asm on distclean 1 天之前
README.md f79be02be0 README: fix typo and description of libavfilter 4 年之前
RELEASE 1532caaab0 RELEASE: update to 8.0 3 月之前
configure 9b2162275b configure: filter out -guard:signret from armasm flags 4 天之前

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.