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