Mirrored for eternity

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

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.