]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/msrle.c
reindent
[frescor/ffmpeg.git] / libavcodec / msrle.c
2009-05-10 bcoudurierreindent
2009-05-10 bcouduriercheck for palette presence, fix crash with QT-BMP.mov...
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 kostyaSilence useless compiler warning when passing AVFrame...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2008-09-18 kostyaFactorize out code used for MS RLE format decoding...
2008-09-08 michaelBump Major version, this commit is almost just renaming...
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-04-29 diegoAdd some long names to AVCodec declarations.
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-02-01 michaelconsts
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...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-01-23 michaelavoid buf_size == 0 checks in every decoder
2004-01-31 melansonwatch those hard tabs
2003-11-26 rtognimp- Add reget_buffer() function to AVCodecContext
2003-11-09 rtognimp4bpp support
2003-11-07 rtognimpSet buffer hints, use cr where available
2003-11-05 rtognimp100l: sometime palette was not copied to output frame
2003-11-03 michaelav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-11-02 rtognimpMoved to new palette API
2003-10-31 rtognimp100l: free previous frame, not current one!
2003-10-31 rtognimpDon't memcpy from unallocated memory
2003-10-01 tmmmNew demuxers: Sega FILM/CPK, Westwood VQA & AUD; new...