547cad8c81c1d48cf366f29442d61260844fb0e2
* commit 'f851477889ae48e2f17073cf7486e1d5561b7ae4': (26 commits) Prepare for 11 release doc: Fix syntax and logical errors in avconv stream combination example Fix RELEASE identification Mark 11 release in the changelog Add release notes for 11. avcodec: fix missing doxygen comment marker Prepare for 11_beta2 Release license: Mention that vf_interlace is GPL, not LGPL matroskaenc: convert avstream stereo3d side data during encoding matroskadec: parse stereo mode on decoding avcodec: add stream-level stereo3d side data matroska: list supported extensions doc/APIchanges: fill in missing hashes and dates pulse: Add a wallclock option to be compatible with other other captures vc1: Initialize start_code_found to 0 avconv: fix parsing the AVOptions for -target avconv: fix the muxrate values for -target mpegenc: limit the maximum muxrate vc1: Fix the skip condition vfwcap: Add fallback define for HWND_MESSAGE ... Conflicts: Changelog LICENSE.md RELEASE doc/APIchanges doc/RELEASE_NOTES doc/ffmpeg.texi ffmpeg_opt.c libavcodec/avcodec.h libavcodec/error_resilience.c libavcodec/utils.c libavcodec/vc1_parser.c libavcodec/version.h libavdevice/pulse_audio_dec.c libavfilter/setpts.c libavfilter/src_movie.c libavformat/electronicarts.c libavformat/matroska.c libavformat/matroskadec.c libavformat/matroskaenc.c libavformat/mpegenc.c Merge for metadata only, all these backports are already present in release/2.4 as its branched off from master at a later point so that all these changes where in master already. Merged-by: Michael Niedermayer <michaelni@gmx.at>
…
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
andqt-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
Conding examples are available in the doc/example directory.
License
FFmpeg codebase is mainly LGPL-licensed with optional components licensed under GPL. Please refer to the LICENSE file for detailed information.
Description
Languages
C
90.4%
Assembly
7.7%
Makefile
1.3%
C++
0.2%
Objective-C
0.2%
Other
0.1%