commit | a4a2a44d6836e2f58d9112bdb384e4f2cfac905d | [log] [tgz] |
---|---|---|
author | Steve Kondik <steve@cyngn.com> | Sun Nov 29 04:39:12 2015 -0800 |
committer | Steve Kondik <steve@cyngn.com> | Sun Nov 29 04:39:12 2015 -0800 |
tree | 59607dd44a9c8df81744f0364d94d6e92f7c5f19 | |
parent | 5d367768e7fe607f9d0709e5a571f438880047f9 [diff] |
ffmpeg: Enable the vectorizer * EXPERIMENTAL. * Also needs benchmarks. * gcc-4.8 in 12.1 was generating bogus code with the vectorizer enabled, but 4.9 and Clang both seem to do fine with it. Change-Id: Ia0fe8e5506149b063ff8f8e84209a52098d2c458
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.