summaryrefslogtreecommitdiff
path: root/libavcodec/tiff.c
Commit message (Expand)AuthorAge
...
| * tiff: support reading gray+alpha at 8 bitsCarl Eugen Hoyos2014-07-20
| * tiffdec: support predictor type 2 with RGB48 pixel formatJean First2014-04-12
* | avcodec/tiff: Support 410 and 440 YCbCrMichael Niedermayer2014-04-30
* | avcodec/tiff: support 4:2:2 and 4:1:1 YCbCrMichael Niedermayer2014-04-29
* | avcodec/tiff: Support yuv 420 and 444Michael Niedermayer2014-04-27
* | avcodec/tiff: parse subsample factorsMichael Niedermayer2014-04-27
* | avcodec/tiff: use av_malloc(z)_array()Michael Niedermayer2014-04-20
* | avcodec/exif/exif_add_metadata: add support for SSHORT & SBYTEMichael Niedermayer2014-04-20
* | avcodec/tiff: remove unused variablesMichael Niedermayer2014-04-13
* | Merge commit '345a96c327e8f2a8077189af9f5e8d2b3f4ad5fe'Michael Niedermayer2014-04-13
|\|
| * tiffdec: remove an unneeded variableJustin Ruggles2014-04-12
* | Merge commit 'a9b046fb0ae5395c4d1d8a82cd0d3e354b5034ed'Michael Niedermayer2014-04-13
|\|
| * tiff: use a better name and enum values for PhotometricInterpretationJustin Ruggles2014-04-12
* | Merge commit 'fdbe18b7b0545f9b5923d25a5433e4f735719ecc'Michael Niedermayer2014-04-13
|\|
| * tiffdec: use a single strip if RowsPerStrip is 0Justin Ruggles2014-04-12
* | Merge commit '0a467a9b594dd67aa96bad687d05f8845b009f18'Michael Niedermayer2014-04-13
|\|
| * tiffdec: use bytestream2 to simplify overread/overwrite protectionJustin Ruggles2014-04-12
| * tiffdec: use correct data type for palette entries and set alpha to 0xFFJustin Ruggles2014-04-12
* | Merge commit 'bf2064f046af64c59a416c814474a39b0a457569'Michael Niedermayer2014-04-13
|\|
| * tiffdec: rename variables for consistency and fix variable shadowingJean First2014-04-12
* | Read aspect ratio from tiff image files.Carl Eugen Hoyos2014-04-07
* | Issue-#3407 : Enhance precision for double to string conversion, useful for G...Sylvain Fabre2014-02-23
* | avcodec/tiff: reset geotag_count in free_geotags()Michael Niedermayer2014-02-02
* | Merge commit 'c265b8bb7638546919465e3585441b1d40c4b13d'Michael Niedermayer2013-11-01
|\|
| * tiff: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
* | avcodec/tiff: factorize offset init codeMichael Niedermayer2013-10-27
* | avcodec/tiff: remove TIFF_LONG special caseMichael Niedermayer2013-10-27
* | avcodec/tiff: Fix use of uninitialized off variableMichael Niedermayer2013-10-27
* | avcodec/tiff: remove byte based bpp special caseMichael Niedermayer2013-10-20
* | tiff: frame multithreading supportPaul B Mahol2013-08-13
* | avcodec/tiff: Refactor TIFF tag related functions to share the code.Thilo Borgmann2013-08-13
* | tiff: continue parsing on non fatal errorsMichael Niedermayer2013-08-11
* | avcodec/tiff: remove redundant checkMichael Niedermayer2013-08-09
* | avcodec/tiff: avoid seek back on reading tagsMichael Niedermayer2013-08-09
* | Merge commit '9c2216976907336dfae0e8e38a4d70ca2465a92c'Michael Niedermayer2013-06-08
|\|
| * tiff: do not overread the source bufferLuca Barbato2013-06-07
* | Merge commit '999ccd2d0a43640921088578f138c874f6cc0f8a'Michael Niedermayer2013-06-08
|\|
| * tiff: cleanup the error pathsLuca Barbato2013-06-07
* | Merge commit '016c5b066de08a93a5f6b5beb0ef377356b35cde'Michael Niedermayer2013-06-08
|\|
| * tiff: refactor fax support in a separate functionLuca Barbato2013-06-07
* | Merge commit '103937681d7e6afd3e8caf8937272575e450fb55'Michael Niedermayer2013-06-08
|\|
| * tiff: refactor deflate support in a separate functionLuca Barbato2013-06-07
* | tiff: simplify picking right pixel formatPaul B Mahol2013-06-06
* | tiff: correctly decode saparate planes with horizontal differencing predictorPaul B Mahol2013-06-06
* | tiff: fix memleakMichael Niedermayer2013-06-03
* | Merge commit '46ce9ded96ffcb798b03da894cdb5fdac376a6ee'Michael Niedermayer2013-06-03
|\|
| * tiff: K&R formatting cosmeticsDiego Biurrun2013-06-02
* | Fix compilation of libavcodec/tiff.cCarl Eugen Hoyos2013-06-02
* | tiff: planar rgbPaul B Mahol2013-06-02
* | tiff: support inverted fill_order for packbits compressionPaul B Mahol2013-05-29