No Description https://ffmpeg.org/

James Almer 079b7f6eac vp9: add profile names 10 years ago
compat 1492118c9d avisynth: drop support of AviSynth 2.5 10 years ago
doc 079b7f6eac vp9: add profile names 10 years ago
libavcodec 079b7f6eac vp9: add profile names 10 years ago
libavdevice f5c5aa968c Merge commit 'e8c4db0d4d07738fed716b1d2f20c85aac944641' 10 years ago
libavfilter b4cc7d67f5 avfilter/vf_cover_rect: clip rectangle if it is partly outside the input 10 years ago
libavformat 0eec40b713 avidec: check for valid bit_rate range 10 years ago
libavresample 215430e049 Merge commit '0ac8ff618c5e6d878c547a8877e714ed728950ce' 10 years ago
libavutil 52835cb8e1 avutil/opt: Avoid division by 0 10 years ago
libpostproc cbe27006ce postproc: Made QP, nonBQP, and pQPb arrays 10 years ago
libswresample ff50b1b13b swresample/swresample-test: Randomly wipe out channel counts 10 years ago
libswscale 603c839398 swscale/ppc/swscale_altivec.c: POWER LE support in yuv2planeX_8() delete macro GET_VF() it was wrong 10 years ago
presets d9a61ae31e presets: remove moldering iPod presets 10 years ago
tests b005d09764 vp9: add fate test for 422. 10 years ago
tools 5b32558fd8 tools/sidxindex: Use av_*malloc_array() 10 years ago
.gitattributes 0f257e29c5 Treat all '*.pnm' files as non-text file 10 years ago
.gitignore 56b7aa2138 doc/examples: add directory listing example 10 years ago
COPYING.GPLv2 ecc1330a6d Rename COPYING.GPL --> COPYING.GPLv2 and COPYING.LGPL --> COPYING.LGPLv2.1. 16 years ago
COPYING.GPLv3 9cad0e4ed8 Add configure option to upgrade (L)GPL to version 3. 16 years ago
COPYING.LGPLv2.1 0bba26466f cosmetics: Delete empty lines at end of file. 13 years ago
COPYING.LGPLv3 9cad0e4ed8 Add configure option to upgrade (L)GPL to version 3. 16 years ago
CREDITS 7e0fc1a24f CREDITS: redirect to Git log, remove current outdated content 12 years ago
Changelog 8ad04d24c8 lavf/apngenc: Fix png remuxing by using default extension apng. 10 years ago
INSTALL.md c3ee6e3153 INSTALL: add markdown syntax 10 years ago
LICENSE.md eb16881199 LICENSE.md: add *_rect filters 10 years ago
MAINTAINERS eca39e29a3 MAINTAINERS: Add Lou Logan as server admin as he is root too 10 years ago
Makefile 4a7b50679d makefile: add Loongson-3 support 10 years ago
README.md a5c9befbf4 README: add ffserver 10 years ago
RELEASE 1b47760bbe RELEASE: update to 2.6.git 10 years ago
arch.mak 4a7b50679d makefile: add Loongson-3 support 10 years ago
cmdutils.c f320f2f4c6 cmdutils: Ask for a sample in case a odd rotation angle is encountered 10 years ago
cmdutils.h 4351c288b9 ffplay&cmdutils:Factor get_rotation() code out 10 years ago
cmdutils_common_opts.h 5f55819850 opts: add list device sources/sinks options 10 years ago
cmdutils_opencl.c cf234552b8 OpenCL: Avoid potential buffer overflow in cmdutils_opencl.c 10 years ago
common.mak 2e5605f6fa x86: Makefile: fix DBG parameter evaluation 10 years ago
configure c8b4ffdf55 configure: prepend avfilter_deps for *_rect filters 10 years ago
ffmpeg.c f5b26fbc2f Merge commit '16302246b1fcb7ad4e6f7bd31c49956a455336d2' 10 years ago
ffmpeg.h f5b26fbc2f Merge commit '16302246b1fcb7ad4e6f7bd31c49956a455336d2' 10 years ago
ffmpeg_dxva2.c 5f2cdf9c3c ffmpeg_dxva2: add hevc support 10 years ago
ffmpeg_filter.c 800df6a849 ffmpeg_filter: use get_rotation() 10 years ago
ffmpeg_opt.c a1acae0409 ffmpeg_opt: remove rotate metadata in case of autorotate 10 years ago
ffmpeg_vda.c df4fca2163 vda: Cast to not discard constant qualifier and silence compiler warning 10 years ago
ffmpeg_vdpau.c a6ab9ed50d Merge commit '1f9237f2ac46dfbed1bfa1f4f0f1314c2a1d62ec' 10 years ago
ffplay.c 4351c288b9 ffplay&cmdutils:Factor get_rotation() code out 10 years ago
ffprobe.c a72b61a317 ffprobe: support printing AVStream and AVPacket side data 10 years ago
ffserver.c e10b2a4dc0 ffserver: remove stale debug stanza 10 years ago
ffserver_config.c 720dffb843 ffserver_config: reflow add_codec() 10 years ago
ffserver_config.h 3cb0bec687 ffserver: dont leak child arguments 10 years ago
library.mak bc8e044d8c x86/doc/Makefile: DBG=1 to preprocess external asm 10 years ago
version.sh f3158c3f29 version.sh: Print versions based on the last git tag for release branches 10 years ago

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 a mean to alter decoded Audio and Video through chain of 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.
  • ffserver is a multimedia streaming server for live broadcasts.
  • 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.