summaryrefslogtreecommitdiff
path: root/libavcodec/dtsdec.c
Commit message (Collapse)AuthorAge
* dtsdec.c copies one input packet at a time to a (static) buffer of sizeUoti Urpala2006-04-20
| | | | | | | | | | | | | 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-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (gcc 2.95 compilation)Michael Niedermayer2004-09-12
| | | | 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-25
| | | | Originally committed as revision 3413 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libdts support improvements by (Aurelien Jacobs)Michael Niedermayer2004-07-26
| | | | Originally committed as revision 3345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove dts_internal.hBenjamin Zores2004-07-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-14
Originally committed as revision 3310 to svn://svn.ffmpeg.org/ffmpeg/trunk