summaryrefslogtreecommitdiffstats
path: root/libavcodec/bmp.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-32/+2
* bmp: return meaningful error codes.Anton Khirnov2013-01-061-15/+15
* bmp: cosmetics, reformatAnton Khirnov2012-12-241-64/+68
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-12/+12
* bmpdec: only initialize palette for pal8.Anton Khirnov2012-09-161-3/+3
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-1/+1
* msrle: convert MS RLE decoding function to bytestream2.Ronald Bultje2012-04-111-1/+3
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-011-2/+2
* bmpdec: support for rgb444 with bitfields compressionPaul B Mahol2012-01-101-2/+12
* bmp: fix some 1bit samples.Carl Eugen Hoyos2011-12-041-4/+18
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+8
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Since lowres == crop for bmp, remove it to avoid confusion.Carl Eugen Hoyos2011-01-161-1/+0
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-1/+1
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-101-1/+1
* Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos2010-07-071-0/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Make BMP decoder produce flipped picture with RLE compression.Kostya Shishkov2009-10-011-0/+8
* Take into account real number of colours when reading BMP palette.Kostya Shishkov2009-09-241-3/+14
* bmp decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-051-0/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Merge some cases for reading raw data with different bit depths in BMPKostya Shishkov2009-03-271-14/+2
* Make BMP decoder try to decode files with incorrect filesize field valueKostya Shishkov2009-02-161-2/+2
* Silence useless compiler warning when passing AVFrame* instead of AVPicture*Kostya Shishkov2009-02-011-1/+1
* 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
OpenPOWER on IntegriCloud