Mirrored for eternity

Michael Niedermayer f46e514491 Changelog: update hai 1 día
compat b4d9fa6cb9 compat: Fix the fallback definition of stdc_trailing_zeros hai 1 ano
doc 73d003ae78 updatze for 7.1.3 hai 2 días
ffbuild 01c5f4ad9f riscv: add Zvbb vector bit manipulation extension hai 1 ano
fftools 5418fbb7f4 fftools/ffmpeg_sched: prevent demuxers from getting stuck hai 1 semana
libavcodec efd6f75cfc avcodec/mediacodecdec_common: Check that the input to mediacodec_wrap_sw_audio_buffer() contains channel * sample_size hai 2 días
libavdevice ebd0ca9fee avdevice/decklink_dec: fix leaks on error hai 1 ano
libavfilter 19bc0ef3f3 avfilter/vf_drawtext: fix call GET_UTF8 with invalid argument hai 1 día
libavformat baee5f5e27 avformat/avformat: also clear FFFormatContext packet queue when closing a muxer hai 2 días
libavutil 87e1bea70b avutil/common: cast GET_BYTE/GET_16BIT returned value hai 1 día
libpostproc 2f0af494b6 postproc/postprocess_template: fix dering with a 16x16 image hai 5 meses
libswresample 794245fa71 arm: Consistently use proper interworking function returns hai 1 ano
libswscale 19877054e3 swscale/output: Fix integer overflow in yuv2ya16_X_c_template() hai 2 días
presets d9a61ae31e presets: remove moldering iPod presets %!s(int64=11) %!d(string=hai) anos
tests a9c5da3261 avformat/movenc: fix writing reserved bits in EC3SpecificBox hai 2 meses
tools 5e17ff811a tools/target_dec_fuzzer: Adjust threshold for EACMV hai 10 meses
.gitattributes 7bf1b9b357 lavf/assenc: normalize line endings to \n hai 1 ano
.gitignore c606736836 gitignore: add config_components.h %!s(int64=3) %!d(string=hai) anos
.mailmap affeca005a mailmap: add entry for myself hai 1 ano
CONTRIBUTING.md ef42c1de2b Add CONTRIBUTING.md %!s(int64=9) %!d(string=hai) anos
COPYING.GPLv2 ecc1330a6d Rename COPYING.GPL --> COPYING.GPLv2 and COPYING.LGPL --> COPYING.LGPLv2.1. %!s(int64=16) %!d(string=hai) anos
COPYING.GPLv3 9cad0e4ed8 Add configure option to upgrade (L)GPL to version 3. %!s(int64=16) %!d(string=hai) anos
COPYING.LGPLv2.1 0bba26466f cosmetics: Delete empty lines at end of file. %!s(int64=13) %!d(string=hai) anos
COPYING.LGPLv3 9cad0e4ed8 Add configure option to upgrade (L)GPL to version 3. %!s(int64=16) %!d(string=hai) anos
CREDITS 011f30fc82 Use https for repository links %!s(int64=2) %!d(string=hai) anos
Changelog f46e514491 Changelog: update hai 1 día
INSTALL.md ded98a0919 INSTALL: explain the circular dependency issue and solution hai 10 meses
LICENSE.md d5e7f01090 avfilter/vf_geq: Relicense to LGPL %!s(int64=5) %!d(string=hai) anos
MAINTAINERS d432d24777 MAINTAINERS: Add entry for samples-request hai 5 meses
Makefile d2a25dc2bf add tools/target_swr_fuzzer hai 1 ano
README.md f79be02be0 README: fix typo and description of libavfilter %!s(int64=4) %!d(string=hai) anos
RELEASE 73d003ae78 updatze for 7.1.3 hai 2 días
RELEASE_NOTES b08d7969c5 RELEASE_NOTES: Based on the version from 5.1 hai 1 ano
configure d1cef18c5c configure: Clearer documentation for "disable-safe-bitstream-reader" hai 5 meses

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.