summaryrefslogtreecommitdiff
path: root/libavcodec/dca.c
Commit message (Expand)AuthorAge
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* DCA: indentMåns Rullgård2010-04-13
* DCA: optimise dca_subsubframe()Måns Rullgård2010-04-13
* DCA: break out lfe_interpolation_fir() inner loops to a functionMåns Rullgård2010-04-12
* DCA: use FASTDIV in decode_blockcode()Måns Rullgård2010-04-12
* DCA: simplify lfe_interpolation_fir()Måns Rullgård2010-04-12
* DCA: use a local variable for loop boundaryMåns Rullgård2010-04-12
* DCA: use some type-punning in qmf_32_subbands()Måns Rullgård2010-04-12
* Make synth_filter a function pointerMåns Rullgård2010-04-10
* DCA: align some arraysMåns Rullgård2010-04-10
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-06
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
* Fixed a segfault in the DCA decoder with corrupted streams.Laurent Aimar2010-02-26
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* Remove unused variable j.Michael Niedermayer2009-10-28
* Split synth filter out of dca.c.Michael Niedermayer2009-10-28
* Fix 100l incorrect bitmask check.Reimar Döffinger2009-10-10
* dca and aac decoders use float_to_int16_interleave, so check forDavid Conrad2009-10-08
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-20
* DCA: move an aligned array from stack to contextMåns Rullgård2009-09-10
* Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka2009-05-16
* Make VLC tables in DCA decoder use INIT_VLC_USE_NEW_STATICKostya Shishkov2009-04-21
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-12
* Use INIT_VLC_USE_STATIC and not its value "1".Carl Eugen Hoyos2009-04-11
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Add support for parsing and decoding DCA-HD streams.Kostya Shishkov2008-11-29
* Proper channel output reordering for the dca decoder.Benjamin Larsson2008-11-15
* Comment typoBenjamin Larsson2008-11-11
* Remove channel layout table that only should be used by encoders.Benjamin Larsson2008-11-11
* Change the dca channel layout, S -> SIDE not BACK.Benjamin Larsson2008-11-02
* Change multichannel API define prefix from "CHANNEL_" to "CH_".Andreas Öman2008-11-02
* Guess channel layout based on the number of channels if a custom layout is sp...Benjamin Larsson2008-11-01
* Add channel layouts for dca.Benjamin Larsson2008-11-01
* Fix compilation, remove stray ;Benjamin Larsson2008-10-28
* Fix selection of quant step tableBenjamin Larsson2008-10-28
* Disable codec downmix when not using simd instead of silently produce silenceBenjamin Larsson2008-10-26
* Fix dca decoder with non simd float2int16 conversionBenjamin Larsson2008-10-26
* Fix compilation with TRACEBenjamin Larsson2008-10-26
* Remove the cos_mod table that has become unused after replacing the imdctMichael Niedermayer2008-08-30
* Replace obfuscated mdct in qmf_32_subbands() by ff_imdct_half().Michael Niedermayer2008-08-30
* Get rid of the 512 sample memmove().Michael Niedermayer2008-08-30
* Half the size of subband_fir_noidea and get rid of memmove & memset of it.Michael Niedermayer2008-08-29
* Move t1 and t2 declaration from the QMF code closer to where they are used.Michael Niedermayer2008-08-29
* Simplify (drop useless intermediate sum and diff arrays).Michael Niedermayer2008-08-29
* 5,1l: samples_chanptr[] should be (const float *)Andreas Öman2008-08-29
* dca: Set data_size outside block loop.Andreas Öman2008-08-29
* dca: Do float -> int16 interleaving in-place using s->dsp.float_to_int16_inte...Andreas Öman2008-08-29