summaryrefslogtreecommitdiffstats
path: root/ext/metadata
AgeCommit message (Collapse)AuthorFilesLines
2007-12-14Added new module for common functions. Using GST_TYPE_FRACTION for Exif ↵Edgard Lima12-1620/+1294
(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-13Code documentation.Edgard Lima18-197/+304
Original commit message from CVS: Code documentation.
2007-12-13Added a test application. Added some EXIF tags. Fixed a muxer bug.Edgard Lima8-104/+1405
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 Lima5-21/+242
Original commit message from CVS: Added some tags to exif parser.
2007-12-04Now compiles even when libiptc is missing.Edgard Lima2-3/+18
Original commit message from CVS: Now compiles even when libiptc is missing.
2007-12-04Fixed element properties and now muxer writes to png also.Edgard Lima10-105/+166
Original commit message from CVS: Fixed element properties and now muxer writes to png also.
2007-12-03Muxer writes (in jpeg only) whole IPTC chunk sent as tag. Muxer implemets ↵Edgard Lima9-35/+82
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 Lima14-177/+169
Original commit message from CVS: Muxer writes (in jpeg only) whole EXIF and XMP chunks sent as tags.
2007-11-30Fixed get_range bug when injecting and stripping. And mux is almost done now.Edgard Lima16-275/+1168
Original commit message from CVS: Fixed get_range bug when injecting and stripping. And mux is almost done now.
2007-11-28Sending make and model individual tags and muxer now links fine.Edgard Lima10-44/+145
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 Lima16-214/+2006
Original commit message from CVS: Small fixes in get_range and better structure for generic muxer and demuxer.
2007-11-26Now works when get_range is not available upstream.Edgard Lima1-1/+16
Original commit message from CVS: Now works when get_range is not available upstream.
2007-11-23Now parser is generic (just add/remove a list of chunks). And a template of ↵Edgard Lima14-352/+1150
muxer has been created. Original commit message from CVS: Now parser is generic (just add/remove a list of chunks). And a template of muxer has been created.
2007-11-19Fixed buffer strip (safer wil pull and after seek).Edgard Lima2-125/+125
Original commit message from CVS: Fixed buffer strip (safer wil pull and after seek).
2007-11-19Strip out in pull mode also. Seek and Query functions added.Edgard Lima2-11/+190
Original commit message from CVS: Strip out in pull mode also. Seek and Query functions added.
2007-11-18Strip out metadata chunks.Edgard Lima9-86/+527
Original commit message from CVS: Strip out metadata chunks.
2007-11-12Added a design proposal from metadata parse and mux.Edgard Lima1-0/+88
Original commit message from CVS: Added a design proposal from metadata parse and mux.
2007-11-09Extracting more detailed info from XMP.Edgard Lima1-9/+110
Original commit message from CVS: Extracting more detailed info from XMP.
2007-11-02Added support for PNG/XMP. Indentation. And fixed pull mode to parse the file.Edgard Lima17-153/+530
Original commit message from CVS: Added support for PNG/XMP. Indentation. And fixed pull mode to parse the file.
2007-11-02Now metadataparse works in push or pull mode.Edgard Lima1-18/+28
Original commit message from CVS: Now metadataparse works in push or pull mode.
2007-11-01Some XMP stuff added.Edgard Lima8-24/+257
Original commit message from CVS: Some XMP stuff added.
2007-10-31Now sending iptc tag in whole chunk. Ready to also send exif and xmp in the ↵Edgard Lima8-24/+128
same way (look at bug #486659). Original commit message from CVS: Now sending iptc tag in whole chunk. Ready to also send exif and xmp in the same way (look at bug #486659).
2007-10-30Changed kclass to "Parser/Extracter/Metadata", changed caps to "image/jpeg, ↵Edgard Lima4-22/+47
tags-extract=true/false" and changed prio... Original commit message from CVS: Changed kclass to "Parser/Extracter/Metadata", changed caps to "image/jpeg, tags-extract=true/false" and changed priority to GST_RANK_PRIMARY+1. Also, srcpad can only work in push mode until fixed to also work in pull mode.
2007-10-30Created new plugin ('medadata') and element ('metadataparse') that extract ↵Edgard Lima14-0/+2353
metadata from images (look at bug #486659). Original commit message from CVS: Created new plugin ('medadata') and element ('metadataparse') that extract metadata from images (look at bug #486659).