No Description https://ffmpeg.org/

Paul B Mahol 12791ec5b0 avfilter/af_astats: measure dynamic range 7 years ago
compat f890a6d712 compat/cuda: make cuvidGetDecoderCaps optional 7 years ago
doc 12791ec5b0 avfilter/af_astats: measure dynamic range 7 years ago
ffbuild 0cc0c5b6db build: Allow generating dependencies as a side-effect of assembling 7 years ago
libavcodec cb13f44831 avcodec/dolby_e: use av_clip_uintp2() 7 years ago
libavdevice 9b93795890 avdevice/decklink_dec: add support for receiving op47 teletext 7 years ago
libavfilter 12791ec5b0 avfilter/af_astats: measure dynamic range 7 years ago
libavformat f04ef26816 avformat: add SMPTE 337M demuxer 7 years ago
libavresample fd502f4f5f build: Generalize yasm/nasm-related variable names 7 years ago
libavutil a3d3cfa65c avutil: merge slice threading implementation from avcodec and avfilter 7 years ago
libpostproc 6fdd35a312 Merge commit '92db5083077a8b0f8e1050507671b456fd155125' 7 years ago
libswresample 3fa8f263ab libswresample: check input to swr_convert_frame for NULL 7 years ago
libswscale fd502f4f5f build: Generalize yasm/nasm-related variable names 7 years ago
presets d9a61ae31e presets: remove moldering iPod presets 10 years ago
tests 3192821237 pixdesc: Add a test for av_find_best_pix_fmt_of_2() 7 years ago
tools fd502f4f5f build: Generalize yasm/nasm-related variable names 7 years ago
.gitattributes d1df72a702 fate: add SCC test 8 years ago
.gitignore f1ab71b046 build: add support for building .cu files via nvcc 7 years ago
.travis.yml 4f9297ac3b build: Prefer NASM assembler over YASM 7 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. 15 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. 15 years ago
CREDITS 7e0fc1a24f CREDITS: redirect to Git log, remove current outdated content 12 years ago
Changelog f04ef26816 avformat: add SMPTE 337M demuxer 7 years ago
INSTALL.md c3ee6e3153 INSTALL: add markdown syntax 10 years ago
LICENSE.md 4a9c5f6bc5 Merge commit '4fef648d10bf3bcfd4b8fa5755c1128966a2427c' 8 years ago
MAINTAINERS c8e7fc8d9a MAINTAINERS: Add Manojkumar Bhosale for MIPS, remove myself. 7 years ago
Makefile 70143a3954 dxva: add support for new dxva2 and d3d11 hwaccel APIs 7 years ago
README.md ef42c1de2b Add CONTRIBUTING.md 8 years ago
RELEASE 58b867a7cf Bump minor versions for master after release/3.3 branchpoint 8 years ago
cmdutils.c ddef3d902f avformat, ffmpeg: deprecate old rotation API 8 years ago
cmdutils.h b010843594 Merge commit '122de16dd8108a59a55d30543c9f28b5f61b02d1' 7 years ago
cmdutils_opencl.c 36cf422521 cmdutils_opencl: Fix read of uinitialized cl_mem 7 years ago
configure 930fe4b1f7 avcodec: add Dolby E decoder 7 years ago
ffmpeg.c dc11a467e6 ffmpeg: Fix typos in the comment for decode() ("." vs. "->") 7 years ago
ffmpeg.h 70143a3954 dxva: add support for new dxva2 and d3d11 hwaccel APIs 7 years ago
ffmpeg_cuvid.c 736f4af4fe ffmpeg_cuvid: adapt for recent filter graph initialization changes 8 years ago
ffmpeg_filter.c 7ce47090ce ffmpeg: Support setting the hardware device to use when filtering 7 years ago
ffmpeg_hw.c f434ddf48e avconv_hw: Free device on initialisation failure 7 years ago
ffmpeg_opt.c d7ea14c5e2 ffmpeg: reindent after previous commit 7 years ago
ffmpeg_qsv.c af1761f7b5 ffmpeg: init filtergraphs only after we have a frame on each input 8 years ago
ffmpeg_videotoolbox.c 656823220c ffmpeg_videotoolbox: fix usage of av_get_codec_tag_string() 8 years ago
ffplay.c af50fbaaeb ffplay: reindent after previous commit 7 years ago
ffprobe.c dad54e3c29 ffprobe: reindent after previous commit 7 years ago
ffserver.c b010843594 Merge commit '122de16dd8108a59a55d30543c9f28b5f61b02d1' 7 years ago
ffserver_config.c f9315ea984 ffserver_config: Check for failure to allocate FFServerIPAddressACL 8 years ago
ffserver_config.h 606702ea34 ffsrever: Make the status page bitexact if any stream is bitexact 8 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.