[FFmpeg-devel] [PATCH 04/11] aaccoder: add intensity stereo support to encode_window_bands_info quantizer

Claudio Freire klaussfreire at gmail.com
Sun Jun 28 20:17:46 CEST 2015


On Fri, Jun 26, 2015 at 5:16 PM, Rostislav Pehlivanov
<atomnuker at gmail.com> wrote:
> This commit adds support for both PNS and IS (intensity stereo) codebooks to the encode_window_bands_info() quantizer, used by the faast, faac and anmr non-default, native coders. This does not mean that both extensions now work with those coders, some are simply unsuited and will trigger an assertion in the encoder while others simply ignore the changed scalefactor indices and band types. This commit simply adds support for encoding said band types with the alternative coders. Future commits to the coders will be required to make them suitable.

Did some testing, and the assertion failures happen in HEAD as well
(there's already a ticket for that but I just wanted to confirm that
it was not asserting more often at least).

So, LGTM


More information about the ffmpeg-devel mailing list