summaryrefslogtreecommitdiffstats
path: root/libavcodec/bmp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198'Michael Niedermayer2014-03-221-7/+15
|\
| * avcodec: more correct printf specifiersDiego Biurrun2014-03-221-7/+15
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | bmp: fix decoding of flipped rle4Piotr Bandurski2013-07-191-1/+1
* | cosmetics: Fix "dont" "wont" "doesnt" typosTimothy Gu2013-06-291-1/+1
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-3/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-32/+2
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-32/+2
* | bmp: Fix warning X may be used uninitialized in this functionMichael Niedermayer2013-02-231-1/+1
* | bmp: check available space when reading paletteMichael Niedermayer2013-02-191-0/+4
* | Merge commit '84f2847de394ac447f53306bd4dd73e1af6ea5e4'Michael Niedermayer2013-01-061-15/+15
|\ \ | |/
| * bmp: return meaningful error codes.Anton Khirnov2013-01-061-15/+15
* | Merge commit 'c6303f8d70c25dd6c6e6486c78bf99c9924e2b6b'Michael Niedermayer2012-12-241-58/+62
|\ \ | |/
| * bmp: cosmetics, reformatAnton Khirnov2012-12-241-64/+68
* | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer2012-12-051-2/+2
|\ \ | |/
| * lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+2
|\ \ | |/
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* | avoid more "0xFF << 24" as it is considered a integer overflow in C99Michael Niedermayer2012-10-141-1/+1
* | bmp: unbreak non BMP_RGB compression for v4 and v5Paul B Mahol2012-10-111-3/+2
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-16/+16
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-12/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-161-3/+3
|\ \ | |/
| * bmpdec: only initialize palette for pal8.Anton Khirnov2012-09-161-3/+3
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-311-1/+1
|\ \ | |/
| * Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-131-1/+3
|\ \ | |/
| * msrle: convert MS RLE decoding function to bytestream2.Ronald Bultje2012-04-111-1/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-1/+1
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-031-2/+2
|\ \ | |/
| * Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-011-2/+2
| * bmpdec: support for rgb444 with bitfields compressionPaul B Mahol2012-01-101-2/+12
* | bmpdec: proper check for alphaPaul B Mahol2012-01-121-4/+7
* | bmpdec: support various bitfields for 32 bit depthPaul B Mahol2012-01-111-35/+13
* | bmpdec: support for rgb444 with bitfields compressionPaul B Mahol2012-01-101-2/+12
* | Always assume the bmp palette as being opaque.Carl Eugen Hoyos2011-12-301-1/+1
* | Fix linesize for bmp with bitdepth < 8.Carl Eugen Hoyos2011-12-151-1/+1
* | Support decoding 56 byte BMP Bitmap Information Header.Carl Eugen Hoyos2011-12-081-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-051-2/+2
|\ \ | |/
| * bmp: fix some 1bit samples.Carl Eugen Hoyos2011-12-041-4/+18
* | BMP: Support BMP OS/2 v2 with RLE compression.ami_stuff2011-12-031-1/+1
* | Support transparency in 32bit bmp files.Carl Eugen Hoyos2011-12-021-2/+8
* | Fix some 1bit bmp samples, they are palletised.Carl Eugen Hoyos2011-11-101-4/+18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-9/+8
|\ \ | |/
| * 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
OpenPOWER on IntegriCloud