]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/xan.c
Use memcpy instead of the very inefficient bytecopy where both are correct
[frescor/ffmpeg.git] / libavcodec / xan.c
2009-04-17 reimarUse memcpy instead of the very inefficient bytecopy...
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-11 diegoFix build: Add intreadwrite.h and bswap.h #includes...
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-04-27 diegoAdd long names to AVCodec declarations.
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-03-05 melansonfix the WC3 Xan decoder by correcting the frame account...
2008-02-01 aurelconst
2008-02-01 michaelconst
2007-07-05 diegolicense header consistency cosmetics
2007-06-02 ramiroUse AV_xx throughout libavcodec
2007-05-10 diegoRemove redundant #inclusion of common.h, avcodec.h...
2007-05-05 diegoFix multiple "‘inline/static’ is not at beginning of...
2007-04-07 diegoRemove superfluous setting of has_b_frames in codecs...
2007-04-07 diegotypos
2007-01-19 alexrename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-08-13 melansontinfoil patch: no array is written to in bulk before...
2005-01-12 michaelvarious security fixes and precautionary checks
2004-03-14 melansonremove numerous definitions of BE_*/LE_* macros; conver...
2003-11-03 michaelav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-30 melansonrevised palette API, courtesy of Roberto Togni (rtogni...
2003-09-19 tmmmMACRO-ize a bunch of redundant code blocks; fix 16...
2003-09-14 tmmmchange pixel identifier conflict with AltiVec headers...
2003-09-13 tmmmfinal word on RGBA byte order
2003-09-12 tmmmdeploy palette control API
2003-09-11 tmmmcopy & paste strikes again
2003-09-11 tmmmxan_wc3 decoder now works correctly; added a bunch...
2003-09-08 tmmmNew fringe codecs: WC3/Xan video, Xan DPCM, DK3 & DK4...