On Mon, May 23, 2011 at 17:02:52 (CEST), Justin Ruggles wrote: > --- > Updated patch with changes as suggested by Diego. > > doc/encoders.texi | 43 +++ > libavcodec/ac3.h | 3 +- > libavcodec/ac3dec.h | 5 - > libavcodec/ac3dec_data.c | 6 - > libavcodec/ac3dec_data.h | 1 - > libavcodec/ac3enc.c | 892 > ++++++++++++++++++++++++++++++++++++--------- > libavcodec/ac3enc_fixed.c | 2 +- > libavcodec/ac3enc_float.c | 6 +- > libavcodec/ac3tab.c | 7 + > libavcodec/ac3tab.h | 1 + > 10 files changed, 787 insertions(+), 179 deletions(-)
Patch passes 'make test' and 'make fate'. Queued with the following commit message: Author: Justin Ruggles <[email protected]> Date: Mon May 23 17:45:51 2011 +0200 ac3enc: add channel coupling support Channel coupling is an optional AC-3 feature that increases quality by combining high frequency information from multiple channels into a single channel. The per-channel high frequency information is sent with less accuracy in both the frequency and time domains. This allows more bits to be used for lower frequencies while preserving enough information to reconstruct the high frequencies. -- Gruesse/greetings, Reinhard Tartler, KeyID 945348A4 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
