Go to file
Michael Niedermayer 8fdee3ee8f Revert 4 commits to configure which broke dependency handling
Revert "configure: Don't enable examples when --disable-everything is used"
reverted as the problematic commit will be reverted too
This reverts commit 02dfa64c08.

Revert "Merge commit 'a2bb771a3cded8a05137c0effb34f61a2bc78e22'"
This reverts commit e8ebcb0034, reversing
changes made to 3bff005be8.

Revert "Merge commit '21c750f240b9d0c41a258d1adee2d9f75ff378b6'"
This reverts commit 470bfab470, reversing
changes made to f97ee815cf.

Revert "Revert "configure: Revert recent changes to disable-everything""
This reverts commit f97ee815cf.

Reviewed-by: Hendrik Leppkes <h.leppkes@gmail.com>
Immediate commit suggested by BBB
2016-02-18 16:28:30 +01:00
compat compat/os2threads: split long lines 2016-02-14 19:17:36 +01:00
doc lavf/options_table: mark use_wallclock_as_timestamps as boolean 2016-02-18 15:24:31 +01:00
libavcodec lavc/ccaption_dec: implement special and extended character sets 2016-02-17 21:32:18 +01:00
libavdevice lavd/gdigrab: mouse dpi awareness 2016-02-15 10:11:11 +11:00
libavfilter avfilter: add BobWeaver deinterlacing filter 2016-02-18 13:12:48 +01:00
libavformat lavf/options_table: mark use_wallclock_as_timestamps as boolean 2016-02-18 15:24:31 +01:00
libavresample
libavutil avfilter: add loop filters 2016-02-18 11:55:00 +01:00
libpostproc
libswresample x86: use the new helper macros where useful 2016-02-14 20:00:21 -03:00
libswscale swscale/x86/output: Fix yuv2planeX_16* with unaligned destination 2016-02-17 04:47:51 +01:00
presets
tests tests/fate: added dnxhr parser regression test 2016-02-17 21:16:14 +01:00
tools
.gitattributes
.gitignore
.travis.yml
arch.mak
Changelog avfilter: add BobWeaver deinterlacing filter 2016-02-18 13:12:48 +01:00
cmdutils_common_opts.h
cmdutils_opencl.c
cmdutils.c
cmdutils.h fate/source: Do not use GNU extensions in sed 2016-02-13 07:59:00 -08:00
common.mak
configure Revert 4 commits to configure which broke dependency handling 2016-02-18 16:28:30 +01:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_dxva2.c ffmpeg_dxva2: add a profile check for hevc 2016-02-15 12:34:19 +01:00
ffmpeg_filter.c ffmpeg_filter: Factor get_compliance_unofficial_pix_fmts() out 2016-02-10 13:28:23 +01:00
ffmpeg_opt.c Merge commit 'bd49be885e9ad6bae599c54473ba2fa2957eb140' 2016-02-17 16:47:05 +00:00
ffmpeg_qsv.c
ffmpeg_vdpau.c Merge commit 'bd49be885e9ad6bae599c54473ba2fa2957eb140' 2016-02-17 16:47:05 +00:00
ffmpeg_videotoolbox.c
ffmpeg.c ffmpeg: Check best_effort_timestamp after rescale 2016-02-18 01:46:59 +01:00
ffmpeg.h Merge commit 'bd49be885e9ad6bae599c54473ba2fa2957eb140' 2016-02-17 16:47:05 +00:00
ffplay.c
ffprobe.c
ffserver_config.c
ffserver_config.h
ffserver.c
INSTALL.md
library.mak
LICENSE.md
MAINTAINERS MAINTAINERS: add myself as an OS/2 maintainer 2016-02-15 13:22:07 +01:00
Makefile build: use intermediate lcov coverage file 2016-02-06 15:42:09 +01:00
README.md
RELEASE RELEASE: Update to 3.0.git 2016-02-15 10:20:33 -08:00
version.sh

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.