245 Commits (873d06c76ea5379076a90329b234e77b54525263)

Author SHA1 Message Date
Paul B Mahol 8a7295beeb tiff: frame multithreading support 11 years ago
Thilo Borgmann b7ba7cbd6e avcodec/tiff: Refactor TIFF tag related functions to share the code. 11 years ago
Michael Niedermayer 61e0e80999 tiff: continue parsing on non fatal errors 11 years ago
Michael Niedermayer 200170e8c0 avcodec/tiff: remove redundant check 11 years ago
Michael Niedermayer a9553e8f37 avcodec/tiff: avoid seek back on reading tags 11 years ago
Luca Barbato 9c22169769 tiff: do not overread the source buffer 12 years ago
Luca Barbato 999ccd2d0a tiff: cleanup the error paths 12 years ago
Luca Barbato 016c5b066d tiff: refactor fax support in a separate function 12 years ago
Luca Barbato 103937681d tiff: refactor deflate support in a separate function 12 years ago
Paul B Mahol 86005184e3 tiff: simplify picking right pixel format 12 years ago
Paul B Mahol 8cc8adaa88 tiff: correctly decode saparate planes with horizontal differencing predictor 12 years ago
Michael Niedermayer bbae652113 tiff: fix memleak 12 years ago
Diego Biurrun 46ce9ded96 tiff: K&R formatting cosmetics 12 years ago
Carl Eugen Hoyos a4b5863eea Fix compilation of libavcodec/tiff.c 12 years ago
Paul B Mahol 379ad9788b tiff: planar rgb 12 years ago
Paul B Mahol 7984ed87c1 tiff: support inverted fill_order for packbits compression 12 years ago
Paul B Mahol 30d7dcce4c tiff: add helper function for fill_order case 12 years ago
Hendrik Leppkes edcc51fb8e tiff: fix handling of metadata with refcounted frames 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Michael Niedermayer f232659130 tiff: use AVFrame accessor functions 12 years ago
Michael Niedermayer a34418c28e tiff: check bppcount 12 years ago
Michael Niedermayer e1219cdaf9 tiff: Check buffer allocation and pointer increment more carefully in shorts2str() and double2str() 12 years ago
Michael Niedermayer 0e3dacb11e tiff: dont leave geotag_count in an invalid state on errors. 12 years ago
Michael Niedermayer f28043d0a3 tiff: check for failure in search_keyval() 12 years ago
Michael Niedermayer b16830840e tiff: in add_string_metadata() check the count more completely 12 years ago
Michael Niedermayer 659546b42d tiff: Fix assignments in if() 12 years ago
Anton Khirnov b2a7b81b9c tiff: return meaningful error codes. 12 years ago
Piotr Bandurski 4784a135b2 tiffdec: Use the correct height field. 12 years ago
Michael Niedermayer 52334f5be2 tiff: print error for old style LZW 12 years ago
Piotr Bandurski 17714adbf8 tiffdec: support LZW compression with inverted FillOrder 12 years ago
Piotr Bandurski 7f01247572 tiff: support zlib with invertedFillOrder 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
Michael Niedermayer 27eada287a tiffdec: better checks for bitstream offsets, fixes out of array reads 12 years ago
Michael Niedermayer 02a325cb6f tiffdec: check rps, fix infinite loop. 12 years ago
Michael Niedermayer 6d1c5ea04a tiffdec: check count in metadata reading. 12 years ago
Michael Niedermayer ce1ebb31a9 tiffdec: use checked reads for tget*() 12 years ago
Clément Bœsch 6fb2fd895e lavc: add lavfi metadata support. 12 years ago
Michael Niedermayer d185c8a79b tiff: run strlen() after setting the pointer 12 years ago
Michael Niedermayer b12d92efd6 avoid "0xFF << 24" as it is considered a integer overflow in C99 12 years ago
Diego Biurrun d5c62122a7 Move av_reverse table to libavcodec 12 years ago
Michael Niedermayer 4b20b21b8d tiff: fix leak on error return in doubles2str() 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Michael Niedermayer c5fdd0696a tiff: fix "assignment discards qualifiers from pointer target type" warning 12 years ago
Alex Converse df6c3f9fb3 tiffdec: Add support for GRAY16LE. 12 years ago
Carl Eugen Hoyos 8e082df0f4 Support decoding of monochrome tiff images without bpp tag. 12 years ago
Michael Niedermayer 17f9626b5d tiff/doubles2str: check for truncation 12 years ago
Michael Niedermayer 0196bc6f14 tiff/doubles2str: factor out component_len 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago