summaryrefslogtreecommitdiffstats
path: root/libavcodec/iff.c
Commit message (Expand)AuthorAgeFilesLines
* iff/deep: fix rle32 on big-endianPiotr Bandurski2013-01-291-1/+1
* lavc/iff: rgbn: fix decoding on big endianPaul B Mahol2013-01-271-4/+4
* Merge commit 'a0cabd0a27587525e90a44660c795d40d2f44fe2'Michael Niedermayer2013-01-261-3/+3
|\
| * iff: drop ff_ prefix from a static function.Anton Khirnov2013-01-261-3/+3
* | lavc/iff: ilbm: unbreak decoding on big endianPaul B Mahol2013-01-261-1/+1
* | iff decoder: support RGB8 and RGBNPeter Ross2012-12-111-1/+70
* | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer2012-12-051-2/+2
|\ \ | |/
| * lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-4/+4
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+2
|\ \ | |/
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-2/+3
* | iff decoder: DEEP TVDC 32-bit decoderPeter Ross2012-12-041-2/+66
* | iff: mention all decodersPiotr Bandurski2012-11-291-2/+2
* | iff decoder: reindentPeter Ross2012-11-261-132/+132
* | iff decoder: merge iff ilbm and byterun1 decodersPeter Ross2012-11-261-105/+82
* | iff decoder: initialise HAM line decoder with first palette entryPeter Ross2012-11-251-1/+1
* | replace av_log(0, by av_log(NULL,Michael Niedermayer2012-11-231-1/+1
* | iff: DEEP RLE 32-bit decoderPeter Ross2012-11-201-0/+57
* | iff: decode HAM8 images with masking correctly.Piotr Bandurski2012-11-181-1/+1
* | iff/ilbm: check remaining buffer size.Michael Niedermayer2012-11-091-2/+2
* | iff: avoid out of array reads, due to too many planes.Michael Niedermayer2012-11-091-0/+4
* | ff: fix case where image does not have alpha channelPaul B Mahol2012-10-301-2/+10
* | lavc: do not use av_pix_fmt_descriptors directlyPaul B Mahol2012-10-121-1/+2
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-20/+20
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-10/+10
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-2/+2
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
* | iffdec: Fix integer overflow.Michael Niedermayer2012-07-241-0/+5
* | cosmetics: iff: fix typoPaul B Mahol2012-07-231-1/+1
* | iff: set ham palette alpha to 0xFFPeter Ross2012-07-231-9/+9
* | lavc: build some codecs only if they are actually enabledPaul B Mahol2012-06-171-1/+4
* | iff: check if there is extradataPaul B Mahol2012-05-301-1/+6
* | iff_ilbm: fix null ptr derefMichael Niedermayer2012-05-281-3/+7
* | iff: fix null ptr dereferenceMichael Niedermayer2012-04-221-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-2/+2
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-2/+2
* | iff: prevent a possible crash with broken/prepared IFF PBMPiotr Bandurski2012-03-291-1/+4
* | Match documentation for transparency in BGR32 iff images.Carl Eugen Hoyos2012-03-191-0/+5
* | iff: do not decode unsupported pbms with ham decoderPeter Ross2012-03-131-1/+4
* | iff: check for pbm tagami_stuff2012-03-121-22/+26
* | iff: add support for IFF DEEPPiotr Bandurski2012-03-091-1/+9
* | iff: Fix decode_ham_plane32() buf_size.Michael Niedermayer2012-02-141-2/+2
* | iff: support masking plane featurePeter Ross2012-01-151-4/+54
* | Support transparency in iff images.Carl Eugen Hoyos2012-01-141-4/+4
* | iff: support ExtraHalfBrite (EHB) palette modePeter Ross2011-12-031-3/+5
* | HAM6/HAM8 support for IFF ACBM decoderPeter Ross2011-11-271-0/+13
* | iff: fix invalid reads (ticket 689)Peter Ross2011-11-271-2/+2
* | [PATCH] IFF Amiga Continuous Bitmap (ACBM)decoderami_stuff2011-11-211-1/+12
* | Try to set AVFrame.reference to correct values.Reimar Döffinger2011-11-051-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-18/+16
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-18/+16
OpenPOWER on IntegriCloud