260 Commits (b577153231ee050b04e29f3bb2ea72eca2431c60)

Author SHA1 Message Date
Paul B Mahol 05df39cf3f avcodec/tiff: check ff_lzw_decode_open() for failure 6 years ago
Michael Niedermayer 27f80ab016 avcodec/tiff: Update pointer only when the result is used 8 years ago
Michael Niedermayer 22a25ab389 avcodec/tiff: Fix leak of geotags[].val 8 years ago
Michael Niedermayer d7cbeab4c1 avcodec/tiff: Avoid loosing allocated geotag values 8 years ago
Michael Niedermayer 98256595fa avcodec/tiff: Clear deinvert_buf_size on deallocation 8 years ago
Michael Niedermayer 9221445fa0 avcodec/tiff: Use av_fast_padded_malloc() in tiff_unpack_fax() 8 years ago
Michael Niedermayer f08122fbe0 avcodec/tiff: reset sampling[] if its invalid 8 years ago
Muhammad Faiz 31f61b0d4f avcodec: do not use AVFrame accessor 8 years ago
Michael Niedermayer cd8e62746f avcodec/tiff: Factor constant computation out of inner loop 8 years ago
Michael Niedermayer 3182e19c1c avcodec/tiff: Check geotag count for being non zero 8 years ago
Michael Niedermayer 5d996b5649 avcodec/tiff: Check stripsize strippos for overflow 8 years ago
Michael Niedermayer cfa10e11be avcodec/tiff: Check palette shift 8 years ago
Michael Niedermayer 108b02e547 avcodec/tiff: Check for multiple geo key directories 8 years ago
Michael Niedermayer f48b6b8b91 avcodec/tiff: Perform multiply in tiff_unpack_lzma() as 64bit 8 years ago
Andreas Cadhalpun ed412d2850 tiff: fix overflows when calling av_reduce 8 years ago
Carl Eugen Hoyos beb877bae0 lavc/tiff: Print compression debug information. 8 years ago
Michael Niedermayer 89f464e9c2 avcodec/tiff: Check subsample & rps values more completely 9 years ago
Michael Niedermayer 7727f76230 avcodec/tiff: Support uncompressed G3 CCITT fax 9 years ago
Michael Niedermayer dd1b4ed6d9 avcodec/tiff: Support uncompressed G4 CCITT fax 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
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