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
2017-06-06avcodec/tiff: Avoid loosing allocated geotag valuesMichael Niedermayer
2017-06-02avcodec/tiff: reset sampling[] if its invalidMichael 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
2014-08-24lavc/tiff: add support for LZMA compressionJames Almer
2014-08-20lavc/tiff: add support for YUV deflateJames Almer
2014-08-20lavc/tiff: move unpack_yuv() above the deflate functionsJames Almer
2014-08-19avcodec/tiff: Check that pix_fmt is a yuv variant for TIFF_PHOTOMETRIC_YCBCRMichael Niedermayer
2014-08-19avcodec/tiff: do not use photometric to detect pix_fmtMichael Niedermayer
2014-08-18Merge commit '12640e4cbb142be0cd025bcf37f1ea437bdfecd0'Michael Niedermayer
2014-08-18tiff: Return proper error for missing LZMA compressionDiego Elio Pettenò
2014-08-10Merge commit '2597a842a0a2c7e8aa76f32733d27bf64817ae86'Michael Niedermayer
2014-08-10tiff: Improve grayscale supportDiego Elio Pettenò
2014-08-05Merge commit '60cbd6ad84de0931314030b81df87b69d6196587'Michael Niedermayer
2014-08-05Merge commit 'bcc5f69b33e27b5e11aaea8304ee02f8d895cdab'Michael Niedermayer
2014-08-04tiff: support reading gray+alpha at 8 bitsCarl Eugen Hoyos
2014-08-04tiff: support reading gray+alpha at 16 bitsVittorio Giovara
2014-08-02tiff: Replace deprecated PIX_FMT names by modern onesDiego Biurrun
2014-07-21Revert "tiff: support reading gray+alpha at 8 bits"Janne Grunau
2014-07-21tiff: support reading gray+alpha at 8 bitsCarl Eugen Hoyos
2014-04-30avcodec/tiff: Support 410 and 440 YCbCrMichael Niedermayer
2014-04-29avcodec/tiff: support 4:2:2 and 4:1:1 YCbCrMichael Niedermayer
2014-04-27avcodec/tiff: Support yuv 420 and 444Michael Niedermayer
2014-04-27avcodec/tiff: parse subsample factorsMichael Niedermayer
2014-04-20avcodec/tiff: use av_malloc(z)_array()Michael Niedermayer
2014-04-20avcodec/exif/exif_add_metadata: add support for SSHORT & SBYTEMichael Niedermayer