]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/qtrle.c
Use skip_bits_long() for large skips
[frescor/ffmpeg.git] / libavcodec / qtrle.c
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-09-08 michaelBump Major version, this commit is almost just renaming...
2008-09-07 stefangadd 1bpp decoding function and extend 4bpp function to
2008-08-31 stefangreduce code duplication by moving common header parsing
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-05-26 diegoconsistency cosmetics: indices --> indexes
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-02 reimarmark qtrle input data as const.
2007-07-05 diegolicense header consistency cosmetics
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-07 diegoReplace deprecated PIX_FMT names by the newer variants.
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-14 melansoncorrectly deal with the alpha channel in 32-bit QT...
2005-10-28 reimarMake rle_code int everywhere instead of signed char.
2005-08-13 melansontinfoil patch: make sure pixel_ptr never goes negative
2005-01-23 michaelavoid buf_size == 0 checks in every decoder
2004-05-31 rtognimpAdd support for qtrle4 (16 colors/gray levels)
2004-03-14 melansonremove numerous definitions of BE_*/LE_* macros; conver...
2004-02-14 rtognimprle_code can overflow when multiplied by 4
2004-02-14 rtognimpUse av_log
2004-02-05 melansoninitial commit for Quicktime Animation (RLE) video...