summaryrefslogtreecommitdiff
path: root/libavcodec/vmdav.c
Commit message (Collapse)AuthorAge
* Divide first audio buffer chunk into atomary bufffers.Kostya Shishkov2006-11-19
| | | | | | | This slightly simplifies decoder and removes potential audio buffer overrun. Originally committed as revision 7121 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Output proper 16-bit sound (fixes decoding on PPC)Kostya Shishkov2006-11-13
| | | | Originally committed as revision 7000 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct wrong memset invocation.Panagiotis Issaris2006-08-09
| | | | | | patch by Panagiotis Issaris, takis%%.%%issaris%%@%%uhasselt%%.%%be Originally committed as revision 5966 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 16-bit DPCM and stereo support for Sierra VMDKostya Shishkov2006-03-11
| | | | Originally committed as revision 5147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 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
* tinfoil patch: be more diligent about checking array boundaries beforeMike Melanson2005-08-13
| | | | | | writing to them Originally committed as revision 4515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* if audio is PCM, push it through (sync is not perfect yet)Mike Melanson2004-09-28
| | | | Originally committed as revision 3528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* data_size = 0 cleanupMichael Niedermayer2004-05-21
| | | | Originally committed as revision 3146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* conversion to av_logAlex Beregszaszi2004-04-07
| | | | Originally committed as revision 2975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor VMD system update; still not perfect, but should not crash eitherMike Melanson2004-03-14
| | | | Originally committed as revision 2887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* (f)printf() is disallowed in libavcodec, compilation will fail now if its ↵Michael Niedermayer2004-02-22
| | | | | | used, except that codecs which where added after the printf->av_log change which did ignore av_log() and used prinf are now silent and wont print anything, they should be changed to use av_log, i could do that, but its better if the orginal developer decides which AV_LOG level each message should get Originally committed as revision 2806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* first pass at Sierra VMD A/V decoders; video looks great, audio is notMike Melanson2004-01-02
yet complete Originally committed as revision 2652 to svn://svn.ffmpeg.org/ffmpeg/trunk