summaryrefslogtreecommitdiff
path: root/libavcodec/vmdav.c
Commit message (Expand)AuthorAge
* Fix decoding of VMDs representing sprites (Last Dynasty, Woodruff).Kostya Shishkov2007-09-23
* use av_clip_int16() where it makes senseAurelien Jacobs2007-08-11
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Do proper frame swapping so VMD video decoder works againKostya Shishkov2007-05-29
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-08
* Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung2007-04-07
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* Divide first audio buffer chunk into atomary bufffers.Kostya Shishkov2006-11-19
* Output proper 16-bit sound (fixes decoding on PPC)Kostya Shishkov2006-11-13
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Correct wrong memset invocation.Panagiotis Issaris2006-08-09
* 16-bit DPCM and stereo support for Sierra VMDKostya Shishkov2006-03-11
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* tinfoil patch: be more diligent about checking array boundaries beforeMike Melanson2005-08-13
* if audio is PCM, push it through (sync is not perfect yet)Mike Melanson2004-09-28
* data_size = 0 cleanupMichael Niedermayer2004-05-21
* conversion to av_logAlex Beregszaszi2004-04-07
* minor VMD system update; still not perfect, but should not crash eitherMike Melanson2004-03-14
* (f)printf() is disallowed in libavcodec, compilation will fail now if its use...Michael Niedermayer2004-02-22
* first pass at Sierra VMD A/V decoders; video looks great, audio is notMike Melanson2004-01-02