]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/bmp.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavcodec / bmp.c
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-27 kostyaMerge some cases for reading raw data with different...
2009-02-16 kostyaMake BMP decoder try to decode files with incorrect...
2009-02-01 kostyaSilence useless compiler warning when passing AVFrame...
2008-11-24 kostyaSome BMP files have file size declared in the header...
2008-11-24 kostyaGive more meaningful message on BMP header parsing...
2008-11-24 kostyaAdd known BMP header sizes.
2008-09-23 kostyaCosmetics: reindent after last commit
2008-09-23 kostyaAdd RLE4 and RLE8 decoding support for BMP
2008-09-23 kostyaAdd support for 1-bit, 4-bit, 8-bit and some 16-bit...
2008-09-23 kostyaCalculate line size correctly for bit depths < 8
2008-09-18 kostyaadd newline at the end of message
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-04-29 diegoAdd long names to some AVCodec declarations.
2008-04-14 benoitIndentation
2008-04-14 benoitSupport for BMP os2v1.
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-02-01 michaelconst
2007-07-14 aurelRemove redundant assignment of CODEC_ID_BMP.
2007-02-01 takisAdd decode_end method to bmp decoder. Patch by Michel...
2007-01-31 diegoFix memcpy out-of-bounds.
2007-01-31 takisMake BMP decoder use bytestream. Patch by Michel Bardiaux
2007-01-29 takisFix segfault in bmp decoder. Patch by Michel Bardiaux...
2007-01-27 diegoSegregate code common to BMP decoder and future encoder
2007-01-24 michaelexplicit values for all enums
2007-01-24 michaelenum
2006-10-30 mrucoded line size is a multiple of 4
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-11-30 mruBMP image decoder