summaryrefslogtreecommitdiff
path: root/libavcodec/iff.c
Commit message (Expand)AuthorAge
* lavc & lavf: replace deprecated av_log* functionsPaul B Mahol2013-03-15
* lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-13
* Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-12
|\
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* | iff/deep: fix rle32 on big-endianPiotr Bandurski2013-01-29
* | lavc/iff: rgbn: fix decoding on big endianPaul B Mahol2013-01-27
* | Merge commit 'a0cabd0a27587525e90a44660c795d40d2f44fe2'Michael Niedermayer2013-01-26
|\|
| * iff: drop ff_ prefix from a static function.Anton Khirnov2013-01-26
* | lavc/iff: ilbm: unbreak decoding on big endianPaul B Mahol2013-01-26
* | iff decoder: support RGB8 and RGBNPeter Ross2012-12-11
* | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer2012-12-05
|\|
| * lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-05
|\|
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* | iff decoder: DEEP TVDC 32-bit decoderPeter Ross2012-12-04
* | iff: mention all decodersPiotr Bandurski2012-11-29
* | iff decoder: reindentPeter Ross2012-11-26
* | iff decoder: merge iff ilbm and byterun1 decodersPeter Ross2012-11-26
* | iff decoder: initialise HAM line decoder with first palette entryPeter Ross2012-11-25
* | replace av_log(0, by av_log(NULL,Michael Niedermayer2012-11-23
* | iff: DEEP RLE 32-bit decoderPeter Ross2012-11-20
* | iff: decode HAM8 images with masking correctly.Piotr Bandurski2012-11-18
* | iff/ilbm: check remaining buffer size.Michael Niedermayer2012-11-09
* | iff: avoid out of array reads, due to too many planes.Michael Niedermayer2012-11-09
* | ff: fix case where image does not have alpha channelPaul B Mahol2012-10-30
* | lavc: do not use av_pix_fmt_descriptors directlyPaul B Mahol2012-10-12
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | iffdec: Fix integer overflow.Michael Niedermayer2012-07-24
* | cosmetics: iff: fix typoPaul B Mahol2012-07-23
* | iff: set ham palette alpha to 0xFFPeter Ross2012-07-23
* | lavc: build some codecs only if they are actually enabledPaul B Mahol2012-06-17
* | iff: check if there is extradataPaul B Mahol2012-05-30
* | iff_ilbm: fix null ptr derefMichael Niedermayer2012-05-28
* | iff: fix null ptr dereferenceMichael Niedermayer2012-04-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-07
|\|
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* | iff: prevent a possible crash with broken/prepared IFF PBMPiotr Bandurski2012-03-29
* | Match documentation for transparency in BGR32 iff images.Carl Eugen Hoyos2012-03-19
* | iff: do not decode unsupported pbms with ham decoderPeter Ross2012-03-13
* | iff: check for pbm tagami_stuff2012-03-12
* | iff: add support for IFF DEEPPiotr Bandurski2012-03-09
* | iff: Fix decode_ham_plane32() buf_size.Michael Niedermayer2012-02-14
* | iff: support masking plane featurePeter Ross2012-01-15
* | Support transparency in iff images.Carl Eugen Hoyos2012-01-14
* | iff: support ExtraHalfBrite (EHB) palette modePeter Ross2011-12-03
* | HAM6/HAM8 support for IFF ACBM decoderPeter Ross2011-11-27
* | iff: fix invalid reads (ticket 689)Peter Ross2011-11-27