summaryrefslogtreecommitdiff
path: root/libavcodec/bmp.c
Commit message (Expand)AuthorAge
* bmpdec: proper check for alphaPaul B Mahol2012-01-12
* bmpdec: support various bitfields for 32 bit depthPaul B Mahol2012-01-11
* bmpdec: support for rgb444 with bitfields compressionPaul B Mahol2012-01-10
* Always assume the bmp palette as being opaque.Carl Eugen Hoyos2011-12-30
* Fix linesize for bmp with bitdepth < 8.Carl Eugen Hoyos2011-12-15
* Support decoding 56 byte BMP Bitmap Information Header.Carl Eugen Hoyos2011-12-08
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-05
|\
| * bmp: fix some 1bit samples.Carl Eugen Hoyos2011-12-04
* | BMP: Support BMP OS/2 v2 with RLE compression.ami_stuff2011-12-03
* | Support transparency in 32bit bmp files.Carl Eugen Hoyos2011-12-02
* | Fix some 1bit bmp samples, they are palletised.Carl Eugen Hoyos2011-11-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\|
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
* | Set alpha of palettes to 0xff.Baptiste Coudurier2011-04-27
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* Since lowres == crop for bmp, remove it to avoid confusion.Carl Eugen Hoyos2011-01-16
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-10
* Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos2010-07-07
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Make BMP decoder produce flipped picture with RLE compression.Kostya Shishkov2009-10-01
* Take into account real number of colours when reading BMP palette.Kostya Shishkov2009-09-24
* bmp decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Merge some cases for reading raw data with different bit depths in BMPKostya Shishkov2009-03-27
* 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