summaryrefslogtreecommitdiffstats
path: root/libavcodec/tiff.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/tiff: use av_malloc(z)_array()Michael Niedermayer2014-04-201-2/+2
* avcodec/exif/exif_add_metadata: add support for SSHORT & SBYTEMichael Niedermayer2014-04-201-1/+1
* avcodec/tiff: remove unused variablesMichael Niedermayer2014-04-131-1/+1
* Merge commit '345a96c327e8f2a8077189af9f5e8d2b3f4ad5fe'Michael Niedermayer2014-04-131-9/+11
|\
| * tiffdec: remove an unneeded variableJustin Ruggles2014-04-121-3/+1
* | Merge commit 'a9b046fb0ae5395c4d1d8a82cd0d3e354b5034ed'Michael Niedermayer2014-04-131-18/+29
|\ \ | |/
| * tiff: use a better name and enum values for PhotometricInterpretationJustin Ruggles2014-04-121-17/+28
* | Merge commit 'fdbe18b7b0545f9b5923d25a5433e4f735719ecc'Michael Niedermayer2014-04-131-7/+2
|\ \ | |/
| * tiffdec: use a single strip if RowsPerStrip is 0Justin Ruggles2014-04-121-8/+3
* | Merge commit '0a467a9b594dd67aa96bad687d05f8845b009f18'Michael Niedermayer2014-04-131-32/+40
|\ \ | |/
| * tiffdec: use bytestream2 to simplify overread/overwrite protectionJustin Ruggles2014-04-121-138/+111
| * tiffdec: use correct data type for palette entries and set alpha to 0xFFJustin Ruggles2014-04-121-5/+6
* | Merge commit 'bf2064f046af64c59a416c814474a39b0a457569'Michael Niedermayer2014-04-131-1/+1
|\ \ | |/
| * tiffdec: rename variables for consistency and fix variable shadowingJean First2014-04-121-8/+5
* | Read aspect ratio from tiff image files.Carl Eugen Hoyos2014-04-071-1/+20
* | Issue-#3407 : Enhance precision for double to string conversion, useful for G...Sylvain Fabre2014-02-231-2/+2
* | avcodec/tiff: reset geotag_count in free_geotags()Michael Niedermayer2014-02-021-0/+1
* | Merge commit 'c265b8bb7638546919465e3585441b1d40c4b13d'Michael Niedermayer2013-11-011-2/+2
|\ \ | |/
| * tiff: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-311-2/+2
* | avcodec/tiff: factorize offset init codeMichael Niedermayer2013-10-271-3/+1
* | avcodec/tiff: remove TIFF_LONG special caseMichael Niedermayer2013-10-271-4/+1
* | avcodec/tiff: Fix use of uninitialized off variableMichael Niedermayer2013-10-271-3/+1
* | avcodec/tiff: remove byte based bpp special caseMichael Niedermayer2013-10-201-3/+0
* | tiff: frame multithreading supportPaul B Mahol2013-08-131-6/+9
* | avcodec/tiff: Refactor TIFF tag related functions to share the code.Thilo Borgmann2013-08-131-181/+27
* | tiff: continue parsing on non fatal errorsMichael Niedermayer2013-08-111-4/+5
* | avcodec/tiff: remove redundant checkMichael Niedermayer2013-08-091-1/+1
* | avcodec/tiff: avoid seek back on reading tagsMichael Niedermayer2013-08-091-7/+6
* | Merge commit '9c2216976907336dfae0e8e38a4d70ca2465a92c'Michael Niedermayer2013-06-081-5/+2
|\ \ | |/
| * tiff: do not overread the source bufferLuca Barbato2013-06-071-1/+4
* | Merge commit '999ccd2d0a43640921088578f138c874f6cc0f8a'Michael Niedermayer2013-06-081-9/+14
|\ \ | |/
| * tiff: cleanup the error pathsLuca Barbato2013-06-071-10/+15
* | Merge commit '016c5b066de08a93a5f6b5beb0ef377356b35cde'Michael Niedermayer2013-06-081-37/+39
|\ \ | |/
| * tiff: refactor fax support in a separate functionLuca Barbato2013-06-071-32/+33
* | Merge commit '103937681d7e6afd3e8caf8937272575e450fb55'Michael Niedermayer2013-06-081-59/+71
|\ \ | |/
| * tiff: refactor deflate support in a separate functionLuca Barbato2013-06-071-25/+37
* | tiff: simplify picking right pixel formatPaul B Mahol2013-06-061-8/+18
* | tiff: correctly decode saparate planes with horizontal differencing predictorPaul B Mahol2013-06-061-2/+8
* | tiff: fix memleakMichael Niedermayer2013-06-031-1/+3
* | Merge commit '46ce9ded96ffcb798b03da894cdb5fdac376a6ee'Michael Niedermayer2013-06-031-45/+49
|\ \ | |/
| * tiff: K&R formatting cosmeticsDiego Biurrun2013-06-021-55/+59
* | Fix compilation of libavcodec/tiff.cCarl Eugen Hoyos2013-06-021-2/+2
* | tiff: planar rgbPaul B Mahol2013-06-021-16/+30
* | tiff: support inverted fill_order for packbits compressionPaul B Mahol2013-05-291-1/+6
* | tiff: add helper function for fill_order casePaul B Mahol2013-05-291-22/+21
* | tiff: fix handling of metadata with refcounted framesHendrik Leppkes2013-03-131-18/+14
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-3/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-19/+11
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-18/+9
* | Merge commit '7ecc2d403ce5c7b6ea3b1f368dccefd105209c7e'Michael Niedermayer2013-03-081-4/+4
|\ \ | |/
OpenPOWER on IntegriCloud