You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
falkTX 6254a46545
Alternative ringbuffer fill approach, so any size fits
3 years ago
compat compat/cuda: correct ushort4 to use ushort 3 years ago
doc Update versions for 4.4 3 years ago
ffbuild ffbuild/common: Make deletion of templates possible 3 years ago
fftools fftools/ffmpeg: use av_packet_alloc() to allocate packets 3 years ago
libavcodec avcodec/msp2dec: Check available space in RLE decoder 3 years ago
libavdevice Alternative ringbuffer fill approach, so any size fits 3 years ago
libavfilter avfilter/vf_codecview: Fix undefined left shifts of negative numbers 3 years ago
libavformat avformat/mov: check offset for overflow in mov_probe() 3 years ago
libavresample avresample: remove deprecated attribute from the AVAudioResampleContext struct 6 years ago
libavutil avutil/pixdesc: Fix 1 << 32 3 years ago
libpostproc Bump Versions before release/4.4 branch 3 years ago
libswresample libswresample/audioconvert: Fix undefined NULL + 0 3 years ago
libswscale libswscale/x86/yuv2yuvX: Removes unrolling for mmx and mmxext 3 years ago
presets presets: remove moldering iPod presets 10 years ago
tests avformat/url: add ff_make_absolulte_url2 to be able to test windows path cases 3 years ago
tools tools/target_dem_fuzzer: Fix packet leak 3 years ago
.gitattributes fate: add SCC test 7 years ago
.gitignore tools/python: add script to convert TensorFlow model (.pb) to native model (.model) 5 years ago
.mailmap mailmap: add entry for myself 3 years ago
.travis.yml Merge commit '899ee03088d55152a48830df0899887f055da1de' 5 years ago
CONTRIBUTING.md Add CONTRIBUTING.md 8 years ago
COPYING.GPLv2 Rename COPYING.GPL --> COPYING.GPLv2 and COPYING.LGPL --> COPYING.LGPLv2.1. 15 years ago
COPYING.GPLv3 Add configure option to upgrade (L)GPL to version 3. 15 years ago
COPYING.LGPLv2.1 cosmetics: Delete empty lines at end of file. 12 years ago
COPYING.LGPLv3 Add configure option to upgrade (L)GPL to version 3. 15 years ago
CREDITS CREDITS: redirect to Git log, remove current outdated content 11 years ago
Changelog avformat: add Changelog entry for librist and bump minor 3 years ago
INSTALL.md INSTALL.md: Fix Markdown formatting 5 years ago
LICENSE.md avfilter/vf_geq: Relicense to LGPL 4 years ago
MAINTAINERS MAINTAINERS: update names 3 years ago
Makefile avcodec: move core AVCodecContext functions from util.c to a new file 3 years ago
README.md Remove the ffserver program 6 years ago
RELEASE Update versions for 4.4 3 years ago
RELEASE_NOTES RELEASE_NOTES: Based on the version from 4.3 3 years ago
configure Initial working implementation of jack out device 3 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.
  • 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.