Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-30avcodec/tiff: assert that raw tiff dng blit does not write over the end of a ...Michael Niedermayer
2020-04-30avcodec/tiff: Check for planar DNG imagesMichael Niedermayer
2020-04-30avcodec/tiff: Replace width overriding for bayer by assertMichael Niedermayer
2020-04-30avcodec/tiff: Some checks on bpp for DNGMichael Niedermayer
2020-04-10pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov
2020-01-14tiffdec: support embedded ICC profilesLynne
2019-10-29avcodec/tiff: check the black level denominatorJames Almer
2019-10-03avcodec/tiff: Set FF_CODEC_CAP_INIT_CLEANUPMichael Niedermayer
2019-09-26Revert "lavc/tiff: correct the default value of YCbCrSubsampling to 2x2"Carl Eugen Hoyos
2019-09-25lavc/tiff: correct the default value of YCbCrSubsampling to 2x2Pavel Skakov
2019-09-02avcodec/tiff: rewrite lut handlingPaul B Mahol
2019-09-02avcodec/tiff: set color_trc, remove sRGB conversionPaul B Mahol
2019-09-02lavc/tiff: Enable decoding of LinearRaw imagesNick Renieris
2019-09-02lavc/tiff: Default-initialize WhiteLevel DNG tag valueNick Renieris
2019-09-02lavc/tiff: Support DNGs with striped (non-tiled) JPEGs imagesNick Renieris
2019-09-02lavc/tiff: Decode 10-bit and 14-bit DNG imagesNick Renieris
2019-09-02lavc/tiff: Support decoding of DNGs with single-component JPEGsNick Renieris
2019-09-02lavc/mjpegdec: Enable decoding of single-component bayer imagesNick Renieris
2019-09-02lavc/tiff: Force DNG pixel data endianness on an edge caseNick Renieris
2019-09-02lavc/tiff: Don't apply strips-related logic to tiled imagesNick Renieris
2019-09-02lavc/tiff: Fix edge case with full-length/width tilesNick Renieris
2019-09-02lavc/tiff: Apply color scaling to uncompressed DNGsNick Renieris
2019-09-02lavc/tiff: Convert DNGs to sRGB color spaceNick Renieris
2019-09-02lavc/tiff: Decode embedded JPEGs in DNG imagesNick Renieris
2019-08-28avcodec/tiff: add missing break in tiff_decode_tag()Paul B Mahol
2019-08-11avcodec/tiff: Enforce increasing offsetsMichael Niedermayer
2019-05-30avcodec/tiff: Recognize DNG/CinemaDNG imagesNick Renieris
2019-05-30libavcodec/tiff: Process SubIFDs tag with multiple entriesNick Renieris
2019-05-30avcodec/tiff: Option to decode embedded thumbnailNick Renieris
2019-03-31avcodec/tiff: Multi-page supportNick Renieris
2019-03-24avcodec/tiff: do not allow bpp 40 with undefined pixel formatsMichael Niedermayer
2019-03-20lavc/tiff: Allow decoding of cmyka (five components).Carl Eugen Hoyos
2019-03-20lavc/tiff: Support decoding 16bit cmyk.Carl Eugen Hoyos
2019-01-20avcodec/tiff: Check for 12bit gray faxMichael Niedermayer
2019-01-12lavc/tiff: Support CMYK images.Carl Eugen Hoyos
2018-12-17avcodec/tiff: add support for 12bit grayscale imagesPaul B Mahol
2018-12-11lavc/tiff: Fix leak of yuv_line in TiffContext.Carl Hetherington
2018-11-27avcodec/tiff: Fix integer overflows in left shift in init_image()Michael Niedermayer
2018-11-26avcodec/tiff: Limit filtering to decoded dataMichael Niedermayer
2018-11-12avcodec/tiff: add initial bayer and sub image supportPaul B Mahol
2018-10-03avcodec/tiff: check remaining packet size for stripsMichael Niedermayer
2018-09-09avcodec/tiff: check ff_lzw_decode_open() for failurePaul B Mahol
2017-06-23avcodec/tiff: Update pointer only when the result is usedMichael Niedermayer
2017-06-11avcodec/tiff: Fix leak of geotags[].valMichael Niedermayer
2017-06-05avcodec/tiff: Avoid loosing allocated geotag valuesMichael Niedermayer
2017-06-04avcodec/tiff: Clear deinvert_buf_size on deallocationMichael Niedermayer
2017-06-04avcodec/tiff: Use av_fast_padded_malloc() in tiff_unpack_fax()Michael Niedermayer
2017-05-16avcodec/tiff: reset sampling[] if its invalidMichael Niedermayer
2017-04-23avcodec: do not use AVFrame accessorMuhammad Faiz
2017-04-11avcodec/tiff: Factor constant computation out of inner loopMichael Niedermayer