summaryrefslogtreecommitdiff
path: root/src/cairo-image-info.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jpx-out-of-bounds' into 'master'Uli Schlachter2023-01-021-9/+19
|\
| * Fix possible out-of-bound reads in get_jpx_infoUli Schlachter2023-01-011-9/+19
* | Fix an out of bounds read in _jbig2_get_next_segment()Uli Schlachter2023-01-011-0/+2
|/
* Fix using signed types where unsigned ones were neededAnton Danilkin2021-04-111-1/+1
* Revert "Correctly decode Adobe CMYK JPEGs in PDF export"Bryce Harrington2018-10-161-21/+0
* Fix off by one check in cairo-image-info.cAdrian Johnson2017-06-151-1/+1
* Correctly decode Adobe CMYK JPEGs in PDF exportPeter TB Brett2016-09-091-0/+21
* CFF: Fix unaligned accessAdrian Johnson2014-10-191-19/+13
* pdf: support JBIG2 mime dataAdrian Johnson2013-09-151-0/+135
* clip: Rudimentary support for clip-polygon extractionChris Wilson2011-07-191-0/+2
* Convert mime data length to use unsigned longChris Wilson2010-07-101-2/+2
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* Change uint to uint32_tAdrian Johnson2008-11-261-1/+1
* Document location of image format specificationsAdrian Johnson2008-11-241-0/+15
* Add PNG get info functionAdrian Johnson2008-11-241-6/+40
* Add JPEG2000 mimetype and image info functionAdrian Johnson2008-11-231-0/+100
* Move cairo-jpeg-info.c to cairo-image-info.cAdrian Johnson2008-11-231-0/+141