89 Commits (ce1e8045e04ed1a6e9c8c20e48ad3acf9cf664d2)

Author SHA1 Message Date
  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
  Diego Biurrun 46ce9ded96 tiff: K&R formatting cosmetics 12 years ago
  Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
  Anton Khirnov b2a7b81b9c tiff: return meaningful error codes. 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
  Diego Biurrun d5c62122a7 Move av_reverse table to libavcodec 12 years ago
  Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
  Alex Converse df6c3f9fb3 tiffdec: Add support for GRAY16LE. 12 years ago
  Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
  Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
  Alex Converse f346b6bbeb tiffdec: K&R cosmetics 13 years ago
  Alex Converse 90a4306007 tiffdec: Add a malloc check and refactor another. 13 years ago
  Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 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. 13 years ago
  Diego Biurrun 324deaa268 Replace AVFrame pointer type punning by proper struct member assignments. 13 years ago
  Diego Biurrun 562b6c744a Remove unnecessary AVFrame pointer casts. 13 years ago
  Alex Converse 447363870f tiff: Prevent overreads in the type_sizes array. 13 years ago
  Alex Converse e32548d133 tiff: Make the TIFF_LONG and TIFF_SHORT types unsigned. 13 years ago
  Laurent Aimar 04a845caa7 tiffdec: fix out of bound reads/writes 13 years ago
  Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
  Diego Biurrun f6f95d4e49 doxygen: consistently place brief description 14 years ago
  Stefano Sabatini 1863a3c7aa tiff: print log in case of unknown / unsupported tag. 14 years ago
  Stefano Sabatini a43458d7eb tiff: fix linesize for mono-white/black formats. 14 years ago
  Stefano Sabatini 7ca5338b49 tiff: set palette in the context when specified in TIFF_PAL tag 14 years ago
  Stefano Sabatini bbc572a2c4 tiff: add support for SamplesPerPixel tag in tiff_decode_tag() 14 years ago
  Stefano Sabatini 8102d886be tiff: Prefer enum TiffCompr over int for TiffContext.compr. 14 years ago
  Stefano Sabatini b437f5b055 tiff: add support for inverted FillOrder for uncompressed data 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
  Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
  Daniel Kang a4db272a92 Return on negative soff sizes, fixes issue 2515. 14 years ago
  Daniel Kang d381249bb8 Fix a crash when decoding tiff by moving check 14 years ago
  Daniel Kang 1ba44140a3 Fix crash for files with strip size larger than the buffer. 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
  Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
  Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
  Baptiste Coudurier bdcc13f2bf lzw.h does not need get_bits.h, tiff.c needs intreadwrite.h for AV_R* though 15 years ago
  Francesco Lavra 91cc5d3767 Move ff_reverse in libavcodec to av_reverse in libavutil. 15 years ago
  Kostya Shishkov a8b95021e5 Do not attempt to decode TIFF files containing fax data with uncompressed 15 years ago
  Kostya Shishkov 53f9f9c91b When BitsPerSample tag is not present in TIFF, that means file is 15 years ago
  Kostya Shishkov 8da5d3dc37 Finally distinguish TIFF_CCITT_RLE and TIFF_G3 1-D case, so both of them 15 years ago
  Kostya Shishkov 7c6f5238c6 Make TIFF decoder load compression options only for corresponding codec 15 years ago
  Martin Storsjö eec69b399a Do not compile ZLib data uncompressing function in TIFF decoder when ZLib is 15 years ago
  Kostya Shishkov e96f885aa0 Looks like ZLib uncompress() cannot deal with some kinds of TIFF deflated data, 15 years ago