commit | 5d367768e7fe607f9d0709e5a571f438880047f9 | [log] [tgz] |
---|---|---|
author | Steve Kondik <steve@cyngn.com> | Fri Nov 27 04:42:39 2015 -0800 |
committer | Steve Kondik <steve@cyngn.com> | Fri Nov 27 04:42:39 2015 -0800 |
tree | d54b563e4659648e19d5f007366d305e3b69218f | |
parent | 0ec330c620b11cee6f59ba24d71b1de8630f2cde [diff] |
swscale: Disable NEW_FILTER on Android, for now. * We're seeing a crash while running CTS during testMpeg4_adaptiveDrc. * As the code involved here is quite gnarly, disable the new scalar code until it's resolved. Will need upstream assistance. Change-Id: I52610e0dc4de0f75559eeccb79e7a841adaa436e
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.