No description
  • C 89%
  • Assembly 8.4%
  • Makefile 1.4%
  • GLSL 0.4%
  • C++ 0.3%
  • Other 0.3%
Find a file
Lynne 300cac3078
Some checks are pending
Lint / Pre-Commit (push) Waiting to run
Test / Fate (linux-amd64, static, 32 bit) (push) Waiting to run
Test / Fate (linux-aarch64, static, 64 bit) (push) Waiting to run
Test / Fate (linux-amd64, shared, 64 bit) (push) Waiting to run
Test / Fate (Full, wine) (push) Waiting to run
apv_decode: call ff_thread_finish_setup()
"[...] decoders with update_thread_context callback have to call
ff_thread_finish_setup() themselves; it is not done implicitly in
ff_thread_get_buffer() any more.
Not doing so makes the decoder effectively single-threaded."
2026-07-11 17:10:50 +09:00
.forgejo .forgejo/actions/rebase-pr: workaround stale forge.event.pull_request.merge_base value 2026-07-03 12:24:31 +00:00
compat
doc avcodec: Add itut-t35 metadata as a codec type 2026-07-10 01:56:22 +00:00
ffbuild Makefile, ffbuild/{common,library}: Allow to build DEVTOOLS 2026-07-02 20:39:29 +02:00
fftools fftools/opt_common: fix format string bug in print_program_info 2026-07-07 02:39:49 +00:00
libavcodec apv_decode: call ff_thread_finish_setup() 2026-07-11 17:10:50 +09:00
libavdevice avdevice/avfoundation: wait for frame consumption to avoid dropping A/V frames 2026-07-03 23:53:25 +00:00
libavfilter avfilter/vf_libplacebo: add flag to inherit the input's Vulkan device 2026-07-09 13:25:09 +00:00
libavformat avformat/wavdec: move ID3v2 auto-parsing flag from w64 to wav 2026-07-11 02:46:34 +00:00
libavutil avutil/hwcontext_vulkan: declare cuda as a transfer-compatible format 2026-07-10 04:41:42 +00:00
libswresample
libswscale swscale/output: avoid signed overflow in yuv2rgb_write_full luma scaling 2026-07-05 00:05:36 +00:00
presets
tests fftools/ffmpeg_demux: merge LCEVC enhancement payloads into the base stream 2026-07-06 13:27:29 -03:00
tools
.gitattributes
.gitignore
.mailmap
Changelog avformat/mvrdec: add MVR CCTV demuxer 2026-07-10 17:45:09 +00:00
configure avcodec: add a graph based bitstream filtering API 2026-07-06 13:26:02 -03:00
CONTRIBUTING.md
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
FUNDING.json
INSTALL.md
LICENSE.md
MAINTAINERS
Makefile Makefile, ffbuild/{common,library}: Allow to build DEVTOOLS 2026-07-02 20:39:29 +02:00
README.md
RELEASE

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.