summaryrefslogtreecommitdiffstats
path: root/ext/metadata/metadatatags.c
AgeCommit message (Collapse)AuthorFilesLines
2009-07-14metadata: fix copy'n'paste in tag descriptionStefan Kost1-1/+1
2009-06-22metadata: map more tags and fix reading of xmp tagsStefan Kost1-0/+12
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-29/+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/+29
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-29/+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/+69
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-69/+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/+69
Original commit message from CVS: Map Date-Time and GPS tags.
2008-02-07Add more tags. Improve test app.Edgard Lima1-1/+28
Original commit message from CVS: Add more tags. Improve test app.
2008-02-05Add more tags mapping.Edgard Lima1-1/+23
Original commit message from CVS: Add more tags mapping.
2008-02-02Map more Exif tags.Edgard Lima1-0/+111
Original commit message from CVS: Map more Exif tags.
2008-01-31Add documentation.Edgard Lima1-63/+73
Original commit message from CVS: Add documentation.
2008-01-25Add lot of documentation.Edgard Lima1-27/+59
Original commit message from CVS: Add lot of documentation.
2008-01-23Add some documentation.Edgard Lima1-30/+30
Original commit message from CVS: Add some documentation.
2007-12-14Added new module for common functions. Using GST_TYPE_FRACTION for Exif ↵Edgard Lima1-47/+59
(S)Rational types. Original commit message from CVS: Added new module for common functions. Using GST_TYPE_FRACTION for Exif (S)Rational types.
2007-12-13Added a test application. Added some EXIF tags. Fixed a muxer bug.Edgard Lima1-0/+6
Original commit message from CVS: Added a test application. Added some EXIF tags. Fixed a muxer bug.
2007-12-05Added some tags to exif parser.Edgard Lima1-0/+93
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/+6
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/+91
Original commit message from CVS: Small fixes in get_range and better structure for generic muxer and demuxer.