81 Commits (f2dc82b90ffe4191ea5f207e6b3ffc473e093f65)

Author SHA1 Message Date
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
ami_stuff 86b6e49d92 iff: check for pbm tag 13 years ago
Piotr Bandurski af55a9d80a iff: add support for IFF DEEP 13 years ago
Michael Niedermayer dda713f870 iff: Fix decode_ham_plane32() buf_size. 13 years ago
Peter Ross 69224582da iff: support masking plane feature 13 years ago
Carl Eugen Hoyos 28002030f2 Support transparency in iff images. 13 years ago
Peter Ross 52b7ed4f6e iff: support ExtraHalfBrite (EHB) palette mode 13 years ago
Peter Ross 3d977edb04 HAM6/HAM8 support for IFF ACBM decoder 13 years ago
Peter Ross b488679510 iff: fix invalid reads (ticket 689) 13 years ago
ami_stuff cf14c82227 [PATCH] IFF Amiga Continuous Bitmap (ACBM)decoder 13 years ago
Reimar Döffinger 371e165443 Try to set AVFrame.reference to correct values. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Stefano Sabatini 70b10db24c iff: remove get_image_data() and get_image_size() wrappers 14 years ago
Stefano Sabatini 8b1171e93e iff: remove get_palette_size() wrapper 14 years ago
Stefano Sabatini 83294a3251 iff: remove pointless get_palette_data() wrapper 14 years ago
Stefano Sabatini 01042d4123 lavc: set defaults in internal codec frames 14 years ago
Sebastian Vater 183132872a HAM6/HAM8 support for IFF demuxer/decoder 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò 4b21c38180 Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò 2d162e3825 Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h. 14 years ago
Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 14 years ago
Stefano Sabatini 6ce9b4310c Remove use of the deprecated function avcodec_check_dimensions(), use 14 years ago
Måns Rullgård e6b22522c9 bswap: change ME to NE in macro names 15 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Peter Ross e10412a334 IFF PBM decoder: Add a pad byte if image width is odd <aleksi dot nurmi at gmail dot com> 15 years ago
Sebastian Vater 522d3930ff Move get_buffer() calls from decode_init() to decode_frame(). Anything else is 15 years ago