summaryrefslogtreecommitdiff
path: root/libavcodec/dcadec.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* dca: use defines for subband related constantsAlexandra Hájková2015-12-31
* dca: remove unused decode_hf function and quant_d tablesAlexandra Hájková2015-12-24
* dca: change the core to work with integer coefficients.Alexandra Hájková2015-12-23
* lavc: add profiles to AVCodecDescriptorAnton Khirnov2015-12-12
* dcadec: Do not check for overreads in auxiliary dataTim Walker2015-11-23
* dcadec: reorganise context dataAlexandra Khirnova2015-10-07
* dcadec: Always initialize return variableVittorio Giovara2015-10-04
* dcadec: make a number of samples per subband per subsubframe a named constantAlexandra Khirnova2015-10-01
* dcadec: set channel layout in a separate functionAlexandra Hájková2015-09-16
* dcadec: scan for extensions in a separate functionAlexandra Hájková2015-09-16
* lavc: Drop deprecated request_channels related functionsVittorio Giovara2015-08-28
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* dca: Support for XLL (lossless extension)Niels Möller2015-03-15
* dca: Move syncword definitions to a separate headerDiego Biurrun2015-03-04
* dca: Remove separate header for DCA ExSSDiego Biurrun2015-02-16
* dca: Move data tables from a header to an object fileDiego Biurrun2015-02-15
* dca: Move all tables into dcadata.hDiego Biurrun2015-02-14
* dca: Remove trace debugging codeDiego Biurrun2015-02-14
* dca: Split code for handling the EXSS extension off into a separate fileDiego Biurrun2015-02-14
* avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-14
* dcadec: initialize variables before useVittorio Giovara2014-11-13
* dca: Remove some commented-out cruftDiego Biurrun2014-09-20
* dca: K&R formatting cosmeticsGabriel Dume2014-09-16
* dcadec: replace ldexpf with a multiplication by a constantNiels Möller2014-06-18
* dca: Convert dca_dmixtable to integersNiels Möller2014-05-23
* dcadec: Delete redundant init_get_bits callNiels Möller2014-04-14
* dcadec: Use correct channel count in stereo downmix checkTim Walker2014-04-12
* dcadec: Do not decode the XCh extension when downmixing to stereoTim Walker2014-04-12
* dcadec: simplify decoding of VQ high frequenciesChristophe Gisquet2014-02-28
* dca: factorize scaling in inverse ADPCMJanne Grunau2014-02-28
* dcadec: remove scaling in lfe_interpolation_firChristophe Gisquet2014-02-28
* dca: replace some memcpy by AV_COPY128Christophe Gisquet2014-02-20
* dcadsp: split lfe_dir casesChristophe Gisquet2014-02-07
* x86: dcadsp: implement int8x8_fmul_int32Christophe Gisquet2014-02-07
* dcadsp: add int8x8_fmul_int32 to dsp contextChristophe Gisquet2014-02-07
* dcadec: set AV_FRAME_DATA_MATRIXENCODING side data.Tim Walker2014-01-05
* dcadec: set the output channel mode more accurately.Tim Walker2014-01-05
* dcadec: Decode LFE to avoid adding random data when downmixing with LFEMichael Niedermayer2013-12-06
* dcadec: Add some logging before returning on errorTim Walker2013-11-30
* dcadec: add disable_xch private option.Tim Walker2013-11-28
* dcadec: treat all 2-channel modes as Stereo in dca_downmix.Tim Walker2013-11-28
* dca: support mixing LFE in dca_downmix.Tim Walker2013-11-28
* dca: extract core substream's embedded downmix coeffcient codes, if present.Tim Walker2013-11-28
* dca: remove embedded downmix coefficient extraction.Tim Walker2013-11-28
* dca: convert dca_default_coeffs to float.Tim Walker2013-11-28
* dcadec: store the stereo downmix coefficients as float in the DCAContext.Tim Walker2013-11-28
* dcadec: implement request_channel_layout.Tim Walker2013-11-28