summaryrefslogtreecommitdiffstats
path: root/libavcodec/bmp.c
Commit message (Expand)AuthorAgeFilesLines
* Some BMP files have file size declared in the header equal to headers sizeKostya Shishkov2008-11-241-6/+10
* Give more meaningful message on BMP header parsing errorKostya Shishkov2008-11-241-1/+1
* Add known BMP header sizes.Kostya Shishkov2008-11-241-3/+9
* Cosmetics: reindent after last commitKostya Shishkov2008-09-231-61/+61
* Add RLE4 and RLE8 decoding support for BMPKostya Shishkov2008-09-231-2/+11
* Add support for 1-bit, 4-bit, 8-bit and some 16-bit raw BMPKostya Shishkov2008-09-231-0/+58
* Calculate line size correctly for bit depths < 8Kostya Shishkov2008-09-231-1/+1
* add newline at the end of messageKostya Shishkov2008-09-181-1/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-291-1/+2
* IndentationBenoit Fouet2008-04-141-2/+2
* Support for BMP os2v1.Benoit Fouet2008-04-141-1/+9
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* constMichael Niedermayer2008-02-011-4/+4
* Remove redundant assignment of CODEC_ID_BMP.Mark Cox2007-07-141-1/+0
* Add decode_end method to bmp decoder. Patch by Michel Bardiaux,Michel Bardiaux2007-02-011-1/+11
* Fix memcpy out-of-bounds.Michel Bardiaux2007-01-311-1/+1
* Make BMP decoder use bytestream. Patch by Michel BardiauxMichel Bardiaux2007-01-311-24/+19
* Fix segfault in bmp decoder. Patch by Michel Bardiaux mbardiaux mediaxim dot be.Michel Bardiaux2007-01-291-0/+3
* Segregate code common to BMP decoder and future encoderMichel Bardiaux2007-01-271-12/+2
* explicit values for all enumsMichael Niedermayer2007-01-241-4/+4
* enumMichael Niedermayer2007-01-241-5/+7
* coded line size is a multiple of 4Måns Rullgård2006-10-301-1/+2
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-1/+1
* BMP image decoderMåns Rullgård2005-11-301-0/+251
OpenPOWER on IntegriCloud