No Description https://ffmpeg.org/

Petru Rares Sincraian 7a679e4ac0 fate: Add test for vorbis encoder 8 years ago
compat b8bc6b14a5 compat/os2threads: split long lines 9 years ago
doc fb9187129c avutil/log: added av_log_format_line2 which returns buffer length 9 years ago
libavcodec c5d2d3dced avcodec/alac: fix 20-bit support 8 years ago
libavdevice f1560dbb2a lavd/avfoundation: use AVCodecParameters 8 years ago
libavfilter 5b174dd3f1 avfilter/vf_waveform: fix order of graticule scale items 8 years ago
libavformat e3df56f5b4 avformat/dtsdec: reduce the scope of crctab 8 years ago
libavresample d1262262de Merge commit 'cc4c24208159200b7aff5b5c313903c7f23fa345' 9 years ago
libavutil 492011f3c6 avutil/log: Fix occured typo 9 years ago
libpostproc 2aa21eec1a postproc: fix unaligned access 9 years ago
libswresample 914ad90edd swresample/swresample: Remove "less than" comparissions of enums 9 years ago
libswscale 4c22441276 swscale/arm: add yuv2planeX_8_neon 9 years ago
presets d9a61ae31e presets: remove moldering iPod presets 10 years ago
tests 7a679e4ac0 fate: Add test for vorbis encoder 8 years ago
tools 06eef96b69 fix some a/an typos 9 years ago
.gitattributes 0f257e29c5 Treat all '*.pnm' files as non-text file 10 years ago
.gitignore b0c75963c8 Merge commit '48362ceadeb2eb5286ae94ef7f9542d990ff7ec7' 9 years ago
.travis.yml df8e24be5d Merge commit 'eda183287489b2c705843aa373a19c4e46fb2fec' 9 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 f591b7b526 rtpenc: packetizer for VC-2 HQ RTP payload format (draft v1) 8 years ago
INSTALL.md c3ee6e3153 INSTALL: add markdown syntax 10 years ago
LICENSE.md bbf7500df9 LICENSE: Thorough editing 9 years ago
MAINTAINERS f591b7b526 rtpenc: packetizer for VC-2 HQ RTP payload format (draft v1) 8 years ago
Makefile 14478b6c38 fate: add audiomatch 9 years ago
README.md 9ecfcfe481 README: replace http with https 9 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 956fed377b cmdutils: realign for some additional filters with very long name 9 years ago
cmdutils.h 94a1c7491b fate/source: Do not use GNU extensions in sed 9 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 53107052b2 Merge commit '3dfbf32b95ae69a9b15cd4912bc1c68fa16b4093' 9 years ago
configure dc750194b6 lavc/videotoolboxenc: Set colorimetry values 8 years ago
ffmpeg.c 6f69f7a8bf Merge commit '9200514ad8717c63f82101dc394f4378854325bf' 9 years ago
ffmpeg.h 6b706ce85f Merge commit 'bd49be885e9ad6bae599c54473ba2fa2957eb140' 9 years ago
ffmpeg_dxva2.c a655bc8344 ffmpeg_dxva2: add a profile check for hevc 9 years ago
ffmpeg_filter.c 06eef96b69 fix some a/an typos 9 years ago
ffmpeg_opt.c 0418b0253a ffmpeg: remove hardcoded 'now' creation_time support 9 years ago
ffmpeg_qsv.c dd8a4b0f8c Merge commit 'fb472e1a11a4e0caed2c3c91da01ea8e35d9e3f8' 9 years ago
ffmpeg_vdpau.c ba687ae0bd ffmpeg_vdpau: Free ctx on error path 9 years ago
ffmpeg_videotoolbox.c 3041618516 ffmpeg/videotoolbox: protect UTGetOSTypeFromString on both VDA and VT 9 years ago
ffplay.c ee94b1a50a ffplay: convert to codecpar 9 years ago
ffprobe.c e8373143e1 ffprobe: Don't try and decode things that have no dec_ctx 9 years ago
ffserver.c 6f69f7a8bf Merge commit '9200514ad8717c63f82101dc394f4378854325bf' 9 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 b46aae0936 build: use a link instead of changing current directory when compiling 9 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. Few developers follow pull requests so they will likely be ignored.