| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -32/+2 |
* | bmp: return meaningful error codes. | Anton Khirnov | 2013-01-06 | 1 | -15/+15 |
* | bmp: cosmetics, reformat | Anton Khirnov | 2012-12-24 | 1 | -64/+68 |
* | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+2 |
* | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -12/+12 |
* | bmpdec: only initialize palette for pal8. | Anton Khirnov | 2012-09-16 | 1 | -3/+3 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | msrle: convert MS RLE decoding function to bytestream2. | Ronald Bultje | 2012-04-11 | 1 | -1/+3 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | 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 |
* | bmp: fix some 1bit samples. | Carl Eugen Hoyos | 2011-12-04 | 1 | -4/+18 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -9/+8 |
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Since lowres == crop for bmp, remove it to avoid confusion. | Carl Eugen Hoyos | 2011-01-16 | 1 | -1/+0 |
* | Add av_ prefix to bswap macros | Måns Rullgård | 2010-07-10 | 1 | -1/+1 |
* | bswap: change ME to NE in macro names | Måns Rullgård | 2010-07-10 | 1 | -1/+1 |
* | Add new decoder property max_lowres and do not init decoder if requested valu... | Carl Eugen Hoyos | 2010-07-07 | 1 | -0/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Make BMP decoder produce flipped picture with RLE compression. | Kostya Shishkov | 2009-10-01 | 1 | -0/+8 |
* | Take into account real number of colours when reading BMP palette. | Kostya Shishkov | 2009-09-24 | 1 | -3/+14 |
* | bmp decoder uses get_buffer, set CODEC_CAP_DR1 | Baptiste Coudurier | 2009-06-05 | 1 | -0/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Merge some cases for reading raw data with different bit depths in BMP | Kostya Shishkov | 2009-03-27 | 1 | -14/+2 |
* | Make BMP decoder try to decode files with incorrect filesize field value | Kostya Shishkov | 2009-02-16 | 1 | -2/+2 |
* | Silence useless compiler warning when passing AVFrame* instead of AVPicture* | Kostya Shishkov | 2009-02-01 | 1 | -1/+1 |
* | Some BMP files have file size declared in the header equal to headers size | Kostya Shishkov | 2008-11-24 | 1 | -6/+10 |
* | Give more meaningful message on BMP header parsing error | Kostya Shishkov | 2008-11-24 | 1 | -1/+1 |
* | Add known BMP header sizes. | Kostya Shishkov | 2008-11-24 | 1 | -3/+9 |
* | Cosmetics: reindent after last commit | Kostya Shishkov | 2008-09-23 | 1 | -61/+61 |
* | Add RLE4 and RLE8 decoding support for BMP | Kostya Shishkov | 2008-09-23 | 1 | -2/+11 |
* | Add support for 1-bit, 4-bit, 8-bit and some 16-bit raw BMP | Kostya Shishkov | 2008-09-23 | 1 | -0/+58 |
* | Calculate line size correctly for bit depths < 8 | Kostya Shishkov | 2008-09-23 | 1 | -1/+1 |
* | add newline at the end of message | Kostya Shishkov | 2008-09-18 | 1 | -1/+1 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | Add long names to some AVCodec declarations. | Stefano Sabatini | 2008-04-29 | 1 | -1/+2 |
* | Indentation | Benoit Fouet | 2008-04-14 | 1 | -2/+2 |
* | Support for BMP os2v1. | Benoit Fouet | 2008-04-14 | 1 | -1/+9 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -2/+2 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -4/+4 |
* | Remove redundant assignment of CODEC_ID_BMP. | Mark Cox | 2007-07-14 | 1 | -1/+0 |
* | Add decode_end method to bmp decoder. Patch by Michel Bardiaux, | Michel Bardiaux | 2007-02-01 | 1 | -1/+11 |
* | Fix memcpy out-of-bounds. | Michel Bardiaux | 2007-01-31 | 1 | -1/+1 |
* | Make BMP decoder use bytestream. Patch by Michel Bardiaux | Michel Bardiaux | 2007-01-31 | 1 | -24/+19 |
* | Fix segfault in bmp decoder. Patch by Michel Bardiaux mbardiaux mediaxim dot be. | Michel Bardiaux | 2007-01-29 | 1 | -0/+3 |
* | Segregate code common to BMP decoder and future encoder | Michel Bardiaux | 2007-01-27 | 1 | -12/+2 |