FFmpeg git repo
Go to file
Michael Niedermayer 2bc841815c Merge commit '402fb5550e36dd994b13941ef5499f9087afd345'
* commit '402fb5550e36dd994b13941ef5499f9087afd345':
  opus_parser: drop unused variable

See: 74141f693d
Merged-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-15 13:55:42 +01:00
compat
doc avfilter: port qp filter from libmpcodecs 2015-01-14 18:46:38 +01:00
libavcodec Merge commit '8a9641a652ed1546fedfda22584f79d3d423096e' 2015-01-15 13:47:12 +01:00
libavdevice lavd/v4l2: implement list device callback 2015-01-11 18:58:33 +01:00
libavfilter avfilter/edgedetect: fix indent 2015-01-15 11:39:41 +01:00
libavformat Merge commit '54bc15d5ebfd07fd468743ba29f709ea19e840b9' 2015-01-15 13:01:40 +01:00
libavresample
libavutil Merge commit '0e6c7dfa650e8b0497bfa7a06394b7a462ddc33a' 2015-01-15 05:24:01 +01:00
libpostproc
libswresample x86/swr: add SSE/AVX unpack_6ch functions 2015-01-12 15:40:03 -03:00
libswscale Merge commit '928061670e873e816daa14827853b7e11221ff5f' 2015-01-15 05:47:25 +01:00
presets
tests fate: add qp filter test 2015-01-14 20:45:50 +01:00
tools
.gitattributes
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Changelog: mention the port of various mp PP filters 2015-01-13 13:13:04 +01:00
INSTALL.md
LICENSE.md
MAINTAINERS Adding Closed caption accessories 2015-01-11 22:19:48 +01:00
Makefile
README.md
RELEASE
RELEASE_NOTES
arch.mak
cmdutils.c cmdutils: use av_match_name to filter devices 2015-01-11 18:58:33 +01:00
cmdutils.h
cmdutils_common_opts.h
cmdutils_opencl.c
common.mak
configure avutil/opencl: don't include config.h 2015-01-12 13:49:56 -03:00
ffmpeg.c
ffmpeg.h
ffmpeg_dxva2.c
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg_vda.c
ffmpeg_vdpau.c
ffplay.c
ffprobe.c
ffserver.c
ffserver_config.c
ffserver_config.h
library.mak
version.sh

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 analisys 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.