324 Commits (6a4f851df7b627256b35314c59e80dfaf5dbfe23)

Author SHA1 Message Date
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt b0cd60bd97 avcodec/tiff: Don't use separate temporary buffer for fax 4 years ago
Andreas Rheinhardt e5d6af7b35 avcodec/tiff: Avoid forward declarations 4 years ago
James Almer fc2e022a14 avcodec/tiff: use av_packet_alloc() to allocate AVPackets 4 years ago
Andreas Rheinhardt 74bffc00c5 avcodec: Constify some AVPackets 4 years ago
Andreas Rheinhardt ad58113afe avcodec/tiff_data: Move data to its only user 4 years ago
Michael Niedermayer 292e41ce65 avcodec/tiff: Disallow striped and tiled tiffs except for DNG 4 years ago
Andreas Rheinhardt 1d2d91d1cf avcodec/tiff: Make decoder init-threadsafe 4 years ago
Carl Eugen Hoyos 86f0bba776 lavc, lavf: Remove newlines from calls to avpriv_request_sample(). 4 years ago
Paul B Mahol da5b3d0028 avcodec/tiff: do not abort decoding if strips are available 4 years ago
Michael Niedermayer d54c24acde avcodec/tiff: Fix default white level 4 years ago
Lynne 7ad085b2c4
tiff: remove tiff type check for ICC profiles 4 years ago
Michael Niedermayer b9ea493afe avcodec/tiff: Check jpeg context against jpeg frame parameters 4 years ago
Michael Niedermayer ad29f9e47c avcodec/tiff: Restrict tag order based on specification 4 years ago
Michael Niedermayer ca47402a06 avcodec/tiff: Avoid abort with DNG RAW TIFF with YA8 4 years ago
Michael Niedermayer 7577f8332a avcodec/tiff: Check the linearization table size 4 years ago
Michael Niedermayer be090da25f avcodec/tiff: Check bpp/bppcount for 0 4 years ago
Michael Niedermayer 79e8d17024 avcodec/tiff: Check input space in dng_decode_jpeg() 4 years ago
Michael Niedermayer 4091f4f780 avcodec/tiff: Check frame parameters before blit for DNG 4 years ago
Michael Niedermayer f35caea77f avcodec/tiff: Do not overrun the array ends in dng_blit() 4 years ago
Michael Niedermayer 276dfa9d91 avcodec/tiff: Check stride for dng 4 years ago
Michael Niedermayer 70faa9f618 avcodec/tiff: Check for Tiled and Stripped TIFFs 5 years ago
Limin Wang 1b3d5090c5 avcodec/tiff: remove the unnecessary type conversion 5 years ago
Michael Niedermayer e444e5bb1a avcodec/tiff: assert that raw tiff dng blit does not write over the end of a line 5 years ago
Michael Niedermayer 61e6eddc57 avcodec/tiff: Check for planar DNG images 5 years ago
Michael Niedermayer f1ab6962ca avcodec/tiff: Replace width overriding for bayer by assert 5 years ago
Michael Niedermayer 071e223129 avcodec/tiff: Some checks on bpp for DNG 5 years ago
Anton Khirnov 1f4cf92cfb pthread_frame: merge the functionality for normal decoder init and init_thread_copy 5 years ago
Lynne 9e01f171f3
tiffdec: support embedded ICC profiles 5 years ago
James Almer dad7592429 avcodec/tiff: check the black level denominator 5 years ago
Michael Niedermayer 379e5d29d5 avcodec/tiff: Set FF_CODEC_CAP_INIT_CLEANUP 5 years ago
Carl Eugen Hoyos dbd3dbb476 Revert "lavc/tiff: correct the default value of YCbCrSubsampling to 2x2" 5 years ago
Pavel Skakov eb5d0f18ff lavc/tiff: correct the default value of YCbCrSubsampling to 2x2 5 years ago
Paul B Mahol cae2982077 avcodec/tiff: rewrite lut handling 5 years ago
Paul B Mahol d7529b03ba avcodec/tiff: set color_trc, remove sRGB conversion 5 years ago
Nick Renieris 63689b16ad lavc/tiff: Enable decoding of LinearRaw images 5 years ago
Nick Renieris 15776ca182 lavc/tiff: Default-initialize WhiteLevel DNG tag value 5 years ago
Nick Renieris 9280e4b291 lavc/tiff: Support DNGs with striped (non-tiled) JPEGs images 5 years ago
Nick Renieris c44aa7f176 lavc/tiff: Decode 10-bit and 14-bit DNG images 5 years ago
Nick Renieris 31acdf4351 lavc/tiff: Support decoding of DNGs with single-component JPEGs 5 years ago
Nick Renieris a75a9e8f64 lavc/mjpegdec: Enable decoding of single-component bayer images 5 years ago
Nick Renieris c510ed2ee8 lavc/tiff: Force DNG pixel data endianness on an edge case 5 years ago
Nick Renieris 33b6752a70 lavc/tiff: Don't apply strips-related logic to tiled images 5 years ago
Nick Renieris f98a8666de lavc/tiff: Fix edge case with full-length/width tiles 5 years ago
Nick Renieris 6763192cff lavc/tiff: Apply color scaling to uncompressed DNGs 5 years ago
Nick Renieris 4c8c4f2d43 lavc/tiff: Convert DNGs to sRGB color space 5 years ago
Nick Renieris c31c708929 lavc/tiff: Decode embedded JPEGs in DNG images 5 years ago
Paul B Mahol d063f13700 avcodec/tiff: add missing break in tiff_decode_tag() 5 years ago
Michael Niedermayer 1fedba3c35 avcodec/tiff: Enforce increasing offsets 5 years ago
Nick Renieris 9c35285aea avcodec/tiff: Recognize DNG/CinemaDNG images 6 years ago