summaryrefslogtreecommitdiffstats
path: root/ext/metadata/metadataexif.c
AgeCommit message (Collapse)AuthorFilesLines
2007-12-14Added new module for common functions. Using GST_TYPE_FRACTION for Exif ↵Edgard Lima1-140/+133
(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-43/+288
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-13/+125
Original commit message from CVS: Added some tags to exif parser.
2007-12-03Muxer writes (in jpeg only) whole IPTC chunk sent as tag. Muxer implemets ↵Edgard Lima1-2/+2
GstTagSetter interface. Original commit message from CVS: Muxer writes (in jpeg only) whole IPTC chunk sent as tag. Muxer implemets GstTagSetter interface.
2007-11-30Muxer writes (in jpeg only) whole EXIF and XMP chunks sent as tags.Edgard Lima1-6/+33
Original commit message from CVS: Muxer writes (in jpeg only) whole EXIF and XMP chunks sent as tags.
2007-11-28Sending make and model individual tags and muxer now links fine.Edgard Lima1-7/+60
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/+168
Original commit message from CVS: Small fixes in get_range and better structure for generic muxer and demuxer.