summaryrefslogtreecommitdiff
path: root/libavcodec/bmp.c
Commit message (Expand)AuthorAge
* Make BMP decoder try to decode files with incorrect filesize field valueKostya Shishkov2009-02-16
* Silence useless compiler warning when passing AVFrame* instead of AVPicture*Kostya Shishkov2009-02-01
* Some BMP files have file size declared in the header equal to headers sizeKostya Shishkov2008-11-24
* Give more meaningful message on BMP header parsing errorKostya Shishkov2008-11-24
* Add known BMP header sizes.Kostya Shishkov2008-11-24
* Cosmetics: reindent after last commitKostya Shishkov2008-09-23
* Add RLE4 and RLE8 decoding support for BMPKostya Shishkov2008-09-23
* Add support for 1-bit, 4-bit, 8-bit and some 16-bit raw BMPKostya Shishkov2008-09-23
* Calculate line size correctly for bit depths < 8Kostya Shishkov2008-09-23
* add newline at the end of messageKostya Shishkov2008-09-18
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-29
* IndentationBenoit Fouet2008-04-14
* Support for BMP os2v1.Benoit Fouet2008-04-14
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* constMichael Niedermayer2008-02-01
* Remove redundant assignment of CODEC_ID_BMP.Mark Cox2007-07-14
* Add decode_end method to bmp decoder. Patch by Michel Bardiaux,Michel Bardiaux2007-02-01
* Fix memcpy out-of-bounds.Michel Bardiaux2007-01-31
* Make BMP decoder use bytestream. Patch by Michel BardiauxMichel Bardiaux2007-01-31
* Fix segfault in bmp decoder. Patch by Michel Bardiaux mbardiaux mediaxim dot be.Michel Bardiaux2007-01-29
* Segregate code common to BMP decoder and future encoderMichel Bardiaux2007-01-27
* explicit values for all enumsMichael Niedermayer2007-01-24
* enumMichael Niedermayer2007-01-24
* coded line size is a multiple of 4Måns Rullgård2006-10-30
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* BMP image decoderMåns Rullgård2005-11-30