| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/bmp: Use ff_set_dimensions() | Michael Niedermayer | 2017-05-01 | 1 | -2/+5 |
* | Merge commit '67deba8a416d818f3d95aef0aa916589090396e2' | Clément Bœsch | 2017-03-31 | 1 | -1/+2 |
|\ |
|
| * | Use avpriv_report_missing_feature() where appropriate | Diego Biurrun | 2016-11-08 | 1 | -1/+2 |
* | | Fix all -Wformat warnings raised by DJGPP | Clément Bœsch | 2017-03-29 | 1 | -1/+2 |
* | | avcodec/bmp: Fix runtime error: negation of -2147483648 cannot be represented... | Michael Niedermayer | 2017-02-21 | 1 | -1/+1 |
* | | Merge commit '3496cec43304ac040d6d05f9d500a6f93cc049e7' | Hendrik Leppkes | 2015-10-22 | 1 | -1/+1 |
|\| |
|
| * | msrle: Use AVFrame instead of AVPicture | Vittorio Giovara | 2015-10-21 | 1 | -1/+1 |
* | | avcodec/bmp: Analyze BGRA files alpha channel to choose pixel format | Michael Niedermayer | 2015-09-10 | 1 | -0/+14 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Support BMP files that do not properly align lines. | Reimar Döffinger | 2015-01-27 | 1 | -3/+7 |
* | | Use os/2 palette even if it contains less than 256 entries. | Carl Eugen Hoyos | 2014-07-05 | 1 | -0/+2 |
* | | Assume that old bmps do not contain transparency information. | Carl Eugen Hoyos | 2014-07-05 | 1 | -0/+1 |
* | | avcodec/bmp: fix integer overflow in checking header sizes | Michael Niedermayer | 2014-07-04 | 1 | -1/+1 |
* | | Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198' | Michael Niedermayer | 2014-03-22 | 1 | -7/+15 |
|\| |
|
| * | avcodec: more correct printf specifiers | Diego Biurrun | 2014-03-22 | 1 | -7/+15 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | bmp: fix decoding of flipped rle4 | Piotr Bandurski | 2013-07-19 | 1 | -1/+1 |
* | | cosmetics: Fix "dont" "wont" "doesnt" typos | Timothy Gu | 2013-06-29 | 1 | -1/+1 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -32/+2 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -32/+2 |
* | | bmp: Fix warning X may be used uninitialized in this function | Michael Niedermayer | 2013-02-23 | 1 | -1/+1 |
* | | bmp: check available space when reading palette | Michael Niedermayer | 2013-02-19 | 1 | -0/+4 |
* | | Merge commit '84f2847de394ac447f53306bd4dd73e1af6ea5e4' | Michael Niedermayer | 2013-01-06 | 1 | -15/+15 |
|\| |
|
| * | bmp: return meaningful error codes. | Anton Khirnov | 2013-01-06 | 1 | -15/+15 |
* | | Merge commit 'c6303f8d70c25dd6c6e6486c78bf99c9924e2b6b' | Michael Niedermayer | 2012-12-24 | 1 | -58/+62 |
|\| |
|
| * | bmp: cosmetics, reformat | Anton Khirnov | 2012-12-24 | 1 | -64/+68 |
* | | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408' | Michael Niedermayer | 2012-12-05 | 1 | -2/+2 |
|\| |
|
| * | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+2 |
* | | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -1/+2 |
|\| |
|
| * | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | | avoid more "0xFF << 24" as it is considered a integer overflow in C99 | Michael Niedermayer | 2012-10-14 | 1 | -1/+1 |
* | | bmp: unbreak non BMP_RGB compression for v4 and v5 | Paul B Mahol | 2012-10-11 | 1 | -3/+2 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -16/+16 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -12/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-16 | 1 | -3/+3 |
|\| |
|
| * | bmpdec: only initialize palette for pal8. | Anton Khirnov | 2012-09-16 | 1 | -3/+3 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-31 | 1 | -1/+1 |
|\| |
|
| * | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-13 | 1 | -1/+3 |
|\| |
|
| * | msrle: convert MS RLE decoding function to bytestream2. | Ronald Bultje | 2012-04-11 | 1 | -1/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-03 | 1 | -2/+2 |
|\| |
|
| * | Remove unnecessary AVFrame pointer casts. | Diego Biurrun | 2012-03-01 | 1 | -2/+2 |
| * | bmpdec: support for rgb444 with bitfields compression | Paul B Mahol | 2012-01-10 | 1 | -2/+12 |