summaryrefslogtreecommitdiffstats
path: root/libavcodec/tiff.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|\ \ | |/
* | tiff: use AVFrame accessor functionsMichael Niedermayer2013-03-011-5/+5
* | tiff: check bppcountMichael Niedermayer2013-02-191-0/+5
* | tiff: Check buffer allocation and pointer increment more carefully in shorts2...Michael Niedermayer2013-02-121-5/+15
* | tiff: dont leave geotag_count in an invalid state on errors.Michael Niedermayer2013-02-101-1/+4
* | tiff: check for failure in search_keyval()Michael Niedermayer2013-02-101-3/+9
* | tiff: in add_string_metadata() check the count more completelyMichael Niedermayer2013-01-271-1/+1
* | tiff: Fix assignments in if()Michael Niedermayer2013-01-141-1/+1
* | Merge commit '9dbbda235d93d628777b986e502213f1ed390973'Michael Niedermayer2013-01-071-27/+27
|\ \ | |/
| * tiff: return meaningful error codes.Anton Khirnov2013-01-061-27/+27
* | tiffdec: Use the correct height field.Piotr Bandurski2013-01-061-1/+1
OpenPOWER on IntegriCloud