237 Commits (8ca170a78ab6e50f44d27d8a6b4ad7ba1ed81f0c)

Author SHA1 Message Date
Michael Niedermayer d5e9fc7821 avcodec/tiff: move bpp check to after "end:" 10 years ago
Anton Khirnov ae5e1f3d66 tiff: Check that there is no aliasing in pixel format selection 10 years ago
Carl Eugen Hoyos 50144b91ea Respect horizontal differencing predictor for 16bit gray tiff images. 10 years ago
Paul B Mahol f86f39cb9b tiff: support decoding GBRP and GBRAP formats 10 years ago
Carl Eugen Hoyos 3a3790b8f8 tiff: support encoding and decoding 64bit images 10 years ago
Matthew Oliver 293fee4bc2 libavcodec/tiff: Fix static linking of lzma with msvc. 10 years ago
Michael Niedermayer e1c0cfaa41 avcodec/tiff: more completely check bpp/bppcount 10 years ago
Michael Niedermayer 6beea6f017 avcodec/tiff: fix odd dimensioned yuv 10 years ago
Benoit Fouet 4f10495055 tiff: fix {2,4}bpp grayscale palettes. 10 years ago
Michael Niedermayer ab1e431288 avcodec/tiff: Make pixel format checks tighter 10 years ago
James Almer b140b51ebb lavc/tiff: add support for LZMA compression 10 years ago
James Almer 201a511bb9 lavc/tiff: add support for YUV deflate 10 years ago
James Almer b4231b4fed lavc/tiff: move unpack_yuv() above the deflate functions 10 years ago
Michael Niedermayer f0c0ae37c6 avcodec/tiff: Check that pix_fmt is a yuv variant for TIFF_PHOTOMETRIC_YCBCR 10 years ago
Michael Niedermayer 6ea69a8ffa avcodec/tiff: do not use photometric to detect pix_fmt 10 years ago
Diego Elio Pettenò 12640e4cbb tiff: Return proper error for missing LZMA compression 10 years ago
Diego Elio Pettenò 2597a842a0 tiff: Improve grayscale support 10 years ago
Carl Eugen Hoyos 60cbd6ad84 tiff: support reading gray+alpha at 8 bits 10 years ago
Vittorio Giovara bcc5f69b33 tiff: support reading gray+alpha at 16 bits 10 years ago
Diego Biurrun df507d5aa0 tiff: Replace deprecated PIX_FMT names by modern ones 10 years ago
Janne Grunau a9f3f5fadb Revert "tiff: support reading gray+alpha at 8 bits" 10 years ago
Carl Eugen Hoyos b31d76e45f tiff: support reading gray+alpha at 8 bits 10 years ago
Michael Niedermayer 1e25afc181 avcodec/tiff: Support 410 and 440 YCbCr 11 years ago
Michael Niedermayer f694ca7ca7 avcodec/tiff: support 4:2:2 and 4:1:1 YCbCr 11 years ago
Michael Niedermayer d03defa778 avcodec/tiff: Support yuv 420 and 444 11 years ago
Michael Niedermayer 1ca21e1b76 avcodec/tiff: parse subsample factors 11 years ago
Michael Niedermayer 8c88ea76df avcodec/tiff: use av_malloc(z)_array() 11 years ago
Michael Niedermayer a94de50ba0 avcodec/exif/exif_add_metadata: add support for SSHORT & SBYTE 11 years ago
Michael Niedermayer 1dc2d4a8ef avcodec/tiff: remove unused variables 11 years ago
Jean First e75ef2b7f4 tiffdec: support predictor type 2 with RGB48 pixel format 11 years ago
Justin Ruggles 345a96c327 tiffdec: remove an unneeded variable 11 years ago
Justin Ruggles a9b046fb0a tiff: use a better name and enum values for PhotometricInterpretation 11 years ago
Justin Ruggles fdbe18b7b0 tiffdec: use a single strip if RowsPerStrip is 0 11 years ago
Justin Ruggles 0a467a9b59 tiffdec: use bytestream2 to simplify overread/overwrite protection 11 years ago
Justin Ruggles 58bc38a5f2 tiffdec: use correct data type for palette entries and set alpha to 0xFF 11 years ago
Jean First bf2064f046 tiffdec: rename variables for consistency and fix variable shadowing 11 years ago
Carl Eugen Hoyos 993a5afaad Read aspect ratio from tiff image files. 11 years ago
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