summaryrefslogtreecommitdiff
path: root/libavcodec/dca.c
Commit message (Collapse)AuthorAge
* Don't use unchecked data from the bitstream.Benjamin Larsson2008-03-06
| | | | Originally committed as revision 12351 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fix: inited --> initializedDiego Biurrun2008-02-13
| | | | Originally committed as revision 11920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix const qualifer issues found by -Wcast-qual.Michael Niedermayer2008-02-01
| | | | Originally committed as revision 11703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for request_channels in dca init functionJustin Ruggles2008-01-05
| | | | Originally committed as revision 11423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable proper output from the LFE channel, based on patch from Mathias Rauen ↵Benjamin Larsson2008-01-04
| | | | | | dear dot madshi at net Originally committed as revision 11407 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make DCA decoder honor avctx->request_channels in a more advisory way.Andreas Öman2007-12-15
| | | | Originally committed as revision 11221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the correct "const float *" type for variable instead of casting const away.Reimar Döffinger2007-12-02
| | | | Originally committed as revision 11136 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set data_size to zero when DCA header parse failedLimin Wang2007-09-06
| | | | | | | Patch by Limin Wang <lance('\\'>>1)lmwang>(0x24^'D')<gmail>('/' & 0xFE)<com> Thread [PATCH] set data_size to zero if failed to parse dca header Originally committed as revision 10423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add request_channels member to AVCodecContext so we now have a properReimar Döffinger2007-08-23
| | | | | | way to tell the decoder how many output channels we would like. Originally committed as revision 10199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix dca_bitalloc_index decoder initSergey Vlasov2007-05-24
| | | | | | | Patch by Sergey Vlasov (printf("%csu at altlinux%s",'v',".ru");) Thread [FFmpeg-devel] [PATCH] dca: fix dca_bitalloc_index decoder init Originally committed as revision 9115 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix dca.c compilation with #define TRACESergey Vlasov2007-05-24
| | | | | | | Patch by Sergey Vlasov (v\0163u at \0141ltlinux.ru) Thread [FFmpeg-devel] [PATCH] dca: fix compilation with #define TRACE Originally committed as revision 9114 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Better error reporting.Benjamin Larsson2007-05-18
| | | | Originally committed as revision 9056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix multiple "‘inline/static’ is not at beginning of declaration" warnings.Diego Biurrun2007-05-05
| | | | Originally committed as revision 8894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move dca parser to its own file.Diego Biurrun2007-05-03
| | | | Originally committed as revision 8881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indention after last commitJustin Ruggles2007-05-02
| | | | Originally committed as revision 8876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use downmixing coefficients in dca decoder.Justin Ruggles2007-05-02
| | | | | | | | reference: Subject: [Ffmpeg-devel] [PATCH] DTS multichannel Date: Wed, 25 Apr 2007 16:25:18 -0400 Originally committed as revision 8875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable multichannel output in dca decoder.Justin Ruggles2007-05-02
| | | | | | | | reference: Subject: [Ffmpeg-devel] [PATCH] DTS multichannel Date: Wed, 25 Apr 2007 16:25:18 -0400 Originally committed as revision 8874 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix exploitable buffer overflowMichael Niedermayer2007-04-27
| | | | Originally committed as revision 8850 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l to myself as used VLC indexes were totally wrongKostya Shishkov2007-04-24
| | | | Originally committed as revision 8800 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changes some function declarations from () to (void) as per ansi c.Stefan Huehner2007-04-04
| | | | | | Patch by Stefan Huehner % stefan A huehner P org % Originally committed as revision 8625 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DCA decoderKostya Shishkov2007-02-27
Originally committed as revision 8141 to svn://svn.ffmpeg.org/ffmpeg/trunk