summaryrefslogtreecommitdiff
path: root/libavcodec/dca.c
Commit message (Expand)AuthorAge
...
* 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
* Correct scaling factor in DCA decoder synthesis.Alexander E. Patrakov2008-08-24
* Remove redundant FFMIN().Michael Niedermayer2008-08-23
* Increase buffer size to 16384 patch by Alexander E. Patrakov" patrakov gmailAlexander E. Patrakov2008-08-23
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* Only set channels in the stream if previously unset, fixes resampling crash o...Benjamin Larsson2008-04-10
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* Don't use unchecked data from the bitstream.Benjamin Larsson2008-03-06
* typo fix: inited --> initializedDiego Biurrun2008-02-13
* Fix const qualifer issues found by -Wcast-qual.Michael Niedermayer2008-02-01
* check for request_channels in dca init functionJustin Ruggles2008-01-05
* Enable proper output from the LFE channel, based on patch from Mathias Rauen ...Benjamin Larsson2008-01-04
* Make DCA decoder honor avctx->request_channels in a more advisory way.Andreas Öman2007-12-15
* Use the correct "const float *" type for variable instead of casting const away.Reimar Döffinger2007-12-02
* Set data_size to zero when DCA header parse failedLimin Wang2007-09-06
* Add request_channels member to AVCodecContext so we now have a properReimar Döffinger2007-08-23
* fix dca_bitalloc_index decoder initSergey Vlasov2007-05-24
* Fix dca.c compilation with #define TRACESergey Vlasov2007-05-24
* Better error reporting.Benjamin Larsson2007-05-18
* Fix multiple "‘inline/static’ is not at beginning of declaration" warnings.Diego Biurrun2007-05-05
* Move dca parser to its own file.Diego Biurrun2007-05-03
* cosmetics: indention after last commitJustin Ruggles2007-05-02
* use downmixing coefficients in dca decoder.Justin Ruggles2007-05-02
* enable multichannel output in dca decoder.Justin Ruggles2007-05-02
* fix exploitable buffer overflowMichael Niedermayer2007-04-27
* 1000l to myself as used VLC indexes were totally wrongKostya Shishkov2007-04-24
* changes some function declarations from () to (void) as per ansi c.Stefan Huehner2007-04-04
* DCA decoderKostya Shishkov2007-02-27