summaryrefslogtreecommitdiff
path: root/libavcodec/dca.c
Commit message (Expand)AuthorAge
* 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