]> git.sesse.net Git - ffmpeg/history - libavcodec/bmp.c
Support for BMP os2v1.
[ffmpeg] / libavcodec / bmp.c
2008-04-14 Benoit FouetSupport for BMP os2v1.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconst
2007-07-14 Mark CoxRemove redundant assignment of CODEC_ID_BMP.
2007-02-01 Michel BardiauxAdd decode_end method to bmp decoder. Patch by Michel...
2007-01-31 Michel BardiauxFix memcpy out-of-bounds.
2007-01-31 Michel BardiauxMake BMP decoder use bytestream. Patch by Michel Bardiaux
2007-01-29 Michel BardiauxFix segfault in bmp decoder. Patch by Michel Bardiaux...
2007-01-27 Michel BardiauxSegregate code common to BMP decoder and future encoder
2007-01-24 Michael Niedermayerexplicit values for all enums
2007-01-24 Michael Niedermayerenum
2006-10-30 Måns Rullgårdcoded line size is a multiple of 4
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-11-30 Måns RullgårdBMP image decoder