summaryrefslogtreecommitdiffstats
path: root/libavcodec/dtsdec.c
Commit message (Collapse)AuthorAgeFilesLines
* remove libdts decoder, we have a native dts decoderAurelien Jacobs2007-05-171-278/+0
| | | | Originally committed as revision 9051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DTS decoding was broken for every speaker configuration except 5.1.Sergey Vlasov2007-05-161-0/+10
| | | | | | patch by Sergey Vlasov, vsu altlinux org Originally committed as revision 9036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename dts_decoder to libdts_decoder.Diego Biurrun2007-05-031-2/+2
| | | | Originally committed as revision 8879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix multichannel decodingMåns Rullgård2007-02-051-124/+86
| | | | Originally committed as revision 7839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move static variables to private context structMåns Rullgård2007-02-051-28/+37
| | | | Originally committed as revision 7838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove preprocessor cruftMåns Rullgård2007-02-051-8/+0
| | | | Originally committed as revision 7837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: don't needlessly open new blocksMåns Rullgård2007-02-051-48/+43
| | | | Originally committed as revision 7836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: indent sensibly so code can be read at allMåns Rullgård2007-02-051-187/+177
| | | | Originally committed as revision 7835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove void * used in arithmetic warningsBaptiste Coudurier2007-01-261-3/+3
| | | | Originally committed as revision 7716 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix FSF postal address.Diego Biurrun2007-01-221-1/+1
| | | | Originally committed as revision 7638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make some symbols staticMåns Rullgård2006-11-111-3/+3
| | | | Originally committed as revision 6972 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix GPL/LGPL license version mismatch.Diego Biurrun2006-10-091-1/+1
| | | | Originally committed as revision 6597 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-5/+5
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dtsdec.c copies one input packet at a time to a (static) buffer of sizeUoti Urpala2006-04-201-11/+11
| | | | | | | | | | | | | 4096 bytes while the packet can be up to 18726 bytes. The code also keeps decoding until all input data has been used up, not respecting AVCODEC_MAX_AUDIO_FRAME_SIZE. The patch increases the buffer size and return after decoding one frame. Also fixes dts_decode_init to return -1, not 1, on failure. Patch by Uoti Urpala ||| uoti : urpala |!| pp1 : inet : fi ||| Originally committed as revision 5307 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-1/+1
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-3/+3
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (gcc 2.95 compilation)Michael Niedermayer2004-09-121-2/+2
| | | | Originally committed as revision 3454 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bsd patch by (Bohdan Horst <nexus at irc dot pl>)Bohdan Horst2004-08-251-0/+3
| | | | Originally committed as revision 3413 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libdts support improvements by (Aurelien Jacobs)Michael Niedermayer2004-07-261-0/+3
| | | | Originally committed as revision 3345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove dts_internal.hBenjamin Zores2004-07-141-49/+14
| | | | | | | | avoiding code redundance license copy paste fix patch by (Benjamin Zores <ben at geexbox dot org>) Originally committed as revision 3315 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libdts support by (Benjamin Zores <ben at geexbox dot org>)Michael Niedermayer2004-07-141-0/+349
Originally committed as revision 3310 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud