commit | 8ffe1cb4d7d457fdd216f42fec068fbd0cbc7ade | [log] [tgz] |
---|---|---|
author | Rostislav Pehlivanov <[email protected]> | Tue Sep 01 11:07:00 2015 |
committer | Rostislav Pehlivanov <[email protected]> | Tue Sep 01 11:07:00 2015 |
tree | 02c16b4e0737b33b2898c96c586f96dca5fffbb1 | |
parent | c3cd1a7496feb374016f1bd099f373763db31705 [diff] |
aacenc: disable bandtype modifying extensions when coder != twoloop If the selected coder isn't twoloop, this commit temporarily disables IS and PNS. The problem is in the encode_window_bands_info() being confused and setting invalid band_types for non-marked (normal) bands. Signed-off-by: Rostislav Pehlivanov <[email protected]>
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.