summaryrefslogtreecommitdiff
path: root/libavcodec/dca.c
Commit message (Expand)AuthorAge
...
* Use the new libavcore audio channel API.Stefano Sabatini2010-11-21
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Add the CODEC_CAP_CHANNEL_CONF capability code and addBenjamin Larsson2010-10-02
* dca: fix dynrange coefficient in xchNick Brereton2010-07-31
* DCA: fix multichannel -> 2 channel downmix.Nick Brereton2010-07-27
* Setup correct channel value when downmixing is required.Nick Brereton2010-07-27
* Use math constant instead of hardcoded rounded value for sqrt(0.5).Christophe Gisquet2010-07-12
* Fix side channels when XCh extension is present.Nick Brereton2010-07-12
* Move XCH parameters into context structure.Nick Brereton2010-07-12
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* DCA: Occasionally a false XCH sync word can turn up after the core DTS data,Nick Brereton2010-07-05
* DCA: *_bits() -> *_bits_long() where needed, half fix for broken bitstream pa...Benjamin Larsson2010-07-05
* Support DTS-ES extension (XCh) in dca: Cosmetic cleanupNick Brereton2010-06-22
* Support DTS-ES extension (XCh) in dca: add code to handle DTS-ES extensionNick Brereton2010-06-22
* Support DTS-ES extension (XCh) in dca: update and add channel mapping tables ...Nick Brereton2010-06-22
* Support DTS-ES extension (XCh) in dca: move original code around to allow reu...Nick Brereton2010-06-22
* Support DTS-ES extension (XCh) in dca: move subband_samples into context stru...Nick Brereton2010-06-22
* Fix typo in macro name.Nick Brereton2010-06-20
* 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