| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/tiff: Support 410 and 440 YCbCr | Michael Niedermayer | 2014-04-30 | 1 | -0/+4 |
* | avcodec/tiff: support 4:2:2 and 4:1:1 YCbCr | Michael Niedermayer | 2014-04-29 | 1 | -0/+4 |
* | avcodec/tiff: Support yuv 420 and 444 | Michael Niedermayer | 2014-04-27 | 1 | -6/+82 |
* | avcodec/tiff: parse subsample factors | Michael Niedermayer | 2014-04-27 | 1 | -0/+11 |
* | avcodec/tiff: use av_malloc(z)_array() | Michael Niedermayer | 2014-04-20 | 1 | -2/+2 |
* | avcodec/exif/exif_add_metadata: add support for SSHORT & SBYTE | Michael Niedermayer | 2014-04-20 | 1 | -1/+1 |
* | avcodec/tiff: remove unused variables | Michael Niedermayer | 2014-04-13 | 1 | -1/+1 |
* | Merge commit '345a96c327e8f2a8077189af9f5e8d2b3f4ad5fe' | Michael Niedermayer | 2014-04-13 | 1 | -9/+11 |
|\ |
|
| * | tiffdec: remove an unneeded variable | Justin Ruggles | 2014-04-12 | 1 | -3/+1 |
* | | Merge commit 'a9b046fb0ae5395c4d1d8a82cd0d3e354b5034ed' | Michael Niedermayer | 2014-04-13 | 1 | -18/+29 |
|\| |
|
| * | tiff: use a better name and enum values for PhotometricInterpretation | Justin Ruggles | 2014-04-12 | 1 | -17/+28 |
* | | Merge commit 'fdbe18b7b0545f9b5923d25a5433e4f735719ecc' | Michael Niedermayer | 2014-04-13 | 1 | -7/+2 |
|\| |
|
| * | tiffdec: use a single strip if RowsPerStrip is 0 | Justin Ruggles | 2014-04-12 | 1 | -8/+3 |
* | | Merge commit '0a467a9b594dd67aa96bad687d05f8845b009f18' | Michael Niedermayer | 2014-04-13 | 1 | -32/+40 |
|\| |
|
| * | tiffdec: use bytestream2 to simplify overread/overwrite protection | Justin Ruggles | 2014-04-12 | 1 | -138/+111 |
| * | tiffdec: use correct data type for palette entries and set alpha to 0xFF | Justin Ruggles | 2014-04-12 | 1 | -5/+6 |
* | | Merge commit 'bf2064f046af64c59a416c814474a39b0a457569' | Michael Niedermayer | 2014-04-13 | 1 | -1/+1 |
|\| |
|
| * | tiffdec: rename variables for consistency and fix variable shadowing | Jean First | 2014-04-12 | 1 | -8/+5 |
* | | Read aspect ratio from tiff image files. | Carl Eugen Hoyos | 2014-04-07 | 1 | -1/+20 |
* | | Issue-#3407 : Enhance precision for double to string conversion, useful for G... | Sylvain Fabre | 2014-02-23 | 1 | -2/+2 |
* | | avcodec/tiff: reset geotag_count in free_geotags() | Michael Niedermayer | 2014-02-02 | 1 | -0/+1 |
* | | Merge commit 'c265b8bb7638546919465e3585441b1d40c4b13d' | Michael Niedermayer | 2013-11-01 | 1 | -2/+2 |
|\| |
|
| * | tiff: stop using deprecated avcodec_set_dimensions | Anton Khirnov | 2013-10-31 | 1 | -2/+2 |
* | | avcodec/tiff: factorize offset init code | Michael Niedermayer | 2013-10-27 | 1 | -3/+1 |
* | | avcodec/tiff: remove TIFF_LONG special case | Michael Niedermayer | 2013-10-27 | 1 | -4/+1 |
* | | avcodec/tiff: Fix use of uninitialized off variable | Michael Niedermayer | 2013-10-27 | 1 | -3/+1 |
* | | avcodec/tiff: remove byte based bpp special case | Michael Niedermayer | 2013-10-20 | 1 | -3/+0 |
* | | tiff: frame multithreading support | Paul B Mahol | 2013-08-13 | 1 | -6/+9 |
* | | avcodec/tiff: Refactor TIFF tag related functions to share the code. | Thilo Borgmann | 2013-08-13 | 1 | -181/+27 |
* | | tiff: continue parsing on non fatal errors | Michael Niedermayer | 2013-08-11 | 1 | -4/+5 |
* | | avcodec/tiff: remove redundant check | Michael Niedermayer | 2013-08-09 | 1 | -1/+1 |
* | | avcodec/tiff: avoid seek back on reading tags | Michael Niedermayer | 2013-08-09 | 1 | -7/+6 |
* | | Merge commit '9c2216976907336dfae0e8e38a4d70ca2465a92c' | Michael Niedermayer | 2013-06-08 | 1 | -5/+2 |
|\| |
|
| * | tiff: do not overread the source buffer | Luca Barbato | 2013-06-07 | 1 | -1/+4 |
* | | Merge commit '999ccd2d0a43640921088578f138c874f6cc0f8a' | Michael Niedermayer | 2013-06-08 | 1 | -9/+14 |
|\| |
|
| * | tiff: cleanup the error paths | Luca Barbato | 2013-06-07 | 1 | -10/+15 |
* | | Merge commit '016c5b066de08a93a5f6b5beb0ef377356b35cde' | Michael Niedermayer | 2013-06-08 | 1 | -37/+39 |
|\| |
|
| * | tiff: refactor fax support in a separate function | Luca Barbato | 2013-06-07 | 1 | -32/+33 |
* | | Merge commit '103937681d7e6afd3e8caf8937272575e450fb55' | Michael Niedermayer | 2013-06-08 | 1 | -59/+71 |
|\| |
|
| * | tiff: refactor deflate support in a separate function | Luca Barbato | 2013-06-07 | 1 | -25/+37 |
* | | tiff: simplify picking right pixel format | Paul B Mahol | 2013-06-06 | 1 | -8/+18 |
* | | tiff: correctly decode saparate planes with horizontal differencing predictor | Paul B Mahol | 2013-06-06 | 1 | -2/+8 |
* | | tiff: fix memleak | Michael Niedermayer | 2013-06-03 | 1 | -1/+3 |
* | | Merge commit '46ce9ded96ffcb798b03da894cdb5fdac376a6ee' | Michael Niedermayer | 2013-06-03 | 1 | -45/+49 |
|\| |
|
| * | tiff: K&R formatting cosmetics | Diego Biurrun | 2013-06-02 | 1 | -55/+59 |
* | | Fix compilation of libavcodec/tiff.c | Carl Eugen Hoyos | 2013-06-02 | 1 | -2/+2 |
* | | tiff: planar rgb | Paul B Mahol | 2013-06-02 | 1 | -16/+30 |
* | | tiff: support inverted fill_order for packbits compression | Paul B Mahol | 2013-05-29 | 1 | -1/+6 |
* | | tiff: add helper function for fill_order case | Paul B Mahol | 2013-05-29 | 1 | -22/+21 |
* | | tiff: fix handling of metadata with refcounted frames | Hendrik Leppkes | 2013-03-13 | 1 | -18/+14 |