summaryrefslogtreecommitdiffstats
path: root/libavcodec/dca.c
Commit message (Expand)AuthorAgeFilesLines
...
* Use the new libavcore audio channel API.Stefano Sabatini2010-11-211-20/+21
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* Add the CODEC_CAP_CHANNEL_CONF capability code and addBenjamin Larsson2010-10-021-0/+1
* dca: fix dynrange coefficient in xchNick Brereton2010-07-311-1/+1
* DCA: fix multichannel -> 2 channel downmix.Nick Brereton2010-07-271-14/+33
* Setup correct channel value when downmixing is required.Nick Brereton2010-07-271-5/+6
* Use math constant instead of hardcoded rounded value for sqrt(0.5).Christophe Gisquet2010-07-121-2/+2
* Fix side channels when XCh extension is present.Nick Brereton2010-07-121-0/+14
* Move XCH parameters into context structure.Nick Brereton2010-07-121-6/+11
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-1/+1
* DCA: Occasionally a false XCH sync word can turn up after the core DTS data,Nick Brereton2010-07-051-1/+7
* DCA: *_bits() -> *_bits_long() where needed, half fix for broken bitstream pa...Benjamin Larsson2010-07-051-3/+3
* Support DTS-ES extension (XCh) in dca: Cosmetic cleanupNick Brereton2010-06-221-23/+23
* Support DTS-ES extension (XCh) in dca: add code to handle DTS-ES extensionNick Brereton2010-06-221-64/+131
* Support DTS-ES extension (XCh) in dca: update and add channel mapping tables ...Nick Brereton2010-06-221-34/+71
* Support DTS-ES extension (XCh) in dca: move original code around to allow reu...Nick Brereton2010-06-221-91/+110
* Support DTS-ES extension (XCh) in dca: move subband_samples into context stru...Nick Brereton2010-06-221-5/+7
* Fix typo in macro name.Nick Brereton2010-06-201-2/+2
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-4/+0
* DCA: indentMåns Rullgård2010-04-131-19/+19
* DCA: optimise dca_subsubframe()Måns Rullgård2010-04-131-19/+13
* DCA: break out lfe_interpolation_fir() inner loops to a functionMåns Rullgård2010-04-121-21/+9
* DCA: use FASTDIV in decode_blockcode()Måns Rullgård2010-04-121-2/+4
* DCA: simplify lfe_interpolation_fir()Måns Rullgård2010-04-121-10/+19
* DCA: use a local variable for loop boundaryMåns Rullgård2010-04-121-1/+2
* DCA: use some type-punning in qmf_32_subbands()Måns Rullgård2010-04-121-2/+3
* Make synth_filter a function pointerMåns Rullgård2010-04-101-1/+3
* DCA: align some arraysMåns Rullgård2010-04-101-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-061-0/+1
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-3/+3
* Fixed a segfault in the DCA decoder with corrupted streams.Laurent Aimar2010-02-261-0/+4
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-3/+3
* Remove unused variable j.Michael Niedermayer2009-10-281-1/+1
* Split synth filter out of dca.c.Michael Niedermayer2009-10-281-31/+5
* Fix 100l incorrect bitmask check.Reimar Döffinger2009-10-101-1/+1
* dca and aac decoders use float_to_int16_interleave, so check forDavid Conrad2009-10-081-1/+1
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-201-1/+1
* DCA: move an aligned array from stack to contextMåns Rullgård2009-09-101-5/+5
* Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka2009-05-161-1/+1
* Make VLC tables in DCA decoder use INIT_VLC_USE_NEW_STATICKostya Shishkov2009-04-211-8/+30
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-121-0/+1
* Use INIT_VLC_USE_STATIC and not its value "1".Carl Eugen Hoyos2009-04-111-4/+4
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Add support for parsing and decoding DCA-HD streams.Kostya Shishkov2008-11-291-2/+3
* Proper channel output reordering for the dca decoder.Benjamin Larsson2008-11-151-10/+63
* Comment typoBenjamin Larsson2008-11-111-1/+1
* Remove channel layout table that only should be used by encoders.Benjamin Larsson2008-11-111-17/+0
OpenPOWER on IntegriCloud