]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/interplayvideo.c
The FFMpeg can be made to build by OMK hackish way.
[frescor/ffmpeg.git] / libavcodec / interplayvideo.c
2009-04-17 reimarSimplify ipvideo_decode_opcodes by using get_bits,...
2009-04-17 reimarRemove unused code_counts array from interplavideo.c.
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-31 reimarFix ipvideo_decode_block_opcode_0xD again.
2009-03-31 reimarCosmetics: remove some pointless {}
2009-03-31 reimarSlightly simplify ipvideo_decode_block_opcode_0xD
2009-03-31 reimarOne more simplification for ipvideo_decode_block_opcode_0xA
2009-03-31 reimarSlightly simplify first part of ipvideo_decode_block_op...
2009-03-31 reimarMake ipvideo_decode_block_opcode_0x8 a lot simpler...
2009-03-31 reimarFix a too small CHECK_STREAM_PTR value in interplayvideo.c
2009-03-31 reimarAvoid the last two uses of bitmasks in interplayvideo
2009-03-31 reimar100l, fix FATE test broken by r18264
2009-03-31 reimarReindent
2009-03-31 reimarDeduplicate code by moving it outside the if/else
2009-03-31 reimarRearrange how the different cases are checked to reduce...
2009-03-31 reimarAvoid "reloading" code by using a 64 bit type for the...
2009-03-31 reimarRemove now pointless temporary pix variables.
2009-03-31 reimarSlightly simplify part of ipvideo_decode_block_opcode_0x8
2009-03-31 reimarFix indentation
2009-03-31 reimarAvoid code duplication by using ?: and array indexing...
2009-03-31 reimarPrettify some assignments
2009-03-31 reimarGet rid of some pointless bitmask/shifter variables...
2009-03-29 reimarMerge the 3 COPY_FROM_* macros with lots of duplicated...
2009-03-29 reimarChange CHECK_STREAM_PTR macro to correctly handle the...
2009-03-29 reimarSimplify check for leftover bytes after decoding for...
2009-03-29 reimarGet rid of pointless "B" array in interplayvideo decoder.
2009-03-29 reimarReplace many tiny loops in the interplayvideo decoder...
2009-03-29 reimarMake ipvideo_decode_block array constant, compile-time...
2009-03-04 reimar100l, interplayvideo uses 8x8 blocks, so call the 8x8...
2009-03-02 diegoChange a bunch of codec long_names to be more consisten...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-04-27 diegoAdd long names to many AVCodec declarations.
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-03-10 melansonThere is no reason to assign a variable to itself
2008-02-01 michaelconsts
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-04-07 diegoRemove superfluous setting of has_b_frames in codecs...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-12 mruuse PRIxN, %zd, %td formats where needed
2005-02-21 alex10l
2004-04-07 alexunknown format chars
2004-03-24 mellumwarning patrol
2004-01-31 melansonhandle invalid buffer sizes
2003-11-03 michaelav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-30 melansonrevised palette API, courtesy of Roberto Togni (rtogni...
2003-10-19 michaelgcc->C99 and warning fixes patch by (Dan Christiansen...
2003-09-19 tmmmdo away with all those naughty global variables
2003-09-18 tmmmvideo looks beautiful now, many thanks to Alexander...
2003-09-17 tmmmwrong, wrong, wrong...coded bits are read in the opposi...
2003-09-14 tmmminitial Interplay video decoder
2003-09-02 tmmminitial commit for Id RoQ and Interplay MVE multimedia...