summaryrefslogtreecommitdiffstats
path: root/libavcodec/dcadec.c
Commit message (Expand)AuthorAgeFilesLines
* dcadec: simplify decoding of VQ high frequenciesChristophe Gisquet2014-02-281-23/+7
* dca: factorize scaling in inverse ADPCMJanne Grunau2014-02-281-8/+19
* dcadec: remove scaling in lfe_interpolation_firChristophe Gisquet2014-02-281-4/+3
* dca: replace some memcpy by AV_COPY128Christophe Gisquet2014-02-201-3/+1
* dcadsp: split lfe_dir casesChristophe Gisquet2014-02-071-5/+5
* x86: dcadsp: implement int8x8_fmul_int32Christophe Gisquet2014-02-071-0/+3
* dcadsp: add int8x8_fmul_int32 to dsp contextChristophe Gisquet2014-02-071-6/+4
* dcadec: set AV_FRAME_DATA_MATRIXENCODING side data.Tim Walker2014-01-051-0/+9
* dcadec: set the output channel mode more accurately.Tim Walker2014-01-051-1/+2
* dcadec: Decode LFE to avoid adding random data when downmixing with LFEMichael Niedermayer2013-12-061-1/+1
* dcadec: Add some logging before returning on errorTim Walker2013-11-301-5/+21
* dcadec: add disable_xch private option.Tim Walker2013-11-281-3/+20
* dcadec: treat all 2-channel modes as Stereo in dca_downmix.Tim Walker2013-11-281-3/+3
* dca: support mixing LFE in dca_downmix.Tim Walker2013-11-281-17/+26
* dca: extract core substream's embedded downmix coeffcient codes, if present.Tim Walker2013-11-281-33/+119
* dca: remove embedded downmix coefficient extraction.Tim Walker2013-11-281-27/+17
* dca: convert dca_default_coeffs to float.Tim Walker2013-11-281-2/+2
* dcadec: store the stereo downmix coefficients as float in the DCAContext.Tim Walker2013-11-281-14/+8
* dcadec: implement request_channel_layout.Tim Walker2013-11-281-5/+19
* dcadec: simplify an expressionTim Walker2013-11-191-2/+1
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* dcadec: Validate the lfe parameterMartin Storsjö2013-09-201-0/+5
* dcadsp: Add a new method, qmf_32_subbandsBen Avison2013-07-221-21/+5
* dcadec: Use int32_to_float_fmul_array8Ben Avison2013-07-221-8/+15
* fmtconvert: Explicitly use int32_t instead of intChristophe Gisquet2013-07-171-3/+3
* dca: Respect the current limits in the downmixing capabilitiesLuca Barbato2013-07-121-0/+6
* dca: Error out on missing DSYNCLuca Barbato2013-07-121-0/+1
* dca: Move ff_dca_convert_bitstream() to the DCA common codeDiego Biurrun2013-03-271-1/+0
* avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-2/+3
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* Fix a number of incorrect intmath.h #includes.Diego Biurrun2013-02-261-1/+1
* dca: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-11/+7
* dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-081-1/+1
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* dcadec: skip QMF on unused channelsMichael Niedermayer2012-11-261-3/+4
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* dcadec: allow the decoder to change the channel layout mid-streamJustin Ruggles2012-11-011-17/+1
* dca: allocate a secondary buffer for extra channels when downmixingJustin Ruggles2012-10-131-2/+30
* dcadec: use float planar sample formatJustin Ruggles2012-10-011-70/+49
* avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-011-2/+2
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* dca: Switch dca_sample_rates to avpriv_ prefix; it is used across libsDiego Biurrun2012-08-011-1/+1
* dca: Move tables used outside of dcadec.c to a separate file.Diego Biurrun2012-08-011-1/+1
* dca: Rename dca.c ---> dcadec.cDiego Biurrun2012-08-011-0/+1971
OpenPOWER on IntegriCloud