commit | 1af9214dafea79c23c583c31828c5e8c5b248af2 | [log] [tgz] |
---|---|---|
author | Dale Curtis <dalecurtis@chromium.org> | Tue Jun 16 22:54:58 2015 |
committer | Dale Curtis <dalecurtis@chromium.org> | Tue Jun 16 22:56:46 2015 |
tree | 002f6d8b08752388d6e66b3298ecc19cce133480 | |
parent | 0ec2f1eee82359bb9c02a912feb1914a3a169cbe [diff] |
Remove arm, mips cflags from ffmpeg.gyp, prefer common.gypi ones. We shouldn't be duplicating / using different cflag values than those used by the rest of Chrome. BUG=none TEST=arm trybots Change-Id: I9bc0ee6a279abd2ad6a31cfeb4ddc74e1bdac8d6
FFmpeg is a collection of libraries and tools to process multimedia content such as audio, video, subtitles and related metadata.
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.aviocat
, ismindex
and qt-faststart
.The offline documentation is available in the doc/ directory.
The online documentation is available in the main website and in the wiki.
Coding examples are available in the doc/examples directory.
FFmpeg codebase is mainly LGPL-licensed with optional components licensed under GPL. Please refer to the LICENSE file for detailed information.