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
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
2014-04-13avcodec/tiff: remove unused variablesMichael Niedermayer
2014-04-13Merge commit '345a96c327e8f2a8077189af9f5e8d2b3f4ad5fe'Michael Niedermayer
2014-04-13Merge commit 'a9b046fb0ae5395c4d1d8a82cd0d3e354b5034ed'Michael Niedermayer
2014-04-13Merge commit 'fdbe18b7b0545f9b5923d25a5433e4f735719ecc'Michael Niedermayer
2014-04-13Merge commit '0a467a9b594dd67aa96bad687d05f8845b009f18'Michael Niedermayer
2014-04-13Merge commit 'bf2064f046af64c59a416c814474a39b0a457569'Michael Niedermayer
2014-04-12tiffdec: remove an unneeded variableJustin Ruggles
2014-04-12tiff: use a better name and enum values for PhotometricInterpretationJustin Ruggles
2014-04-12tiffdec: use a single strip if RowsPerStrip is 0Justin Ruggles
2014-04-12tiffdec: use bytestream2 to simplify overread/overwrite protectionJustin Ruggles
2014-04-12tiffdec: rename variables for consistency and fix variable shadowingJean First
2014-04-12tiffdec: use correct data type for palette entries and set alpha to 0xFFJustin Ruggles
2014-04-07Read aspect ratio from tiff image files.Carl Eugen Hoyos
2014-02-23Issue-#3407 : Enhance precision for double to string conversion, useful for G...Sylvain Fabre
2014-02-02avcodec/tiff: reset geotag_count in free_geotags()Michael Niedermayer
2013-11-01Merge commit 'c265b8bb7638546919465e3585441b1d40c4b13d'Michael Niedermayer
2013-10-31tiff: stop using deprecated avcodec_set_dimensionsAnton Khirnov
2013-10-27avcodec/tiff: factorize offset init codeMichael Niedermayer
2013-10-27avcodec/tiff: remove TIFF_LONG special caseMichael Niedermayer
2013-10-27avcodec/tiff: Fix use of uninitialized off variableMichael Niedermayer
2013-10-20avcodec/tiff: remove byte based bpp special caseMichael Niedermayer
2013-08-13tiff: frame multithreading supportPaul B Mahol
2013-08-13avcodec/tiff: Refactor TIFF tag related functions to share the code.Thilo Borgmann
2013-08-11tiff: continue parsing on non fatal errorsMichael Niedermayer
2013-08-09avcodec/tiff: remove redundant checkMichael Niedermayer
2013-08-09avcodec/tiff: avoid seek back on reading tagsMichael Niedermayer
2013-06-08Merge commit '9c2216976907336dfae0e8e38a4d70ca2465a92c'Michael Niedermayer
2013-06-08Merge commit '999ccd2d0a43640921088578f138c874f6cc0f8a'Michael Niedermayer
2013-06-08Merge commit '016c5b066de08a93a5f6b5beb0ef377356b35cde'Michael Niedermayer
2013-06-08Merge commit '103937681d7e6afd3e8caf8937272575e450fb55'Michael Niedermayer
2013-06-07tiff: do not overread the source bufferLuca Barbato
2013-06-07tiff: cleanup the error pathsLuca Barbato
2013-06-07tiff: refactor fax support in a separate functionLuca Barbato
2013-06-07tiff: refactor deflate support in a separate functionLuca Barbato
2013-06-07tiff: simplify picking right pixel formatPaul B Mahol
2013-06-06tiff: correctly decode saparate planes with horizontal differencing predictorPaul B Mahol
2013-06-03tiff: fix memleakMichael Niedermayer
2013-06-03Merge commit '46ce9ded96ffcb798b03da894cdb5fdac376a6ee'Michael Niedermayer
2013-06-02tiff: K&R formatting cosmeticsDiego Biurrun
2013-06-02Fix compilation of libavcodec/tiff.cCarl Eugen Hoyos
2013-06-02tiff: planar rgbPaul B Mahol
2013-05-29tiff: support inverted fill_order for packbits compressionPaul B Mahol
2013-05-29tiff: add helper function for fill_order casePaul B Mahol
2013-03-14tiff: fix handling of metadata with refcounted framesHendrik Leppkes