summaryrefslogtreecommitdiffstats
path: root/libavcodec/dca.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* enable multichannel output in dca decoder.Justin Ruggles2007-05-021-3/+19
* fix exploitable buffer overflowMichael Niedermayer2007-04-271-0/+3
* 1000l to myself as used VLC indexes were totally wrongKostya Shishkov2007-04-241-6/+6
* changes some function declarations from () to (void) as per ansi c.Stefan Huehner2007-04-041-1/+1
* DCA decoderKostya Shishkov2007-02-271-0/+1322
OpenPOWER on IntegriCloud