]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/xan.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavcodec / xan.c
2009-04-18 reimarAvoid code duplication in xan_unpack for the final...
2009-04-17 reimarUse sign_extend function instead of reimplementing it.
2009-04-17 reimarRemove a useless "& 0xF"
2009-04-17 reimarUse / and % operators instead of reimplementing them...
2009-04-17 reimarChange buffer check to avoid an unlikely pointer arithm...
2009-04-17 reimarSimplify xan_huffman_decode by using get_bits
2009-04-17 reimarCosmetics to improve xan_unpack readability
2009-04-17 reimarFix buffer size check for xan_unpack which was broken...
2009-04-17 reimarSome more simplifications of xan_unpack
2009-04-17 reimarReindent xan_unpack code
2009-04-17 reimarAvoid some code duplication in xan_unpack
2009-04-17 reimarIncrease buffer padding to avoid most space checks...
2009-04-17 reimarChange buffer size checks to avoid the very unlikely...
2009-04-17 reimarRemove a pointless right-shift in xan decoder.
2009-04-17 reimarReplace bytecopy with the equivalent but faster av_memc...
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...