Mirrored for eternity

Harshitha 4e556b0c0c doc/encoders: Document MediaFoundation encoders vor 1 Woche
.forgejo 00ef656a85 .forgejo/CODEOWNERS: add myself to VideoToolbox and Icecast vor 3 Tagen
compat d6cb0d2c2b ALL: move av_unused to conform with standard requirement vor 1 Monat
doc 4e556b0c0c doc/encoders: Document MediaFoundation encoders vor 3 Tagen
ffbuild d77f917621 ffbuild/common: silence DEPCXX output vor 3 Wochen
fftools 133a0bcb13 fftools/ffmpeg_sched: prevent demuxers from getting stuck vor 1 Woche
libavcodec 99209c2876 avcodec/x86/mpegvideoenc_template: Reduce number of registers used vor 3 Tagen
libavdevice b478037423 avdevice/lavfi: stop setting deprecated buffersink options vor 1 Woche
libavfilter f8bfc20281 avfilter/vf_frei0r: fix time when input is realigned vor 3 Tagen
libavformat b399896046 avformat/dashdec: Fix urls with special characters in manifest vor 3 Tagen
libavutil 5bf57a925c avutil/x86/asm: Remove wrong comment, rename FF_REG_sp vor 3 Tagen
libswresample 08b74d5d5c swresample/swresample: Avoid av_unused vor 1 Woche
libswscale d916803290 swscale: allow extended primaries vor 1 Woche
presets d9a61ae31e presets: remove moldering iPod presets vor 11 Jahren
tests 4c4ab2ec6f fate/filter-video: add frei0r test where input is realigned vor 3 Tagen
tools 51d3c4b4b6 tools/target_dec_fuzzer: Adjust threshold for PIXLET vor 1 Monat
.gitattributes efdf7512a5 gitattributes: End merge conflicts in Changelog vor 8 Monaten
.gitignore 1e0cd4b650 .gitignore: Add config_components.asm vor 2 Wochen
.mailmap b8230bfa7f mailmap: add entry for myself vor 3 Monaten
CONTRIBUTING.md ef42c1de2b Add CONTRIBUTING.md vor 9 Jahren
COPYING.GPLv2 ecc1330a6d Rename COPYING.GPL --> COPYING.GPLv2 and COPYING.LGPL --> COPYING.LGPLv2.1. vor 16 Jahren
COPYING.GPLv3 9cad0e4ed8 Add configure option to upgrade (L)GPL to version 3. vor 16 Jahren
COPYING.LGPLv2.1 8d439b2483 all: fix whitespace/new-line issues vor 3 Monaten
COPYING.LGPLv3 9cad0e4ed8 Add configure option to upgrade (L)GPL to version 3. vor 16 Jahren
CREDITS 011f30fc82 Use https for repository links vor 2 Jahren
Changelog 746650dfe5 Changelog: add entry about tiled HEIF support with the CLI vor 3 Wochen
FUNDING.json a8c21a7158 Add FUNDING.json vor 5 Monaten
INSTALL.md 262d41c804 all: fix typos found by codespell vor 3 Monaten
LICENSE.md 8c920c4c39 Remove libpostproc vor 6 Monaten
MAINTAINERS d31983dc8e MAINTAINERS: Update the entries for AMF vor 3 Wochen
Makefile 0362cb3806 build: link with CXX when -lstdc++ on linker commandline vor 2 Monaten
README.md f79be02be0 README: fix typo and description of libavfilter vor 4 Jahren
RELEASE 1532caaab0 RELEASE: update to 8.0 vor 3 Monaten
configure 9b2162275b configure: filter out -guard:signret from armasm flags vor 4 Tagen

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.