157 Commits (ff3e8564c440b03dc9cf72f3a7536fe4880ad72e)

Author SHA1 Message Date
  Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 13 years ago
  Michael Niedermayer f232659130 tiff: use AVFrame accessor functions 13 years ago
  Michael Niedermayer a34418c28e tiff: check bppcount 13 years ago
  Michael Niedermayer e1219cdaf9 tiff: Check buffer allocation and pointer increment more carefully in shorts2str() and double2str() 13 years ago
  Michael Niedermayer 0e3dacb11e tiff: dont leave geotag_count in an invalid state on errors. 13 years ago
  Michael Niedermayer f28043d0a3 tiff: check for failure in search_keyval() 13 years ago
  Michael Niedermayer b16830840e tiff: in add_string_metadata() check the count more completely 13 years ago
  Michael Niedermayer 659546b42d tiff: Fix assignments in if() 13 years ago
  Anton Khirnov b2a7b81b9c tiff: return meaningful error codes. 13 years ago
  Piotr Bandurski 4784a135b2 tiffdec: Use the correct height field. 13 years ago
  Michael Niedermayer 52334f5be2 tiff: print error for old style LZW 13 years ago
  Piotr Bandurski 17714adbf8 tiffdec: support LZW compression with inverted FillOrder 13 years ago
  Piotr Bandurski 7f01247572 tiff: support zlib with invertedFillOrder 13 years ago
  Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 13 years ago
  Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 13 years ago
  Michael Niedermayer 27eada287a tiffdec: better checks for bitstream offsets, fixes out of array reads 13 years ago
  Michael Niedermayer 02a325cb6f tiffdec: check rps, fix infinite loop. 13 years ago
  Michael Niedermayer 6d1c5ea04a tiffdec: check count in metadata reading. 13 years ago
  Michael Niedermayer ce1ebb31a9 tiffdec: use checked reads for tget*() 13 years ago
  Clément Bœsch 6fb2fd895e lavc: add lavfi metadata support. 13 years ago
  Michael Niedermayer d185c8a79b tiff: run strlen() after setting the pointer 13 years ago
  Michael Niedermayer b12d92efd6 avoid "0xFF << 24" as it is considered a integer overflow in C99 13 years ago
  Diego Biurrun d5c62122a7 Move av_reverse table to libavcodec 13 years ago
  Michael Niedermayer 4b20b21b8d tiff: fix leak on error return in doubles2str() 13 years ago
  Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 13 years ago
  Michael Niedermayer c5fdd0696a tiff: fix "assignment discards qualifiers from pointer target type" warning 13 years ago
  Alex Converse df6c3f9fb3 tiffdec: Add support for GRAY16LE. 13 years ago
  Carl Eugen Hoyos 8e082df0f4 Support decoding of monochrome tiff images without bpp tag. 13 years ago
  Michael Niedermayer 17f9626b5d tiff/doubles2str: check for truncation 13 years ago
  Michael Niedermayer 0196bc6f14 tiff/doubles2str: factor out component_len 13 years ago
  Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 13 years ago
  Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
  Paul B Mahol 3071af6cf2 tiff: read more tags of type string 13 years ago
  Paul B Mahol 292850b634 tiff: add smarter checks if there is enough data left 13 years ago
  Paul B Mahol 1ec83d9a9e tiff: port to bytestream2 13 years ago
  Thomas Kühnel 75abfab6c6 lavc/tiff: add GeoTIFF support to the TIFF decoder 14 years ago
  Paul B Mahol 8f239412d8 tiffdec: PIX_FMT_GRAY16LE support 13 years ago
  Michael Niedermayer fefc65675e tiffdec: check overread for packbits 14 years ago
  Alex Converse f346b6bbeb tiffdec: K&R cosmetics 14 years ago
  Alex Converse 90a4306007 tiffdec: Add a malloc check and refactor another. 14 years ago
  Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 14 years ago
  Diego Biurrun a92be9b856 Replace memset(0) by zero initializations. 14 years ago
  Alex Converse fd0be63049 tiffdec: Prevent illegal memory access caused by recycled pointers. 14 years ago
  Diego Biurrun 324deaa268 Replace AVFrame pointer type punning by proper struct member assignments. 14 years ago
  Diego Biurrun 562b6c744a Remove unnecessary AVFrame pointer casts. 14 years ago
  Alex Converse 447363870f tiff: Prevent overreads in the type_sizes array. 14 years ago
  Alex Converse e32548d133 tiff: Make the TIFF_LONG and TIFF_SHORT types unsigned. 14 years ago
  Carl Eugen Hoyos f746f37901 Support decoding gray8a tiff images. 14 years ago
  Carl Eugen Hoyos c714cd3bd4 Support 64bit tiff images. 14 years ago
  Paul B Mahol 98dfdfdd8e tiffdec: notify user that tile support is missing 14 years ago