| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -19/+11 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -18/+9 |
* | | Merge commit '7ecc2d403ce5c7b6ea3b1f368dccefd105209c7e' | Michael Niedermayer | 2013-03-08 | 1 | -4/+4 |
|\| |
|
* | | tiff: use AVFrame accessor functions | Michael Niedermayer | 2013-03-01 | 1 | -5/+5 |
* | | tiff: check bppcount | Michael Niedermayer | 2013-02-19 | 1 | -0/+5 |
* | | tiff: Check buffer allocation and pointer increment more carefully in shorts2... | Michael Niedermayer | 2013-02-12 | 1 | -5/+15 |
* | | tiff: dont leave geotag_count in an invalid state on errors. | Michael Niedermayer | 2013-02-10 | 1 | -1/+4 |
* | | tiff: check for failure in search_keyval() | Michael Niedermayer | 2013-02-10 | 1 | -3/+9 |
* | | tiff: in add_string_metadata() check the count more completely | Michael Niedermayer | 2013-01-27 | 1 | -1/+1 |
* | | tiff: Fix assignments in if() | Michael Niedermayer | 2013-01-14 | 1 | -1/+1 |
* | | Merge commit '9dbbda235d93d628777b986e502213f1ed390973' | Michael Niedermayer | 2013-01-07 | 1 | -27/+27 |
|\| |
|
| * | tiff: return meaningful error codes. | Anton Khirnov | 2013-01-06 | 1 | -27/+27 |
* | | tiffdec: Use the correct height field. | Piotr Bandurski | 2013-01-06 | 1 | -1/+1 |
* | | tiff: print error for old style LZW | Michael Niedermayer | 2013-01-03 | 1 | -0/+3 |
* | | tiffdec: support LZW compression with inverted FillOrder | Piotr Bandurski | 2012-12-20 | 1 | -0/+14 |
* | | tiff: support zlib with invertedFillOrder | Piotr Bandurski | 2012-12-09 | 1 | -2/+16 |
* | | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408' | Michael Niedermayer | 2012-12-05 | 1 | -2/+2 |
|\| |
|
| * | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+2 |