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
2022-09-25avcodec/tiff: Fix loop detectionMichael Niedermayer
2022-09-25avcodec/tiff: Check tile_length and tile_widthMichael Niedermayer
2022-09-25avcodec/tiff: Check pixel format types for dngMichael Niedermayer
2022-04-06avcodec/tiff: Remove messing with jpeg contextMichael Niedermayer
2022-04-06avcodec/tiff: Use ff_set_dimensions() for setting up mjpeg context dimensionsMichael Niedermayer
2022-04-06avcodec/tiff: Pass max_pixels to mjpeg contextMichael Niedermayer
2021-04-08avcodec/tiff: Avoid forward declarationsAndreas Rheinhardt
2021-03-17avcodec/tiff: use av_packet_alloc() to allocate AVPacketsJames Almer
2021-03-09avcodec: Constify some AVPacketsAndreas Rheinhardt
2021-02-23avcodec/tiff_data: Move data to its only userAndreas Rheinhardt
2020-12-28avcodec/tiff: Disallow striped and tiled tiffs except for DNGMichael Niedermayer
2020-12-04avcodec/tiff: Make decoder init-threadsafeAndreas Rheinhardt
2020-10-11lavc, lavf: Remove newlines from calls to avpriv_request_sample().Carl Eugen Hoyos
2020-10-07avcodec/tiff: do not abort decoding if strips are availablePaul B Mahol
2020-09-19avcodec/tiff: Fix default white levelMichael Niedermayer
2020-09-06tiff: remove tiff type check for ICC profilesLynne
2020-08-26avcodec/tiff: Check jpeg context against jpeg frame parametersMichael Niedermayer
2020-08-26avcodec/tiff: Restrict tag order based on specificationMichael Niedermayer
2020-08-26avcodec/tiff: Avoid abort with DNG RAW TIFF with YA8Michael Niedermayer
2020-08-26avcodec/tiff: Check the linearization table sizeMichael Niedermayer
2020-08-07avcodec/tiff: Check bpp/bppcount for 0Michael Niedermayer
2020-07-10avcodec/tiff: Check input space in dng_decode_jpeg()Michael Niedermayer
2020-07-05avcodec/tiff: Check frame parameters before blit for DNGMichael Niedermayer
2020-07-02avcodec/tiff: Do not overrun the array ends in dng_blit()Michael Niedermayer
2020-06-15avcodec/tiff: Check stride for dngMichael Niedermayer
2020-05-21avcodec/tiff: Check for Tiled and Stripped TIFFsMichael Niedermayer
2020-05-08avcodec/tiff: remove the unnecessary type conversionLimin Wang
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