No description
  • C 89%
  • Assembly 8.4%
  • Makefile 1.4%
  • GLSL 0.4%
  • C++ 0.3%
  • Other 0.2%
Find a file
Nathan Lucas 7002e01c19 tests/fate/spdif: add TrueHD branch padding test
Add a small synthetic TrueHD sample that exercises large MAT padding in
spdifenc. The sample covers both the input_timing path with padding above
MAT_FRAME_SIZE / 2 and the output_timing discontinuity path.

It also verifies queued MAT frame emission when one input packet completes
more than one MAT frame.

Signed-off-by: Nathan Lucas <nlucasgit@gmail.com>
2026-07-25 20:12:16 -06:00
.forgejo forgejo/workflows: block concurrent backport runs for the same pull request 2026-07-19 22:47:17 +02:00
compat
doc Add new mode to mpdecimate video filter 2026-07-20 17:49:47 +00:00
ffbuild
fftools fftools: fix manual merge missing changes 2026-07-18 12:06:36 -05:00
libavcodec avcodec/x86/h264_intrapred: Deprecate MMX from pred8x8l_down_left_8 2026-07-24 19:16:45 -07:00
libavdevice
libavfilter avfilter/dnn: fix async teardown race condition in all backends 2026-07-25 15:08:07 +00:00
libavformat avformat/spdifenc: preserve TrueHD MAT padding across branches 2026-07-25 20:12:16 -06:00
libavutil hwcontext_vaapi: fix undefined close() on windows 2026-07-25 05:30:55 +00:00
libswresample
libswscale swscale/aarch64: split ops_static.c out of ops_asmgen.c 2026-07-22 14:07:37 +00:00
presets
tests tests/fate/spdif: add TrueHD branch padding test 2026-07-25 20:12:16 -06:00
tools tools/target_enc_fuzzer: don't access removed AVCodec::pix_fmts 2026-07-21 18:48:57 +00:00
.gitattributes
.gitignore
.mailmap
Changelog
configure configure: add manual check for openvino v2 2026-07-25 19:39:16 +08:00
CONTRIBUTING.md
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
FUNDING.json
INSTALL.md
LICENSE.md
MAINTAINERS
Makefile
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.