summaryrefslogtreecommitdiffstats
path: root/libavcodec/vmdav.c
Commit message (Expand)AuthorAgeFilesLines
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* Do proper frame swapping so VMD video decoder works againKostya Shishkov2007-05-291-5/+4
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-101-1/+0
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-081-5/+5
* Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung2007-04-071-1/+0
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-1/+1
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-191-7/+7
* Divide first audio buffer chunk into atomary bufffers.Kostya Shishkov2006-11-191-19/+3
* Output proper 16-bit sound (fixes decoding on PPC)Kostya Shishkov2006-11-131-5/+10
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Correct wrong memset invocation.Panagiotis Issaris2006-08-091-1/+1
* 16-bit DPCM and stereo support for Sierra VMDKostya Shishkov2006-03-111-69/+48
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-2/+2
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-4/+4
* tinfoil patch: be more diligent about checking array boundaries beforeMike Melanson2005-08-131-8/+32
* if audio is PCM, push it through (sync is not perfect yet)Mike Melanson2004-09-281-7/+4
* data_size = 0 cleanupMichael Niedermayer2004-05-211-1/+0
* conversion to av_logAlex Beregszaszi2004-04-071-16/+10
* minor VMD system update; still not perfect, but should not crash eitherMike Melanson2004-03-141-22/+59
* (f)printf() is disallowed in libavcodec, compilation will fail now if its use...Michael Niedermayer2004-02-221-0/+3
* first pass at Sierra VMD A/V decoders; video looks great, audio is notMike Melanson2004-01-021-0/+548
OpenPOWER on IntegriCloud