| Commit message (Expand) | Author | Age | Files | Lines |
* | dca: Move syncword definitions to a separate header | Diego Biurrun | 2015-03-04 | 1 | -3/+4 |
* | dca: Remove separate header for DCA ExSS | Diego Biurrun | 2015-02-16 | 1 | -1/+0 |
* | dca: Move data tables from a header to an object file | Diego Biurrun | 2015-02-15 | 1 | -39/+39 |
* | dca: Move all tables into dcadata.h | Diego Biurrun | 2015-02-14 | 1 | -89/+0 |
* | dca: Remove trace debugging code | Diego Biurrun | 2015-02-14 | 1 | -146/+1 |
* | dca: Split code for handling the EXSS extension off into a separate file | Diego Biurrun | 2015-02-14 | 1 | -439/+2 |
* | avcodec: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -2/+2 |
* | dcadec: initialize variables before use | Vittorio Giovara | 2014-11-13 | 1 | -2/+2 |
* | dca: Remove some commented-out cruft | Diego Biurrun | 2014-09-20 | 1 | -3/+1 |
* | dca: K&R formatting cosmetics | Gabriel Dume | 2014-09-16 | 1 | -118/+118 |
* | dcadec: replace ldexpf with a multiplication by a constant | Niels Möller | 2014-06-18 | 1 | -1/+1 |
* | dca: Convert dca_dmixtable to integers | Niels Möller | 2014-05-23 | 1 | -9/+10 |
* | dcadec: Delete redundant init_get_bits call | Niels Möller | 2014-04-14 | 1 | -1/+0 |
* | dcadec: Use correct channel count in stereo downmix check | Tim Walker | 2014-04-12 | 1 | -5/+5 |
* | dcadec: Do not decode the XCh extension when downmixing to stereo | Tim Walker | 2014-04-12 | 1 | -0/+10 |
* | dcadec: simplify decoding of VQ high frequencies | Christophe Gisquet | 2014-02-28 | 1 | -23/+7 |
* | dca: factorize scaling in inverse ADPCM | Janne Grunau | 2014-02-28 | 1 | -8/+19 |
* | dcadec: remove scaling in lfe_interpolation_fir | Christophe Gisquet | 2014-02-28 | 1 | -4/+3 |
* | dca: replace some memcpy by AV_COPY128 | Christophe Gisquet | 2014-02-20 | 1 | -3/+1 |
* | dcadsp: split lfe_dir cases | Christophe Gisquet | 2014-02-07 | 1 | -5/+5 |
* | x86: dcadsp: implement int8x8_fmul_int32 | Christophe Gisquet | 2014-02-07 | 1 | -0/+3 |
* | dcadsp: add int8x8_fmul_int32 to dsp context | Christophe Gisquet | 2014-02-07 | 1 | -6/+4 |
* | dcadec: set AV_FRAME_DATA_MATRIXENCODING side data. | Tim Walker | 2014-01-05 | 1 | -0/+9 |
* | dcadec: set the output channel mode more accurately. | Tim Walker | 2014-01-05 | 1 | -1/+2 |
* | dcadec: Decode LFE to avoid adding random data when downmixing with LFE | Michael Niedermayer | 2013-12-06 | 1 | -1/+1 |
* | dcadec: Add some logging before returning on error | Tim Walker | 2013-11-30 | 1 | -5/+21 |
* | dcadec: add disable_xch private option. | Tim Walker | 2013-11-28 | 1 | -3/+20 |
* | dcadec: treat all 2-channel modes as Stereo in dca_downmix. | Tim Walker | 2013-11-28 | 1 | -3/+3 |
* | dca: support mixing LFE in dca_downmix. | Tim Walker | 2013-11-28 | 1 | -17/+26 |
* | dca: extract core substream's embedded downmix coeffcient codes, if present. | Tim Walker | 2013-11-28 | 1 | -33/+119 |
* | dca: remove embedded downmix coefficient extraction. | Tim Walker | 2013-11-28 | 1 | -27/+17 |
* | dca: convert dca_default_coeffs to float. | Tim Walker | 2013-11-28 | 1 | -2/+2 |
* | dcadec: store the stereo downmix coefficients as float in the DCAContext. | Tim Walker | 2013-11-28 | 1 | -14/+8 |
* | dcadec: implement request_channel_layout. | Tim Walker | 2013-11-28 | 1 | -5/+19 |
* | dcadec: simplify an expression | Tim Walker | 2013-11-19 | 1 | -2/+1 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | dcadec: Validate the lfe parameter | Martin Storsjö | 2013-09-20 | 1 | -0/+5 |
* | dcadsp: Add a new method, qmf_32_subbands | Ben Avison | 2013-07-22 | 1 | -21/+5 |
* | dcadec: Use int32_to_float_fmul_array8 | Ben Avison | 2013-07-22 | 1 | -8/+15 |
* | fmtconvert: Explicitly use int32_t instead of int | Christophe Gisquet | 2013-07-17 | 1 | -3/+3 |
* | dca: Respect the current limits in the downmixing capabilities | Luca Barbato | 2013-07-12 | 1 | -0/+6 |
* | dca: Error out on missing DSYNC | Luca Barbato | 2013-07-12 | 1 | -0/+1 |
* | dca: Move ff_dca_convert_bitstream() to the DCA common code | Diego Biurrun | 2013-03-27 | 1 | -1/+0 |
* | avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -2/+3 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | Fix a number of incorrect intmath.h #includes. | Diego Biurrun | 2013-02-26 | 1 | -1/+1 |
* | dca: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -11/+7 |
* | dsputil: Move LOCAL_ALIGNED macros to libavutil | Diego Biurrun | 2013-02-08 | 1 | -1/+1 |
* | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | dcadec: skip QMF on unused channels | Michael Niedermayer | 2012-11-26 | 1 | -3/+4 |