]> git.sesse.net Git - ffmpeg/history - libavcodec/bmp.c
Rewrite doxy for av_strtod().
[ffmpeg] / libavcodec / bmp.c
2009-06-05 Baptiste Coudurierbmp decoder uses get_buffer, set CODEC_CAP_DR1
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-27 Kostya ShishkovMerge some cases for reading raw data with different...
2009-02-16 Kostya ShishkovMake BMP decoder try to decode files with incorrect...
2009-02-01 Kostya ShishkovSilence useless compiler warning when passing AVFrame...
2008-11-24 Kostya ShishkovSome BMP files have file size declared in the header...
2008-11-24 Kostya ShishkovGive more meaningful message on BMP header parsing...
2008-11-24 Kostya ShishkovAdd known BMP header sizes.
2008-09-23 Kostya ShishkovCosmetics: reindent after last commit
2008-09-23 Kostya ShishkovAdd RLE4 and RLE8 decoding support for BMP
2008-09-23 Kostya ShishkovAdd support for 1-bit, 4-bit, 8-bit and some 16-bit...
2008-09-23 Kostya ShishkovCalculate line size correctly for bit depths < 8
2008-09-18 Kostya Shishkovadd newline at the end of message
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-29 Stefano SabatiniAdd long names to some AVCodec declarations.
2008-04-14 Benoit FouetIndentation
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