107 Commits (ef48ac6523c738d77636456afaef18be92c694f8)

Author SHA1 Message Date
Niels Möller b3d905b702 dcadec: Delete redundant init_get_bits call 11 years ago
Tim Walker 801c39e1e3 dcadec: Use correct channel count in stereo downmix check 11 years ago
Tim Walker c8cf461c19 dcadec: Do not decode the XCh extension when downmixing to stereo 11 years ago
Andreas Cadhalpun eeb3baf7f7 Fix spelling error 'Inconsistant -> Inconsistent' 11 years ago
Michael Niedermayer ffb7d7195b avcodec/dcadec: use brackets to ensure that no slow division is used 11 years ago
Christophe Gisquet 4cb6964244 dcadec: simplify decoding of VQ high frequencies 11 years ago
Janne Grunau 7686afd049 dca: factorize scaling in inverse ADPCM 11 years ago
Christophe Gisquet 87ec849fe9 dcadec: remove scaling in lfe_interpolation_fir 11 years ago
Christophe Gisquet ef010f08ae dca: replace some memcpy by AV_COPY128 11 years ago
Christophe Gisquet 5a48caa34b dca: replace some memcpy by AV_COPY128 11 years ago
Christophe Gisquet 45854df9a5 dcadsp: split lfe_dir cases 11 years ago
Christophe Gisquet 481a46a462 dcadsp: add int8x8_fmul_int32 to DSP context 11 years ago
Christophe Gisquet 5fdbfcb5b7 dcadsp: split lfe_dir cases 11 years ago
Christophe Gisquet 5b59a9fc61 x86: dcadsp: implement int8x8_fmul_int32 11 years ago
Christophe Gisquet 2bd44cb705 dcadsp: add int8x8_fmul_int32 to dsp context 11 years ago
Tim Walker 30d70e79a6 dcadec: set AV_FRAME_DATA_MATRIXENCODING side data. 11 years ago
Tim Walker 6bfdb2de88 dcadec: set the output channel mode more accurately. 11 years ago
Michael Niedermayer b6a9719941 dcadec: Decode LFE to avoid adding random data when downmixing with LFE 11 years ago
Tim Walker 7dc827b709 dcadec: Add some logging before returning on error 11 years ago
Michael Niedermayer 6e7de11444 avcodec/dcadec: decode LFE so we dont just add random data when downmixing with LFE 11 years ago
Michael Niedermayer d2e46b11e4 avcodec/dcadec: set AV_CLASS_CATEGORY 11 years ago
Michael Niedermayer 55bd20a841 avcodec/dcadec: AVClass is const 11 years ago
Michael Niedermayer 12235a3ed2 avcodec/dcadec: print more details about errors 11 years ago
Tim Walker 3c8507a845 dcadec: add disable_xch private option. 11 years ago
Tim Walker 220494ad0b dcadec: treat all 2-channel modes as Stereo in dca_downmix. 11 years ago
Tim Walker aaa44d0299 dca: support mixing LFE in dca_downmix. 11 years ago
Tim Walker 44b17d794a dca: extract core substream's embedded downmix coeffcient codes, if present. 11 years ago
Tim Walker 27245b4e1b dca: remove embedded downmix coefficient extraction. 11 years ago
Tim Walker b6d5e6aa10 dca: convert dca_default_coeffs to float. 11 years ago
Tim Walker 25609b63d2 dcadec: store the stereo downmix coefficients as float in the DCAContext. 11 years ago
Tim Walker 89de5157b1 dcadec: implement request_channel_layout. 11 years ago
Tim Walker 37a3cac78c dcadec: simplify an expression 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Martin Storsjö a9d50bb578 dcadec: Validate the lfe parameter 11 years ago
Ben Avison 800ffab48a dcadsp: Add a new method, qmf_32_subbands 11 years ago
Ben Avison 26ffcc7de1 dcadec: Use int32_to_float_fmul_array8 11 years ago
Christophe Gisquet b6293e2798 fmtconvert: Explicitly use int32_t instead of int 12 years ago
Luca Barbato 3802833bc1 dca: Respect the current limits in the downmixing capabilities 12 years ago
Luca Barbato f261e50845 dca: Error out on missing DSYNC 12 years ago
Christophe Gisquet f49564c607 fmtconvert: int32_t input to int32_to_float_fmul_scalar 12 years ago
Paul B Mahol aa96439fae lavc: remove unused put_bits.h headers 12 years ago
Diego Biurrun 1db6a080bd dca: Move ff_dca_convert_bitstream() to the DCA common code 12 years ago
Paul B Mahol a9b424879f lavc & lavf: replace deprecated av_log* functions 12 years ago
Diego Biurrun 6d97484d72 avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Diego Biurrun 76b19a3984 Fix a number of incorrect intmath.h #includes. 12 years ago
Justin Ruggles 182821cff4 dca: decode directly to the user-provided AVFrame 12 years ago
Diego Biurrun 218aefce44 dsputil: Move LOCAL_ALIGNED macros to libavutil 12 years ago
Michael Niedermayer 02d6d05339 dcadec: check xch_base_channel against channel_order_tab. 12 years ago