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
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
2017-03-23avcodec/tiff: Check geotag count for being non zeroMichael Niedermayer
2017-03-20avcodec/tiff: Check stripsize strippos for overflowMichael Niedermayer
2017-03-16avcodec/tiff: Check palette shiftMichael Niedermayer
2017-03-15avcodec/tiff: Check for multiple geo key directoriesMichael Niedermayer
2017-01-10avcodec/tiff: Perform multiply in tiff_unpack_lzma() as 64bitMichael Niedermayer
2016-12-15tiff: fix overflows when calling av_reduceAndreas Cadhalpun
2016-10-05lavc/tiff: Print compression debug information.Carl Eugen Hoyos
2016-01-18avcodec/tiff: Check subsample & rps values more completelyMichael Niedermayer
2015-08-13avcodec/tiff: Support uncompressed G3 CCITT faxMichael Niedermayer
2015-08-13avcodec/tiff: Support uncompressed G4 CCITT faxMichael Niedermayer
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-03-09avcodec/tiff: move bpp check to after "end:"Michael Niedermayer
2015-03-09Merge commit 'ae5e1f3d663a8c9a532d89e588cbc61f171c9186'Michael Niedermayer
2015-03-08tiff: Check that there is no aliasing in pixel format selectionAnton Khirnov
2015-01-30Respect horizontal differencing predictor for 16bit gray tiff images.Carl Eugen Hoyos
2015-01-15Merge commit 'f86f39cb9b1fcd063d5e4812132a75c06cc7acd2'Michael Niedermayer
2015-01-14tiff: support decoding GBRP and GBRAP formatsPaul B Mahol
2014-12-19tiff: support encoding and decoding 64bit imagesCarl Eugen Hoyos
2014-11-23libavcodec/tiff: Fix static linking of lzma with msvc.Matthew Oliver
2014-10-03avcodec/tiff: more completely check bpp/bppcountMichael Niedermayer
2014-09-15avcodec/tiff: fix odd dimensioned yuvMichael Niedermayer
2014-09-05tiff: fix {2,4}bpp grayscale palettes.Benoit Fouet
2014-08-24avcodec/tiff: Make pixel format checks tighterMichael Niedermayer