summaryrefslogtreecommitdiff
path: root/libavcodec/vmdav.c
Commit message (Expand)AuthorAge
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Fix filenames in Doxygen comments.Diego Biurrun2009-01-26
* VMD first chunk of audio is not coded as many separate chunks of block_alignKostya Shishkov2009-01-21
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* mark read-only data as constStefan Gehrer2008-06-24
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-06
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* These video decoders do not need to include and initialize the DSPMike Melanson2008-03-10
* constMichael Niedermayer2008-02-01
* 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