Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-07dcadec: reorganise context dataAlexandra Khirnova
2015-10-04dcadec: Always initialize return variableVittorio Giovara
2015-10-01dcadec: make a number of samples per subband per subsubframe a named constantAlexandra Khirnova
2015-09-16dcadec: set channel layout in a separate functionAlexandra Hájková
2015-09-16dcadec: scan for extensions in a separate functionAlexandra Hájková
2015-08-28lavc: Drop deprecated request_channels related functionsVittorio Giovara
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2015-03-15dca: Support for XLL (lossless extension)Niels Möller
2015-03-04dca: Move syncword definitions to a separate headerDiego Biurrun
2015-02-16dca: Remove separate header for DCA ExSSDiego Biurrun
2015-02-16dca: Move data tables from a header to an object fileDiego Biurrun
2015-02-14dca: Move all tables into dcadata.hDiego Biurrun
2015-02-14dca: Remove trace debugging codeDiego Biurrun
2015-02-14dca: Split code for handling the EXSS extension off into a separate fileDiego Biurrun
2015-02-14avcodec: Don't anonymously typedef structsDiego Biurrun
2014-11-13dcadec: initialize variables before useVittorio Giovara
2014-09-20dca: Remove some commented-out cruftDiego Biurrun
2014-09-16dca: K&R formatting cosmeticsGabriel Dume
2014-06-18dcadec: replace ldexpf with a multiplication by a constantNiels Möller
2014-05-23dca: Convert dca_dmixtable to integersNiels Möller
2014-04-14dcadec: Delete redundant init_get_bits callNiels Möller
2014-04-13dcadec: Use correct channel count in stereo downmix checkTim Walker
2014-04-13dcadec: Do not decode the XCh extension when downmixing to stereoTim Walker
2014-02-28dcadec: simplify decoding of VQ high frequenciesChristophe Gisquet
2014-02-28dca: factorize scaling in inverse ADPCMJanne Grunau
2014-02-28dcadec: remove scaling in lfe_interpolation_firChristophe Gisquet
2014-02-20dca: replace some memcpy by AV_COPY128Christophe Gisquet
2014-02-08dcadsp: split lfe_dir casesChristophe Gisquet
2014-02-08x86: dcadsp: implement int8x8_fmul_int32Christophe Gisquet
2014-02-08dcadsp: add int8x8_fmul_int32 to dsp contextChristophe Gisquet
2014-01-05dcadec: set AV_FRAME_DATA_MATRIXENCODING side data.Tim Walker
2014-01-05dcadec: set the output channel mode more accurately.Tim Walker
2013-12-07dcadec: Decode LFE to avoid adding random data when downmixing with LFEMichael Niedermayer
2013-11-30dcadec: Add some logging before returning on errorTim Walker
2013-11-29dcadec: add disable_xch private option.Tim Walker
2013-11-29dcadec: treat all 2-channel modes as Stereo in dca_downmix.Tim Walker
2013-11-29dca: support mixing LFE in dca_downmix.Tim Walker
2013-11-29dca: extract core substream's embedded downmix coeffcient codes, if present.Tim Walker
2013-11-29dca: remove embedded downmix coefficient extraction.Tim Walker
2013-11-29dca: convert dca_default_coeffs to float.Tim Walker
2013-11-29dcadec: store the stereo downmix coefficients as float in the DCAContext.Tim Walker
2013-11-29dcadec: implement request_channel_layout.Tim Walker
2013-11-19dcadec: simplify an expressionTim Walker
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-20dcadec: Validate the lfe parameterMartin Storsjö
2013-07-22dcadsp: Add a new method, qmf_32_subbandsBen Avison
2013-07-22dcadec: Use int32_to_float_fmul_array8Ben Avison
2013-07-17fmtconvert: Explicitly use int32_t instead of intChristophe Gisquet