]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/vmdav.c
Makefile.omk sucks in config generated by config4omk.
[frescor/ffmpeg.git] / libavcodec / vmdav.c
2009-04-24 kostyaRemove useless assignment during initialization for...
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-26 diegoFix filenames in Doxygen comments.
2009-01-21 kostyaVMD first chunk of audio is not coded as many separate...
2009-01-11 diegoFix build: Add intreadwrite.h and bswap.h #includes...
2008-09-08 michaelBump Major version, this commit is almost just renaming...
2008-07-31 prossModify all codecs to report their supported input and...
2008-06-24 stefangmark read-only data as const
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-05-06 diegoRemove unnecessary parentheses from return calls.
2008-04-27 diegoAdd long names to AVCodec declarations.
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-03-10 melansonThese video decoders do not need to include and initial...
2008-02-01 michaelconst
2007-09-23 kostyaFix decoding of VMDs representing sprites (Last Dynasty...
2007-08-11 aureluse av_clip_int16() where it makes sens
2007-07-05 diegolicense header consistency cosmetics
2007-05-29 kostyaDo proper frame swapping so VMD video decoder works...
2007-05-10 diegoRemove redundant #inclusion of common.h, avcodec.h...
2007-04-08 diegoGet rid of unnecessary pointer casts.
2007-04-07 diegoRemove superfluous setting of has_b_frames in codecs...
2007-02-25 reimarAdd av_ prefix to clip functions
2007-01-19 alexrename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-11-19 kostyaDivide first audio buffer chunk into atomary bufffers.
2006-11-13 kostyaOutput proper 16-bit sound (fixes decoding on PPC)
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-08-09 diegoCorrect wrong memset invocation.
2006-03-11 kostya16-bit DPCM and stereo support for Sierra VMD
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-08-13 melansontinfoil patch: be more diligent about checking array...
2004-09-28 melansonif audio is PCM, push it through (sync is not perfect...
2004-05-21 michaeldata_size = 0 cleanup
2004-04-07 alexconversion to av_log
2004-03-14 melansonminor VMD system update; still not perfect, but should...
2004-02-22 michael(f)printf() is disallowed in libavcodec, compilation...
2004-01-02 melansonfirst pass at Sierra VMD A/V decoders; video looks...