121 Commits (65d3359fb366ea265a8468d76a111cb7352f0b55)

Author SHA1 Message Date
Andreas Cadhalpun ec0275843d avcodec: remove leftover iff_byterun1 decoder 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
Michael Niedermayer 3539d6c63a avcodec/iff: check pixfmt for rgb8 / rgbn 10 years ago
Michael Niedermayer 9bcdb98839 avcodec/iff: Factorize av_pix_fmt_desc_get() out 10 years ago
Michael Niedermayer 4843227b2c avcodec/iff: ensure that runs with insufficient input dont leave uninitialized bytes in the output 11 years ago
Michael Niedermayer b3f44eafa5 avcodec/iff: warn about truncated input to decode_byterun() and clear remaining output 11 years ago
Diego Biurrun 8f8bc92365 Add missing #includes for *INT64_MAX and *INT64_C 11 years ago
Anton Khirnov 4b8a194146 iff: use the AVFrame API properly. 11 years ago
Michael Niedermayer d5ec8ba7f2 Do not leave positive values undefined when negative are defined as error 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Luca Barbato 7d65e960c7 iff: Do not read over the source buffer 12 years ago
Luca Barbato 3865ba7b21 iff: K&R formatting cosmetics 12 years ago
Paul B Mahol a9b424879f lavc & lavf: replace deprecated av_log* functions 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 3b199d29cd lavc decoders: properly initialize AVFrame. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Piotr Bandurski f9a8eeb08c iff/deep: fix rle32 on big-endian 12 years ago
Paul B Mahol 07a7145d89 lavc/iff: rgbn: fix decoding on big endian 12 years ago
Anton Khirnov 04e1249609 iff: drop ff_ prefix from a static function. 12 years ago
Paul B Mahol 25c75525bf lavc/iff: ilbm: unbreak decoding on big endian 12 years ago
Peter Ross 7016aa655b iff decoder: support RGB8 and RGBN 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Peter Ross 59fe5a339b iff decoder: DEEP TVDC 32-bit decoder 12 years ago
Piotr Bandurski 0b14c197f1 iff: mention all decoders 12 years ago
Peter Ross f737e76026 iff decoder: reindent 12 years ago
Peter Ross 929a24efff iff decoder: merge iff ilbm and byterun1 decoders 12 years ago
Peter Ross fdd71cf04c iff decoder: initialise HAM line decoder with first palette entry 12 years ago
Michael Niedermayer 0efcf16a3e replace av_log(0, by av_log(NULL, 12 years ago
Peter Ross ed27ed9f4f iff: DEEP RLE 32-bit decoder 12 years ago
Piotr Bandurski 4413a8428a iff: decode HAM8 images with masking correctly. 12 years ago
Michael Niedermayer 2fbb37b51b iff/ilbm: check remaining buffer size. 12 years ago
Michael Niedermayer fb6a72cde5 iff: avoid out of array reads, due to too many planes. 12 years ago
Paul B Mahol 8a4284adbf ff: fix case where image does not have alpha channel 12 years ago
Paul B Mahol a51540d811 lavc: do not use av_pix_fmt_descriptors directly 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Michael Niedermayer 0e1925ddc4 iffdec: Fix integer overflow. 12 years ago
Paul B Mahol c9a96ec3c7 cosmetics: iff: fix typo 12 years ago
Peter Ross cc12a94c36 iff: set ham palette alpha to 0xFF 12 years ago
Paul B Mahol 137e80817d lavc: build some codecs only if they are actually enabled 13 years ago
Paul B Mahol 8f61526978 iff: check if there is extradata 13 years ago
Michael Niedermayer 849d4b0413 iff_ilbm: fix null ptr deref 13 years ago
Michael Niedermayer 41abc9da50 iff: fix null ptr dereference 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Piotr Bandurski ddd8974008 iff: prevent a possible crash with broken/prepared IFF PBM 13 years ago
Carl Eugen Hoyos 0d293880ba Match documentation for transparency in BGR32 iff images. 13 years ago
Peter Ross e05253bf49 iff: do not decode unsupported pbms with ham decoder 13 years ago