February 16, 2009
View 42402a5

Make BMP decoder try to decode files with incorrect filesize field value

Kostya Shishkov authored on 2009/02/16 15:57:11
February 1, 2009
View 5d44b2a

Silence useless compiler warning when passing AVFrame* instead of AVPicture* to ff_msrle_decode()

Kostya Shishkov authored on 2009/02/01 23:44:51
November 24, 2008
View c5b2fe1

Some BMP files have file size declared in the header equal to headers size without image data, so try to correct that value before conducting checks on declared file size.

Kostya Shishkov authored on 2008/11/24 20:24:02
View e282307

Give more meaningful message on BMP header parsing error

Kostya Shishkov authored on 2008/11/24 19:58:32
View 4a14e66

Add known BMP header sizes.

Kostya Shishkov authored on 2008/11/24 19:53:13
September 23, 2008
View b94a631

Cosmetics: reindent after last commit

Kostya Shishkov authored on 2008/09/23 17:45:46
View fca506d

Add RLE4 and RLE8 decoding support for BMP

Kostya Shishkov authored on 2008/09/23 17:45:12
View 15501c3

Add support for 1-bit, 4-bit, 8-bit and some 16-bit raw BMP

Kostya Shishkov authored on 2008/09/23 17:38:32
View a79cae7

Calculate line size correctly for bit depths < 8

Kostya Shishkov authored on 2008/09/23 17:32:18
September 18, 2008
View 3a9a15c

add newline at the end of message

Kostya Shishkov authored on 2008/09/18 23:08:44
June 13, 2008
View fe4bf37

Make AVCodec long_names definition conditional depending on CONFIG_SMALL.

Stefano Sabatini authored on 2008/06/13 06:50:13
April 30, 2008
View bcdb237

Add long names to some AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it

Stefano Sabatini authored on 2008/04/30 06:31:21
April 14, 2008
View 6f7b915

Indentation

Benoit Fouet authored on 2008/04/14 22:15:16
View b65213c

Support for BMP os2v1.

Benoit Fouet authored on 2008/04/14 22:13:08
March 21, 2008
View 98a6fff

Apply 'cold' attribute to init/uninit functions in libavcodec

Zuxy Meng authored on 2008/03/21 12:11:20