summaryrefslogtreecommitdiff
path: root/src/eog-metadata-reader.c
Commit message (Expand)AuthorAgeFilesLines
* Update FSF addressFelix Riemann2014-01-071-3/+3
* Fix spelling errors in eogMartin Olsson2012-10-041-1/+1
* Use G_DEFINE_INTERFACE for EogMetadataReaderFelix Riemann2011-01-141-54/+36
* Dont use EogExifData in the C apiClaudio Saavedra2011-01-031-2/+2
* Wrap ExifData in a EogExifData boxed typeClaudio Saavedra2010-12-181-2/+2
* remove trailing whitespaces.Claudio Saavedra2008-10-271-6/+6
* Remove unneeded include.Felix Riemann2008-06-251-2/+0
* Add PNG metadata reader supporting embedded XMP and color profile data.Felix Riemann2008-03-301-15/+24
* Add license headers to the new files.Felix Riemann2008-03-181-0/+21
* Make it easier to include metadata readers besides the already presentFelix Riemann2008-03-181-420/+55
* Remove two long obsoleted defines.Felix Riemann2008-03-121-2/+0
* Only extract a possible ICC block from a JPEG file if is actually largeFelix Riemann2008-02-291-4/+32
* Many functions and variables declarations fixes, courtesy of sparse.Claudio Saavedra2008-02-291-3/+2
* Make XMP reader work if the XMP block cannot be fully read at once. StripFelix Riemann2008-01-031-23/+15
* Remove duplicated code. Make debug messages more consistent.Felix Riemann2008-01-031-15/+12
* Convert classes to have their private data structures handled by theFelix Riemann2007-12-281-15/+6
* Correctly increase the MetadataReader's position after reading an IPTCFelix Riemann2007-11-171-1/+2
* Simply skip APP1 markers with unknown content in JPEG files. This makesFelix Riemann2007-10-211-42/+43
* Factore out some common code for the different metadata sources in theClaudio Saavedra2007-09-101-39/+28
* Copy only the remaining bytes of EXIF/XMP data if these are smaller thanClaudio Saavedra2007-09-101-12/+26
* Optional XMP metadata support. Fixes bug #451101 (Hubert Figuiere).Lucas Rocha2007-07-181-33/+150
* Chain up dispose/finalize handlers. Fixes bug 433127.Felix Riemann2007-04-251-3/+6
* Moving new code base do trunk.Lucas Almeida Rocha2007-03-171-0/+357