summaryrefslogtreecommitdiffstats
path: root/libavcodec/vmdav.c
Commit message (Expand)AuthorAgeFilesLines
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-2/+6
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Fix filenames in Doxygen comments.Diego Biurrun2009-01-261-1/+1
* VMD first chunk of audio is not coded as many separate chunks of block_alignKostya Shishkov2009-01-211-17/+28
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+1
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-1/+1
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+1
* mark read-only data as constStefan Gehrer2008-06-241-1/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-2/+2
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-061-3/+3
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-0/+2
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-3/+3
* These video decoders do not need to include and initialize the DSPMike Melanson2008-03-101-3/+0
* constMichael Niedermayer2008-02-011-12/+12
* Fix decoding of VMDs representing sprites (Last Dynasty, Woodruff).Kostya Shishkov2007-09-231-0/+10
* use av_clip_int16() where it makes senseAurelien Jacobs2007-08-111-1/+1
* 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