No Description https://ffmpeg.org/

Michael Niedermayer 1609935b6c Bump minor versions after 3.2 branchpoint to seperate release 8 years ago
compat 7904859fd8 compat/cuda: convert to unix line endings 8 years ago
doc 36ecf30cbc doc/APIchanges: add 3.2 Cut marker 8 years ago
libavcodec 1609935b6c Bump minor versions after 3.2 branchpoint to seperate release 8 years ago
libavdevice 1609935b6c Bump minor versions after 3.2 branchpoint to seperate release 8 years ago
libavfilter 1609935b6c Bump minor versions after 3.2 branchpoint to seperate release 8 years ago
libavformat 1609935b6c Bump minor versions after 3.2 branchpoint to seperate release 8 years ago
libavresample 1609935b6c Bump minor versions after 3.2 branchpoint to seperate release 8 years ago
libavutil 1609935b6c Bump minor versions after 3.2 branchpoint to seperate release 8 years ago
libpostproc 1609935b6c Bump minor versions after 3.2 branchpoint to seperate release 8 years ago
libswresample 1609935b6c Bump minor versions after 3.2 branchpoint to seperate release 8 years ago
libswscale 1609935b6c Bump minor versions after 3.2 branchpoint to seperate release 8 years ago
presets d9a61ae31e presets: remove moldering iPod presets 10 years ago
tests a81494b603 lavf/flvdec: init AVPacket::pos to FLVTAG offset 8 years ago
tools f71c98ee12 tools: fix grammar error 8 years ago
.gitattributes 0f257e29c5 Treat all '*.pnm' files as non-text file 10 years ago
.gitignore 5a9134f5f1 Merge commit '6641819feedb086ebba3d2be89b8d33980f367e1' 8 years ago
.travis.yml df8e24be5d Merge commit 'eda183287489b2c705843aa373a19c4e46fb2fec' 9 years ago
CONTRIBUTING.md ef42c1de2b Add CONTRIBUTING.md 8 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 e84d587613 Changelog: Add 3.2 8 years ago
INSTALL.md c3ee6e3153 INSTALL: add markdown syntax 10 years ago
LICENSE.md dc0f711459 lavc: remove libfaac wrapper 8 years ago
MAINTAINERS 8a24e03684 MAINTAINERS: add myself for audiotoolbox 8 years ago
Makefile 5a9134f5f1 Merge commit '6641819feedb086ebba3d2be89b8d33980f367e1' 8 years ago
README.md ef42c1de2b Add CONTRIBUTING.md 8 years ago
RELEASE 5d82370930 RELEASE: Update to 3.0.git 9 years ago
arch.mak a27401a05b mips: rename mipsdspr1 to mipsdsp 9 years ago
cmdutils.c 3e5d27d7a7 cmdutils: fix typos 8 years ago
cmdutils.h 3e5d27d7a7 cmdutils: fix typos 8 years ago
cmdutils_common_opts.h 5f55819850 opts: add list device sources/sinks options 10 years ago
cmdutils_opencl.c 92e483f8ed all: use FFDIFFSIGN to resolve possible undefined behavior in comparators 9 years ago
common.mak da7c918e80 Merge commit 'c5fd4b50610f62cbb3baa4f4108139363128dea1' 8 years ago
configure ded5c88528 configure: Remove --enable-incompatible-libav-abi from the help output 8 years ago
ffmpeg.c c8a6eb58d7 doc: fix spelling errors 8 years ago
ffmpeg.h 3e5e5bdfef Merge commit '398f015f077c6a2406deffd9e37ff34b9c7bb3bc' 8 years ago
ffmpeg_cuvid.c c8a6eb58d7 doc: fix spelling errors 8 years ago
ffmpeg_dxva2.c 85da4f9258 Merge commit '18c506e9e6e8df8b1d496d093077b8240ea68c28' 8 years ago
ffmpeg_filter.c 955b818cf9 ffmpeg: switch to codecpar 8 years ago
ffmpeg_opt.c 3e5e5bdfef Merge commit '398f015f077c6a2406deffd9e37ff34b9c7bb3bc' 8 years ago
ffmpeg_qsv.c 46bfc1562f ffmpeg/qsv: fix QSV-accelerated transcode performance drop issue. 8 years ago
ffmpeg_vaapi.c 1846a3eac8 ffmpeg_vaapi: fix choice of decoder_format 8 years ago
ffmpeg_vdpau.c 844256740d Merge commit 'f72db3f2f3a8c83a4f5dede8fa03434b2bf676c6' 8 years ago
ffmpeg_videotoolbox.c 3041618516 ffmpeg/videotoolbox: protect UTGetOSTypeFromString on both VDA and VT 9 years ago
ffplay.c 6f74e3cde6 Merge commit 'beb62dac629603eb074a44c44389c230b5caac7c' 8 years ago
ffprobe.c 73ead477dd lavf: add AV_DISPOSITION_TIMED_THUMBNAILS 8 years ago
ffserver.c 3bf142c773 cmdutils: remove the current working directory from the DLL search path on win32 8 years ago
ffserver_config.c 2ac5a1a28e ffserver: NoVideo and NoAudio flags weren't cleared between streams. 9 years ago
ffserver_config.h 3b89a67315 ffserver: Use singlejpeg muxer for jpeg 9 years ago
library.mak da7c918e80 Merge commit 'c5fd4b50610f62cbb3baa4f4108139363128dea1' 8 years ago
version.sh cb3f99e4d3 version.sh: Fix spurious rebuilds. 9 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.

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.