summaryrefslogtreecommitdiffstats
path: root/ext/metadata/metadatatags.h
AgeCommit message (Collapse)AuthorFilesLines
2009-06-22metadata: map more tags and fix reading of xmp tagsStefan Kost1-0/+4
Register xmp schemas for photoshop and iptc. Map a few location tags there. Add more dc tags. Fix reading xmp tag by iteration over known schemas. Add some more debug logging.
2008-10-06configure.acStefan Kost1-3/+0
Original commit message from CVS: * configure.ac * ext/metadata/README: * ext/metadata/metadataexif.c: * ext/metadata/metadatatags.c: * ext/metadata/metadatatags.h: Start using core geo tags (bump req). Fix handling of location references. * tests/check/Makefile.am: Sort blacklisted elements and remove moved ones. Add new test. * tests/check/pipelines/metadata.c: Add first tests for metadata element. * tests/icles/metadata_editor.c: Move free to correct place.
2008-10-02ext/metadata/: Reverting. Will need to wait for core 0.10.21 release.Stefan Kost1-0/+3
Original commit message from CVS: * ext/metadata/README: * ext/metadata/metadataexif.c: * ext/metadata/metadatatags.c: * ext/metadata/metadatatags.h: Reverting. Will need to wait for core 0.10.21 release.
2008-10-02ext/metadata/: Use core gsp tags.Stefan Kost1-3/+0
Original commit message from CVS: * ext/metadata/README: * ext/metadata/metadataexif.c: * ext/metadata/metadatatags.c: * ext/metadata/metadatatags.h: Use core gsp tags.
2008-02-28Map Date-Time and GPS tags and Convert from EXIF to XMP Datatime as local ↵Edgard Lima1-0/+19
time (those changes has been done in previo... Original commit message from CVS: Map Date-Time and GPS tags and Convert from EXIF to XMP Datatime as local time (those changes has been done in previous comit but had to be revert in 2008-02-10 due to frozen)
2008-02-10Revert changes to 2008-02-09 due to frozen.Edgard Lima1-19/+0
Original commit message from CVS: Revert changes to 2008-02-09 due to frozen.
2008-02-10Map Date-Time and GPS tags.Edgard Lima1-0/+19
Original commit message from CVS: Map Date-Time and GPS tags.
2008-02-07Add more tags. Improve test app.Edgard Lima1-0/+3
Original commit message from CVS: Add more tags. Improve test app.
2008-02-05Add more tags mapping.Edgard Lima1-1/+6
Original commit message from CVS: Add more tags mapping.
2008-02-02Map more Exif tags.Edgard Lima1-1/+6
Original commit message from CVS: Map more Exif tags.
2008-01-31Add documentation.Edgard Lima1-13/+21
Original commit message from CVS: Add documentation.
2008-01-25Add lot of documentation.Edgard Lima1-0/+16
Original commit message from CVS: Add lot of documentation.
2007-12-19New base class for metadata elements.Edgard Lima1-1/+1
Original commit message from CVS: New base class for metadata elements.
2007-12-05Added some tags to exif parser.Edgard Lima1-2/+17
Original commit message from CVS: Added some tags to exif parser.
2007-11-28Sending make and model individual tags and muxer now links fine.Edgard Lima1-0/+9
Original commit message from CVS: Sending make and model individual tags and muxer now links fine.
2007-11-28Small fixes in get_range and better structure for generic muxer and demuxer.Edgard Lima1-0/+62
Original commit message from CVS: Small fixes in get_range and better structure for generic muxer and demuxer.