]> git.sesse.net Git - ffmpeg/history - libavcodec/vmdav.c
Apply 'cold' attribute to init/uninit functions in libavcodec
[ffmpeg] / libavcodec / vmdav.c
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-10 Mike MelansonThese video decoders do not need to include and initial...
2008-02-01 Michael Niedermayerconst
2007-09-23 Kostya ShishkovFix decoding of VMDs representing sprites (Last Dynasty...
2007-08-11 Aurelien Jacobsuse av_clip_int16() where it makes sense
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-05-29 Kostya ShishkovDo proper frame swapping so VMD video decoder works...
2007-05-10 Diego BiurrunRemove redundant #inclusion of common.h, avcodec.h...
2007-04-08 Nicholas TungGet rid of unnecessary pointer casts.
2007-04-07 Nicholas TungRemove superfluous setting of has_b_frames in codecs...
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-11-19 Kostya ShishkovDivide first audio buffer chunk into atomary bufffers.
2006-11-13 Kostya ShishkovOutput proper 16-bit sound (fixes decoding on PPC)
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-08-09 Panagiotis IssarisCorrect wrong memset invocation.
2006-03-11 Kostya Shishkov16-bit DPCM and stereo support for Sierra VMD
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-08-13 Mike Melansontinfoil patch: be more diligent about checking array...
2004-09-28 Mike Melansonif audio is PCM, push it through (sync is not perfect...
2004-05-21 Michael Niedermayerdata_size = 0 cleanup
2004-04-07 Alex Beregszasziconversion to av_log
2004-03-14 Mike Melansonminor VMD system update; still not perfect, but should...
2004-02-22 Michael Niedermayer(f)printf() is disallowed in libavcodec, compilation...
2004-01-02 Mike Melansonfirst pass at Sierra VMD A/V decoders; video looks...