aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/dca.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change the dca channel layout, S -> SIDE not BACK.Benjamin Larsson2008-11-021-14/+14
* Change multichannel API define prefix from "CHANNEL_" to "CH_".Andreas Öman2008-11-021-32/+32
* Guess channel layout based on the number of channels if a custom layout is sp...Benjamin Larsson2008-11-011-5/+0
* Add channel layouts for dca.Benjamin Larsson2008-11-011-0/+57
* Fix compilation, remove stray ;Benjamin Larsson2008-10-281-1/+1
* Fix selection of quant step tableBenjamin Larsson2008-10-281-2/+4
* Disable codec downmix when not using simd instead of silently produce silenceBenjamin Larsson2008-10-261-5/+6
* Fix dca decoder with non simd float2int16 conversionBenjamin Larsson2008-10-261-8/+16
* Fix compilation with TRACEBenjamin Larsson2008-10-261-4/+4
* Remove the cos_mod table that has become unused after replacing the imdctMichael Niedermayer2008-08-301-34/+0
* Replace obfuscated mdct in qmf_32_subbands() by ff_imdct_half().Michael Niedermayer2008-08-301-28/+37
* Get rid of the 512 sample memmove().Michael Niedermayer2008-08-301-4/+10
* Half the size of subband_fir_noidea and get rid of memmove & memset of it.Michael Niedermayer2008-08-291-10/+9
* Move t1 and t2 declaration from the QMF code closer to where they are used.Michael Niedermayer2008-08-291-4/+2
* Simplify (drop useless intermediate sum and diff arrays).Michael Niedermayer2008-08-291-10/+3
* 5,1l: samples_chanptr[] should be (const float *)Andreas Öman2008-08-291-1/+1
* dca: Set data_size outside block loop.Andreas Öman2008-08-291-2/+1
* dca: Do float -> int16 interleaving in-place using s->dsp.float_to_int16_inte...Andreas Öman2008-08-291-10/+7
* Correct scaling factor in DCA decoder synthesis.Alexander E. Patrakov2008-08-241-1/+1
* Remove redundant FFMIN().Michael Niedermayer2008-08-231-4/+4
* Increase buffer size to 16384 patch by Alexander E. Patrakov" patrakov gmailAlexander E. Patrakov2008-08-231-1/+1
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* Only set channels in the stream if previously unset, fixes resampling crash o...Benjamin Larsson2008-04-101-1/+8
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-3/+3
* Don't use unchecked data from the bitstream.Benjamin Larsson2008-03-061-2/+10
* typo fix: inited --> initializedDiego Biurrun2008-02-131-6/+6
* Fix const qualifer issues found by -Wcast-qual.Michael Niedermayer2008-02-011-9/+10
* check for request_channels in dca init functionJustin Ruggles2008-01-051-0/+7
* Enable proper output from the LFE channel, based on patch from Mathias Rauen ...Benjamin Larsson2008-01-041-1/+1
* Make DCA decoder honor avctx->request_channels in a more advisory way.Andreas Öman2007-12-151-14/+3
* Use the correct "const float *" type for variable instead of casting const away.Reimar Döffinger2007-12-021-3/+3
* Set data_size to zero when DCA header parse failedLimin Wang2007-09-061-0/+1
* Add request_channels member to AVCodecContext so we now have a properReimar Döffinger2007-08-231-0/+1
* fix dca_bitalloc_index decoder initSergey Vlasov2007-05-241-1/+1
* Fix dca.c compilation with #define TRACESergey Vlasov2007-05-241-0/+2
* Better error reporting.Benjamin Larsson2007-05-181-2/+4
* Fix multiple "‘inline/static’ is not at beginning of declaration" warnings.Diego Biurrun2007-05-051-1/+1
* Move dca parser to its own file.Diego Biurrun2007-05-031-108/+1
* cosmetics: indention after last commitJustin Ruggles2007-05-021-4/+4
* use downmixing coefficients in dca decoder.Justin Ruggles2007-05-021-19/+34