| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc & lavf: replace deprecated av_log* functions | Paul B Mahol | 2013-03-15 | 1 | -2/+2 |
* | 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 | -36/+37 |
|\ |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -22/+17 |
* | | iff/deep: fix rle32 on big-endian | Piotr Bandurski | 2013-01-29 | 1 | -1/+1 |
* | | lavc/iff: rgbn: fix decoding on big endian | Paul B Mahol | 2013-01-27 | 1 | -4/+4 |
* | | Merge commit 'a0cabd0a27587525e90a44660c795d40d2f44fe2' | Michael Niedermayer | 2013-01-26 | 1 | -3/+3 |
|\| |
|
| * | iff: drop ff_ prefix from a static function. | Anton Khirnov | 2013-01-26 | 1 | -3/+3 |
* | | lavc/iff: ilbm: unbreak decoding on big endian | Paul B Mahol | 2013-01-26 | 1 | -1/+1 |
* | | iff decoder: support RGB8 and RGBN | Peter Ross | 2012-12-11 | 1 | -1/+70 |
* | | 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 | -4/+4 |
* | | 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 | -2/+3 |
* | | iff decoder: DEEP TVDC 32-bit decoder | Peter Ross | 2012-12-04 | 1 | -2/+66 |
* | | iff: mention all decoders | Piotr Bandurski | 2012-11-29 | 1 | -2/+2 |
* | | iff decoder: reindent | Peter Ross | 2012-11-26 | 1 | -132/+132 |
* | | iff decoder: merge iff ilbm and byterun1 decoders | Peter Ross | 2012-11-26 | 1 | -105/+82 |
* | | iff decoder: initialise HAM line decoder with first palette entry | Peter Ross | 2012-11-25 | 1 | -1/+1 |
* | | replace av_log(0, by av_log(NULL, | Michael Niedermayer | 2012-11-23 | 1 | -1/+1 |
* | | iff: DEEP RLE 32-bit decoder | Peter Ross | 2012-11-20 | 1 | -0/+57 |
* | | iff: decode HAM8 images with masking correctly. | Piotr Bandurski | 2012-11-18 | 1 | -1/+1 |
* | | iff/ilbm: check remaining buffer size. | Michael Niedermayer | 2012-11-09 | 1 | -2/+2 |
* | | iff: avoid out of array reads, due to too many planes. | Michael Niedermayer | 2012-11-09 | 1 | -0/+4 |
* | | ff: fix case where image does not have alpha channel | Paul B Mahol | 2012-10-30 | 1 | -2/+10 |
* | | lavc: do not use av_pix_fmt_descriptors directly | Paul B Mahol | 2012-10-12 | 1 | -1/+2 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -20/+20 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -10/+10 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -2/+2 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -2/+2 |
* | | iffdec: Fix integer overflow. | Michael Niedermayer | 2012-07-24 | 1 | -0/+5 |
* | | cosmetics: iff: fix typo | Paul B Mahol | 2012-07-23 | 1 | -1/+1 |
* | | iff: set ham palette alpha to 0xFF | Peter Ross | 2012-07-23 | 1 | -9/+9 |
* | | lavc: build some codecs only if they are actually enabled | Paul B Mahol | 2012-06-17 | 1 | -1/+4 |
* | | iff: check if there is extradata | Paul B Mahol | 2012-05-30 | 1 | -1/+6 |
* | | iff_ilbm: fix null ptr deref | Michael Niedermayer | 2012-05-28 | 1 | -3/+7 |
* | | iff: fix null ptr dereference | Michael Niedermayer | 2012-04-22 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -2/+2 |
|\| |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+2 |
* | | iff: prevent a possible crash with broken/prepared IFF PBM | Piotr Bandurski | 2012-03-29 | 1 | -1/+4 |
* | | Match documentation for transparency in BGR32 iff images. | Carl Eugen Hoyos | 2012-03-19 | 1 | -0/+5 |
* | | iff: do not decode unsupported pbms with ham decoder | Peter Ross | 2012-03-13 | 1 | -1/+4 |
* | | iff: check for pbm tag | ami_stuff | 2012-03-12 | 1 | -22/+26 |
* | | iff: add support for IFF DEEP | Piotr Bandurski | 2012-03-09 | 1 | -1/+9 |
* | | iff: Fix decode_ham_plane32() buf_size. | Michael Niedermayer | 2012-02-14 | 1 | -2/+2 |
* | | iff: support masking plane feature | Peter Ross | 2012-01-15 | 1 | -4/+54 |
* | | Support transparency in iff images. | Carl Eugen Hoyos | 2012-01-14 | 1 | -4/+4 |
* | | iff: support ExtraHalfBrite (EHB) palette mode | Peter Ross | 2011-12-03 | 1 | -3/+5 |
* | | HAM6/HAM8 support for IFF ACBM decoder | Peter Ross | 2011-11-27 | 1 | -0/+13 |
* | | iff: fix invalid reads (ticket 689) | Peter Ross | 2011-11-27 | 1 | -2/+2 |