189 Commits (3ce858141309c09294177e63d9a36cd0924dc200)

Author SHA1 Message Date
Sylvain Fabre 526049ce61 Issue-#3407 : Enhance precision for double to string conversion, useful for GEOTIFF double values 11 years ago
Michael Niedermayer a744064c41 avcodec/tiff: reset geotag_count in free_geotags() 11 years ago
Anton Khirnov c265b8bb76 tiff: stop using deprecated avcodec_set_dimensions 11 years ago
Michael Niedermayer 46143d2555 avcodec/tiff: factorize offset init code 11 years ago
Michael Niedermayer d5ad4e4a2f avcodec/tiff: remove TIFF_LONG special case 11 years ago
Michael Niedermayer 0aba920d61 avcodec/tiff: Fix use of uninitialized off variable 11 years ago
Michael Niedermayer 6338f1b3c0 avcodec/tiff: remove byte based bpp special case 11 years ago
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