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